[Bug 787795] flvdemux: unable to handle file that works fine in ffmpeg
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sun Sep 24 13:01:50 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=787795
--- Comment #17 from Nicola <lists at svrinformatica.it> ---
the latest test file works with this pipeline
gst-launch-1.0 -v filesrc location=/tmp/test1.flv ! flvdemux name=d d.video !
queue max-size-time=0 ! video/x-h264,alignment=au ! avdec_h264 ! xvimagesink
d.audio ! queue max-size-time=0 ! aacparse ! avdec_aac ! pulsesink
after applying the patch here,
if you add h264parse before avdec_h264 you'll get grey video
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list