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.
This commit is contained in:
Michael Smith 2008-06-20 17:27:03 +00:00
parent 8a59d948d9
commit f5b9e8c065
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2008-06-20 Michael Smith <msmith@songbirdnest.com>
* gst/playback/gstplaybin2.c:
Use a different constant for the convert-frame signal id.
Fixes #537009.
2008-06-20 Michael Smith <msmith@songbirdnest.com>
* gst/playback/gstplaybin2.c:

View file

@ -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,