GNOME Bugzilla – Bug 765320
flvmux: segfault when no buffers have arrived before EOS
Last modified: 2016-04-22 11:47:47 UTC
To reproduce: gst_launch videotestsrc num-buffers=0 ! videoconvert ! x264enc ! flvmux ! fakesink Result: Segfaults Relevant stacktrace:
+ Trace 236193
I haven't tested on later Gstreamer unfortuantely as I have no access to it.
Crashes in 1.8 and GIT master too
Created attachment 326512 [details] [review] flv: Handle the case where we do not get any CollectData in handle_buffer
Comment on attachment 326512 [details] [review] flv: Handle the case where we do not get any CollectData in handle_buffer Also for 1.8 I guess
Attachment 326512 [details] pushed as dd9bfd0 - flv: Handle the case where we do not get any CollectData in handle_buffer