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 686948 - Wrong name for GstStructure representing CAT
Wrong name for GstStructure representing CAT
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal critical
: 1.1.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-26 16:32 UTC by Sebastian Pölsterl
Modified: 2012-10-29 12:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix name of structure (973 bytes, patch)
2012-10-26 16:33 UTC, Sebastian Pölsterl
committed Details | Review

Description Sebastian Pölsterl 2012-10-26 16:32:05 UTC
mpegtspacketizer.c uses "pat" as name for the GstStructure containing information about the CAT
Comment 1 Sebastian Pölsterl 2012-10-26 16:33:25 UTC
Created attachment 227372 [details] [review]
Fix name of structure
Comment 2 Sebastian Dröge (slomo) 2012-10-29 12:17:19 UTC
commit 43938bbf540c2928ec8e70ae3155801e61f182d2
Author: Sebastian Pölsterl <sebp@k-d-w.org>
Date:   Fri Oct 26 18:29:32 2012 +0200

    tsdemux: Fix name of CAT GstStructure
    
    The structure previously was assigned the name "pat".
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686948