thaytan gst-plugins-base: gst-plugins-base/ gst-plugins-base/gst-libs/gst/app/

[email protected] Fri, 9 Jan 2009 15:13:31 -0800 (PST)
Newsgroups gmane.comp.video.gstreamer.cvs
Message-ID <[email protected]>
--===============2955602669914186805==

CVS Root:       /cvs/gstreamer
Module:         gst-plugins-base
Changes by:     thaytan
Date:           Fri Jan 09 2009  23:13:31 UTC

Log message:
	* gst-libs/gst/app/gstappsink.c:
	Store the returned signal id in the right slot when
	registering the pull-buffer signal.
	Fixes #567168
	Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>

Modified files:
    .               : ChangeLog
    gst-libs/gst/app: gstappsink.c

Links:
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/ChangeLog.diff?r1=1.4286&r2=1.4287
http://freedesktop.org/cgi-bin/viewcvs.cgi/gstreamer/gst-plugins-base/gst-libs/gst/app/gstappsink.c.diff?r1=1.18&r2=1.19

====Begin Diffs====
Index: ChangeLog
===================================================================
RCS file: /cvs/gstreamer/gst-plugins-base/ChangeLog,v
retrieving revision 1.4286
retrieving revision 1.4287
diff -u -d -r1.4286 -r1.4287
--- ChangeLog	9 Jan 2009 17:17:49 -0000	1.4286
+++ ChangeLog	9 Jan 2009 23:13:16 -0000	1.4287
@@ -1,3 +1,11 @@
+2009-01-09  Jan Schmidt  <[email protected]>
+
+	* gst-libs/gst/app/gstappsink.c:
+	Store the returned signal id in the right slot when
+	registering the pull-buffer signal.
+	Fixes #567168
+	Spotted by: Thomas Vander Stichele  <thomas at apestaart dot org>
 2009-01-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
 
 	* gst-libs/gst/interfaces/mixer.c:
Index: gstappsink.c
RCS file: /cvs/gstreamer/gst-plugins-base/gst-libs/gst/app/gstappsink.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- gstappsink.c	6 Jan 2009 11:10:29 -0000	1.18
+++ gstappsink.c	9 Jan 2009 23:13:17 -0000	1.19
@@ -353,7 +353,7 @@
    *
    * Returns: a #GstBuffer or NULL when the appsink is stopped or EOS.
    */
-  gst_app_sink_signals[SIGNAL_PULL_PREROLL] =
+  gst_app_sink_signals[SIGNAL_PULL_BUFFER] =
       g_signal_new ("pull-buffer", G_TYPE_FROM_CLASS (klass),
       G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, G_STRUCT_OFFSET (GstAppSinkClass,
           pull_buffer), NULL, NULL, gst_app_marshal_OBJECT__VOID,


--===============2955602669914186805==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
--===============2955602669914186805==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--===============2955602669914186805==--