GNOME Bugzilla – Bug 580746
[qtdemux] 3GPP classification entity byte order reversed
Last modified: 2009-05-05 21:35:46 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:
Created attachment 133558 [details] [review] preserves order of the classification entity in the tag content
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.