mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-25 09:40:37 +00:00
Revert "qtdemux: Correctly parse classification tags"
This reverts commit cd883aa60c
.
Previous code was correct, 4 is due to table and language code,
not only language code
This commit is contained in:
parent
cd883aa60c
commit
52177fa056
1 changed files with 2 additions and 1 deletions
|
@ -5633,7 +5633,8 @@ qtdemux_tag_add_classification (GstQTDemux * qtdemux, const char *tag,
|
||||||
table = QT_UINT16 ((guint8 *) node->data + offset);
|
table = QT_UINT16 ((guint8 *) node->data + offset);
|
||||||
|
|
||||||
/* Language code skipped */
|
/* Language code skipped */
|
||||||
offset += 2;
|
|
||||||
|
offset += 4;
|
||||||
|
|
||||||
/* Tag format: "XXXX://Y[YYYY]/classification info string"
|
/* Tag format: "XXXX://Y[YYYY]/classification info string"
|
||||||
* XXXX: classification entity, fixed length 4 chars.
|
* XXXX: classification entity, fixed length 4 chars.
|
||||||
|
|
Loading…
Reference in a new issue