uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
authorBenjamin Otte <otte@gnome.org>
Mon, 12 May 2003 16:25:26 +0000 (16:25 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 12 May 2003 16:25:26 +0000 (16:25 +0000)
Original commit message from CVS:
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?

gst-libs/gst/play/play.old.c

index a256a8f..c754d83 100644 (file)
@@ -33,8 +33,9 @@ enum {
        HAVE_XID,
        HAVE_VIS_XID,
        HAVE_VIDEO_SIZE,
-       LAST_SIGNAL,
        PIPELINE_ERROR,
+       /* put additional signals before this comment */
+       LAST_SIGNAL,
 };
 
 /* this struct is used to decouple signals coming out of threaded pipelines */