dvdlpcmdec: rewrite with GstAudioDecoder and add new format
@mol
Submitted by Michael Olbrich Link to original bug (#765807)
Description
There are multiple variations of LPCM. One for DVDs is already implemented in dvdlpcmdec.
Another is defined in the "DVD-Video/Audio through IEEE1394 Bus" spec (http://www.dvdforum.org/images/Guideline1394V10R0_20020911.pdf). This was also reused for Wifi-Display.
I have 3 Patches to support this:
- Add support for the stream_type (0x83) in tsdemux
- Convert dvdlpcmdec to use GstAudioDecoder
- Add support for the format mentioned above.