mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 00:06:36 +00:00
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?
This commit is contained in:
parent
f85aa367f8
commit
8252b54d9f
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue