mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
inputselector: Notify when the tags property of the selector sinkpads changes
First part of bug #584686.
This commit is contained in:
parent
03d458b212
commit
e40d20c845
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue