diff options
author | Benjamin Otte <otte@gnome.org> | 2003-05-12 16:25:26 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-05-12 16:25:26 +0000 |
commit | 8252b54d9f9a82b1a377f84963fd7d93e1c420d6 (patch) | |
tree | 024072b69159259e55ba49ffa1a82d4fb878edb6 /gst-libs/gst/play/play.old.c | |
parent | f85aa367f8643a82b94b9e14fd917b89b457d98d (diff) | |
download | gst-plugins-bad-8252b54d9f9a82b1a377f84963fd7d93e1c420d6.tar.gz gst-plugins-bad-8252b54d9f9a82b1a377f84963fd7d93e1c420d6.tar.bz2 gst-plugins-bad-8252b54d9f9a82b1a377f84963fd7d93e1c420d6.zip |
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
Original commit message from CVS:
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
Diffstat (limited to 'gst-libs/gst/play/play.old.c')
-rw-r--r-- | gst-libs/gst/play/play.old.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst-libs/gst/play/play.old.c b/gst-libs/gst/play/play.old.c index a256a8fa..c754d835 100644 --- a/gst-libs/gst/play/play.old.c +++ b/gst-libs/gst/play/play.old.c @@ -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 */ |