[gstreamer-bugs] [Bug 606662] h264: add stream-format to output caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 16 12:00:27 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=606662
  GStreamer | gst-plugins-ugly | git

--- Comment #17 from David Schleef <ds at schleef.org> 2010-01-16 20:00:24 UTC ---
ffdec_h264 most definitely handles non-parsed bytestream h.264.  ewh264dec
handles non-parsed bytestream h.264.  And looking beyond h.264,
ffdec_mpeg2video, mpeg2dec, flumpeg2vdec, and ewmpeg2dec all handle unparsed
MPEG-2.

And since these decoders all have internal parsers, you can send them
individual slices instead of entire pictures.  Some even decode correctly if
you send corrupted slices or skip some slices completely.

It is my opinion that you are designing API based on faulty assumptions.

-- 
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