Searched refs:expose_allstreams (Results 1 – 3 of 3) sorted by relevance
119 gboolean expose_allstreams; /* Whether to expose unknown type streams or not */ member844 dec->expose_allstreams = DEFAULT_EXPOSE_ALL_STREAMS; in gst_uri_decode_bin_init()985 dec->expose_allstreams = g_value_get_boolean (value); in gst_uri_decode_bin_set_property()1085 g_value_set_boolean (value, dec->expose_allstreams); in gst_uri_decode_bin_get_property()2120 g_object_set (decodebin, "expose-all-streams", decoder->expose_allstreams, in make_decoder()
177 gboolean expose_allstreams; /* Whether to expose unknown type streams or not */ member906 parse_bin->expose_allstreams = DEFAULT_EXPOSE_ALL_STREAMS; in gst_parse_bin_init()1025 parsebin->expose_allstreams = g_value_get_boolean (value); in gst_parse_bin_set_property()1053 g_value_set_boolean (value, parsebin->expose_allstreams); in gst_parse_bin_get_property()1378 if (parsebin->expose_allstreams) { in analyze_new_pad()
184 gboolean expose_allstreams; /* Whether to expose unknown type streams or not */ member1228 decode_bin->expose_allstreams = DEFAULT_EXPOSE_ALL_STREAMS; in gst_decode_bin_init()1506 dbin->expose_allstreams = g_value_get_boolean (value); in gst_decode_bin_set_property()1595 g_value_set_boolean (value, dbin->expose_allstreams); in gst_decode_bin_get_property()1894 if (!dbin->expose_allstreams) { in analyze_new_pad()1924 if (!dbin->expose_allstreams && gst_caps_is_fixed (caps)) { in analyze_new_pad()