slomo gstreamer: gstreamer/ gstreamer/gst/

[email protected] Wed, 17 Dec 2008 01:38:01 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
CVS Root:       /cvs/gstreamer
Module:         gstreamer
Changes by:     slomo
Date:           Wed Dec 17 2008  09:38:01 UTC

Log message:
* gst/gstutils.c: (gst_element_found_tags_for_pad):
Add FIXME for 0.11 to set the pad as message source and not
the element. Otherwise it's impossible to detect for which
pad the tags were found without adding an event probe
or something similar to the pad.

Modified files:
    .               : ChangeLog
    gst             : gstutils.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/ChangeLog.diff?r1=1.4199&r2=1.4200
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gstreamer/gst/gstutils.c.diff?r1=1.191&r2=1.192

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gstreamer/ChangeLog,v
retrieving revision 1.4199
retrieving revision 1.4200
diff -u -d -r1.4199 -r1.4200
--- ChangeLog	16 Dec 2008 21:33:55 -0000	1.4199
+++ ChangeLog	17 Dec 2008 09:37:45 -0000	1.4200
@@ -1,3 +1,11 @@
+2008-12-17  Sebastian Dröge  <[email protected]>
+
+	* gst/gstutils.c: (gst_element_found_tags_for_pad):
+	Add FIXME for 0.11 to set the pad as message source and not
+	the element. Otherwise it's impossible to detect for which
+	pad the tags were found without adding an event probe
+	or something similar to the pad.
 2008-12-16  Wim Taymans  <[email protected]>
 
 	* docs/faq/general.xml:
Index: gstutils.c
RCS file: /cvs/gstreamer/gstreamer/gst/gstutils.c,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- gstutils.c	9 Dec 2008 16:23:58 -0000	1.191
+++ gstutils.c	17 Dec 2008 09:37:47 -0000	1.192
@@ -3230,6 +3230,9 @@
   g_return_if_fail (list != NULL);
   gst_pad_push_event (pad, gst_event_new_tag (gst_tag_list_copy (list)));
+  /* FIXME 0.11: Set the pad as source to make it possible to detect for
+   * which pad the tags are actually found.
+   */
   gst_element_post_message (element,
       gst_message_new_tag (GST_OBJECT (element), list));
 }

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/

_______________________________________________
gstreamer-cvs-verbose mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gstreamer-cvs-verbose