GNOME Bugzilla – Bug 730944
glvideomixer: Got data flow before stream-start event
Last modified: 2014-06-12 05:00:18 UTC
There is a warning due to miss-ordering of event when using the mixer. Does not seems to break for simple case, but we know it can confuse certain stream synchronisation code. gst-launch-1.0 videotestsrc ! video/x-raw,format=RGBA ! m. videotestsrc pattern=18 background-color=0 ! video/x-raw,format=RGBA ! m. glvideomixer name=m ! glimagesink (gst-launch-1.0:7011): GStreamer-WARNING **: gstpad.c:4021:gst_pad_push_data:<m:src> Got data flow before stream-start event (gst-launch-1.0:7011): GStreamer-WARNING **: gstpad.c:3787:gst_pad_chain_data_unchecked:<glimagesink0:sink> Got data flow before stream-start event
commit e1e2a88358c6aeba220d20ed9ff32af141cb2575 Author: Matthew Waters <ystreet00@gmail.com> Date: Thu Jun 12 14:58:47 2014 +1000 glmixer: send the stream-start event and the caps event after. https://bugzilla.gnome.org/show_bug.cgi?id=730944