From: Sebastian Dröge Date: Thu, 4 Jun 2009 06:56:29 +0000 (+0200) Subject: inputselector: Notify when the tags property of the selector sinkpads changes X-Git-Tag: RELEASE-0.10.32~98 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e40d20c84562dae384f7c7fa790d3340994e8607;p=platform%2Fupstream%2Fgstreamer.git inputselector: Notify when the tags property of the selector sinkpads changes First part of bug #584686. --- diff --git a/plugins/elements/gstinputselector.c b/plugins/elements/gstinputselector.c index 08d3d49..21579e4 100644 --- a/plugins/elements/gstinputselector.c +++ b/plugins/elements/gstinputselector.c @@ -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: