[Bug 735070] ASF file not playing back properly
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 21 06:42:28 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=735070
GStreamer | gst-plugins-ugly | 1.4.0
--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-08-21 13:42:22 UTC ---
I'm really not keen on having byte-stream style SPS/PPS in a codec_data field.
I think it's wrong, and we should fix it at the producer, even if it's awkward
to have codec-specific code there. I think we do something similar already
somewhere else (avidemux? matroskademux?).
Two options IMHO:
- asfdemux just puts the byte-stream style codec data as header buffers into
the stream before pushing the first packets (after checking for sync markers to
be sure)
- asfdemux puts the byte-stream codec data into the caps as "streamheader"
field (but I think it should additionally put them into the stream as buffers
as well).
--
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