qtdemux: fix AAC codec_data values
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 6 Jul 2016 11:44:10 +0000 (12:44 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Wed, 6 Jul 2016 11:47:18 +0000 (12:47 +0100)
commita85dbfc2467a35d9b1e31e78e5b4bd8a563bbe29
tree0f26350682fb358a08b872ad2449f144b96e1f82
parentc00dc6f5379a52586c7751b7f3dfb89a068d9a56
qtdemux: fix AAC codec_data values

As seen in the parent switch for object_type_id, the 4 possible values are
0x40, 0x66, 0x67 and 0x68. Fixing the nested switch to match these values.

Looks like it was a typo making them decimal instead of hexadecimal.

CID 1363328
gst/isomp4/qtdemux.c