From f5b9e8c065acc7a895798bdf6ce4f7eef8bd4202 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 20 Jun 2008 17:27:03 +0000 Subject: [PATCH] gst/playback/gstplaybin2.c: Use a different constant for the convert-frame signal id. Original commit message from CVS: * gst/playback/gstplaybin2.c: Use a different constant for the convert-frame signal id. Fixes #537009. --- ChangeLog | 6 ++++++ gst/playback/gstplaybin2.c | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eea94f8489..b7042f86fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-20 Michael Smith + + * gst/playback/gstplaybin2.c: + Use a different constant for the convert-frame signal id. + Fixes #537009. + 2008-06-20 Michael Smith * gst/playback/gstplaybin2.c: diff --git a/gst/playback/gstplaybin2.c b/gst/playback/gstplaybin2.c index cf4d1d4328..e9bbb6e659 100644 --- a/gst/playback/gstplaybin2.c +++ b/gst/playback/gstplaybin2.c @@ -440,6 +440,7 @@ enum enum { SIGNAL_ABOUT_TO_FINISH, + SIGNAL_CONVERT_FRAME, SIGNAL_VIDEO_CHANGED, SIGNAL_AUDIO_CHANGED, SIGNAL_TEXT_CHANGED, @@ -822,7 +823,7 @@ gst_play_bin_class_init (GstPlayBinClass * klass) * %NULL is returned when no current buffer can be retrieved or when the * conversion failed. */ - gst_play_bin_signals[SIGNAL_GET_TEXT_TAGS] = + gst_play_bin_signals[SIGNAL_CONVERT_FRAME] = g_signal_new ("convert-frame", G_TYPE_FROM_CLASS (klass), G_SIGNAL_RUN_LAST | G_SIGNAL_ACTION, G_STRUCT_OFFSET (GstPlayBinClass, convert_frame), NULL, NULL,