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:
Thiago Santos 2009-12-12 17:44:04 -03:00
parent cd883aa60c
commit 52177fa056

View file

@ -5633,7 +5633,8 @@ qtdemux_tag_add_classification (GstQTDemux * qtdemux, const char *tag,
table = QT_UINT16 ((guint8 *) node->data + offset);
/* Language code skipped */
offset += 2;
offset += 4;
/* Tag format: "XXXX://Y[YYYY]/classification info string"
* XXXX: classification entity, fixed length 4 chars.