After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 741148 - openh264enc: Encoding with multiple slices produces corrupted stream
openh264enc: Encoding with multiple slices produces corrupted stream
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-05 09:31 UTC by Sebastian Dröge (slomo)
Modified: 2017-01-03 01:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastian Dröge (slomo) 2014-12-05 09:31:59 UTC
See e.g.:

gst-launch-1.0 videotestsrc ! openh264enc num-slices=2 ! h264parse ! avdec_h264 ! xvimagesink

All numbers >1, or using the auto-slice setting will produce corrupted output. It looks like only a single slice is decoded or something like that.
Comment 1 Tim-Philipp Müller 2014-12-13 12:08:42 UTC
And this is an issue in the GStreamer wrapper, not openh264?
Comment 2 Sebastian Dröge (slomo) 2014-12-13 13:34:42 UTC
I don't know yet, could be on both sides.
Comment 3 Tim-Philipp Müller 2017-01-03 01:02:10 UTC
Seems to work fine nowadays.