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 580746 - [qtdemux] 3GPP classification entity byte order reversed
[qtdemux] 3GPP classification entity byte order reversed
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal normal
: 0.10.15
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-04-29 13:11 UTC by Marco Ballesio
Modified: 2009-05-05 21:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
preserves order of the classification entity in the tag content (1.49 KB, patch)
2009-04-29 13:15 UTC, Marco Ballesio
committed Details | Review

Description Marco Ballesio 2009-04-29 13:11:35 UTC
Please describe the problem:
When demuxing a file with a classification tag as specified in 3GPP TS 26.244 the classification entity appears reversed in the corresponding GStreamer tag.

Steps to reproduce:
gst-launch -t filesrc location=path/to/a/suitable/file.3gp ! qtdemux ! fakesink

Actual results:
classification tag should be shown as, i.e.:

classification: ntty://0/classification_info

Expected results:
classification tag is shown as:

classification: yttn://0/classification_info

Does this happen every time?
yes

Other information:
Comment 1 Marco Ballesio 2009-04-29 13:15:32 UTC
Created attachment 133558 [details] [review]
preserves order of the classification entity in the tag content
Comment 2 René Stadler 2009-05-05 21:35:46 UTC
commit 8e7273076d14444d2fa5ba764bbc09ad4fefa6d4
Author: Marco Ballesio <marco.ballesio@nokia.com>
Date:   Wed Apr 29 15:58:10 2009 +0300

    qtdemux: fix byte order swapping in 3GPP classification entity tag
    
    Fixes #580746.