projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85aa36
)
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
author
Benjamin Otte
<otte@gnome.org>
Mon, 12 May 2003 16:25:26 +0000
(16:25 +0000)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gst-libs/gst/play/play.old.c
b/gst-libs/gst/play/play.old.c
index
a256a8f
..
c754d83
100644
(file)
--- 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 */