[Bug 758656] h264parse: failed to encode MVC h264 streams in GStreamer-1.6
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Feb 26 12:57:28 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=758656
--- Comment #21 from Jan Schmidt <thaytan at noraisin.net> ---
I may be misremembering, it's been a while, but I think the problem was just
that it switches to passthrough too early and therefore fails to detect and set
the right profile/level/view info into the output caps. It only switches to
passthrough when the data is already suitably packetised, just too soon.
On the other hand, once it does switch to passthrough, it'll never spot changes
if there are any.
The problem with just turning off passthrough is extra CPU consumption.
Maybe there's some middle ground for already-packetised streams, where it just
inspects the packets with lower overhead (requires significant patch I guess)
--
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