tsdemux: Add support for Motorola DigiCipher II MPEG2 video
authorGreg Rutz <greg@gsr-tek.com>
Wed, 17 Apr 2013 20:45:19 +0000 (14:45 -0600)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Thu, 18 Apr 2013 07:30:58 +0000 (09:30 +0200)
commit2306d51d9dddffe49c07d87858f57e6b3614effc
treea2c13e285f962212d21fabba29aa334cca624d2a
parent2c568688bfbd80d94775bd4dd081963315d4f2b6
tsdemux: Add support for Motorola DigiCipher II MPEG2 video

Since there is a conflict between the DCII stream type and BluRay
stream types, moved the processing of BluRay-specific stream types
to the beginning of the function.  Only if a BluRay stream type
IS NOT found do we proceed to check the rest of the stream type
identifiers

Previous code was also "sort-of" handling a similar conflict between
BluRay AC3 audio and standard AC3 audio.  Moved the special case BluRay
AC3 handling in the main switch statement to the new BluRay-specific
switch.

https://bugzilla.gnome.org/show_bug.cgi?id=697892
gst/mpegtsdemux/gstmpegdefs.h
gst/mpegtsdemux/tsdemux.c