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,