mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +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_DEBUG_OBJECT (pad, "received tags %" GST_PTR_FORMAT, newtags);
|
||||
GST_OBJECT_UNLOCK (selpad);
|
||||
|
||||
g_object_notify (G_OBJECT (selpad), "tags");
|
||||
break;
|
||||
}
|
||||
case GST_EVENT_EOS:
|
||||
|
|
Loading…
Reference in a new issue