inputselector: Notify when the tags property of the selector sinkpads changes
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 4 Jun 2009 06:56:29 +0000 (08:56 +0200)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 31 Dec 2010 00:53:49 +0000 (00:53 +0000)
First part of bug #584686.

plugins/elements/gstinputselector.c

index 08d3d49..21579e4 100644 (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: