GNOME Bugzilla – Bug 731475
multipartdemux: Got data flow before stream-start
Last modified: 2014-06-10 19:47:33 UTC
Yep, another one ... gst-launch-1.0 videotestsrc ! jpegenc ! multipartmux ! multipartdemux ! jpegdec ! xvimagesink gstpad.c:4028:gst_pad_push_data:<multipartdemux0:src_0> Got data flow before stream-start event
commit 9966fdfa756ff2ef5c5dcf541cb9b9dfe3b3d878 Author: Nicolas Dufresne <nicolas.dufresne@collabora.co.uk> Date: Tue Jun 10 15:42:14 2014 -0400 multipartdemux: Send stream-start event This event was not sent. Send it before caps, this requires the pad to be parented. This removes warning like: "Got data flow before stream-start event". Fixes https://bugzilla.gnome.org/show_bug.cgi?id=731475