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 771764 - mpegtsmux: single byte stuffing
mpegtsmux: single byte stuffing
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-09-21 12:26 UTC by Jesper Larsen
Modified: 2018-11-03 13:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[PATCH] mpegtsmux: Support single byte adaptation stuffing (1.36 KB, patch)
2016-09-21 12:26 UTC, Jesper Larsen
none Details | Review

Description Jesper Larsen 2016-09-21 12:26:42 UTC
Created attachment 335988 [details] [review]
[PATCH] mpegtsmux: Support single byte adaptation stuffing

In the current implementation, the adaptation field has a minimum size of 2 bytes. This means that if a single stuffing byte is needed, we create 2 packets, where the second packet only contains a single payload byte.

This patch changes the implementation. If we only have the adaptation field for stuffing, and the minimum length requested is 1 byte, we set the adaptation length to 0, and only write a single byte.
Comment 1 GStreamer system administrator 2018-11-03 13:55:37 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/427.