From: Jan Schmidt Date: Fri, 9 Jan 2009 23:13:17 +0000 (+0000) Subject: gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when... X-Git-Tag: 1.19.3~511^2~10092 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80ac3b565ed0bdd4e42e04bcf53b715f78721a10;p=platform%2Fupstream%2Fgstreamer.git gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot when registering the pull-buffer signal. Original commit message from CVS: * 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 --- diff --git a/ChangeLog b/ChangeLog index 09aaecc..6eff1f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2009-01-09 Jan Schmidt + + * 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 + 2009-01-09 Tim-Philipp Müller * gst-libs/gst/interfaces/mixer.c: diff --git a/gst-libs/gst/app/gstappsink.c b/gst-libs/gst/app/gstappsink.c index 8be5385..673426f 100644 --- a/gst-libs/gst/app/gstappsink.c +++ b/gst-libs/gst/app/gstappsink.c @@ -353,7 +353,7 @@ gst_app_sink_class_init (GstAppSinkClass * klass) * * 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,