Home
last modified time | relevance | path

Searched refs:target_channel_id (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstirtspparse.c222 if (current_channel_id != IRTSPParse->target_channel_id) { in gst_irtsp_parse_handle_frame()
276 IRTSPParse->target_channel_id = g_value_get_int (value); in gst_irtsp_parse_set_property()
292 g_value_set_int (value, IRTSPParse->target_channel_id); in gst_irtsp_parse_get_property()
Dgstirtspparse.h59 guint8 target_channel_id; member