inputselector: Notify when the tags property of the selector sinkpads changes

First part of bug #584686.
This commit is contained in:
Sebastian Dröge 2009-06-04 08:56:29 +02:00
parent 5c112d4286
commit a0ad632320

View file

@ -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: