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 721685 - mpegtsmux: Remove unused data in TsMuxSection
mpegtsmux: Remove unused data in TsMuxSection
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal enhancement
: 1.3.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 671136
Blocks:
 
 
Reported: 2014-01-07 08:56 UTC by Jesper Larsen
Modified: 2014-05-06 12:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpegtsmux: Remove unused data in TsMuxSection (975 bytes, patch)
2014-01-07 08:56 UTC, Jesper Larsen
committed Details | Review

Description Jesper Larsen 2014-01-07 08:56:53 UTC
Created attachment 265516 [details] [review]
mpegtsmux: Remove unused data in TsMuxSection

When the changes in https://bugzilla.gnome.org/show_bug.cgi?id=671136 is merged, the TsMuxSection structure holds 4k unused bytes.

This patch removes the unused data array.
Comment 1 Sebastian Dröge (slomo) 2014-05-06 12:13:05 UTC
commit f9a4d559ebfc25449e267da54f640510517ff501
Author: Jesper Larsen <jesper.larsen@ixonos.com>
Date:   Wed Nov 20 12:16:17 2013 +0100

    mpegtsmux: Remove unused data in TsMuxSection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=721685