[Bug 665564] H264 should require AVC stream-format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 5 02:23:07 PST 2011


https://bugzilla.gnome.org/show_bug.cgi?id=665564
  GStreamer | gst-ffmpeg | 0.10.12

--- Comment #5 from Matej Knopp <matej.knopp at gmail.com> 2011-12-05 10:23:06 UTC ---
Oops, I'm sorry, please mark this bug as invalid. The parser does kick in. 

The problem is that ffmpegdec does get CAPS event while decoding is already in
progress causing the decoder to reopen. The caps event is sent by downstream
element (gst H264 parser) because of Reconfigure event as the pipeline changes
while running. I've filed another bug about this

https://bugzilla.gnome.org/show_bug.cgi?id=665566

With the fix from 665566 (although there might be better approach)  applied
everything works as expected (converting stream to byte-stream by gsth264parser
and subsequent parsing by ffmpeg)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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