GNOME Bugzilla – Bug 519301
avimux fails when going from NULL to playing a second time
Last modified: 2008-05-12 15:32:59 UTC
Just run a simple pile like this: v4l2src ! ffenc_mpeg4 ! avimux name=mux ! filesink location=test.avi or v4l2src ! xvidenc ! avimux name=mux ! filesink location=test.avi then change the pipeline state to PLAYING then NULL and then PLAYING again, then it fails. BR, Edgard
Created attachment 106490 [details] [review] Fixing patch Oops, small glitch when performing the reset, this should take care of it. * Preserve a pad's fourcc tag when performing reset (on e.g. NULL state change).
2008-05-12 Mark Nauwelaerts <mnauw@users.sf.net> * gst/avi/gstavimux.c: (gst_avi_mux_pad_reset): Do not leave fourcc stream header field empty upon reset. Fixes #519301.