diff options
Diffstat (limited to 'gst-libs')
-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 */ |