inputselector: Notify when the tags property of the selector sinkpads changes
First part of bug #584686.
This commit is contained in:
parent
5c112d4286
commit
a0ad632320
@ -420,6 +420,8 @@ gst_selector_pad_event (GstPad * pad, GstEvent * event)
|
|||||||
gst_tag_list_free (oldtags);
|
gst_tag_list_free (oldtags);
|
||||||
GST_DEBUG_OBJECT (pad, "received tags %" GST_PTR_FORMAT, newtags);
|
GST_DEBUG_OBJECT (pad, "received tags %" GST_PTR_FORMAT, newtags);
|
||||||
GST_OBJECT_UNLOCK (selpad);
|
GST_OBJECT_UNLOCK (selpad);
|
||||||
|
|
||||||
|
g_object_notify (G_OBJECT (selpad), "tags");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case GST_EVENT_EOS:
|
case GST_EVENT_EOS:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user