[gstreamer-bugs] [Bug 606662] h264: add stream-format to output caps
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Jan 25 07:26:39 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=606662
GStreamer | gst-plugins-ugly | git
--- Comment #21 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2010-01-25 15:26:35 UTC ---
I guess we still have no decision on this.
Guess everyone agrees on 'avc' for avc sample/format.
The remaining problem is with byte-stream, that might be parsed in AU or NALU
"formats".
I'll try to summarize here what I understood from the discussion:
* Option 1:
Use byte-stream-nalu and byte-stream-au, the problem here is what would mean
having those formats with parsed=false.
This solution seems to be having the following combinations as 'valid':
byte-stream, parsed=false
byte-stream-nalu/au, parsed=true.
* Option 2:
Use format=byte-stream and allow parsed to be 'none', 'au', 'nalu'. This works
as well, but it breaks our usual parsed=false/true logic.
* Option 3 (hybrid):
Use format=byte-stream, keep parsed=true/false but add a new alignment=au/nalu
field.
I particularly don't like option 2 because parsed=true/false is already used
for other formats and is kind of convention. But I have no strong opinion about
1 or 3, though I prefer 3.
--
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