decodebin2: Handle raw streams we don't want.
authorEdward Hervey <bilboed@bilboed.com>
Fri, 4 Jun 2010 17:30:14 +0000 (19:30 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 4 Jun 2010 17:30:14 +0000 (19:30 +0200)
commitcbff745b49ee8b8ac51bedb41c9990b83b35d24f
tree3ad25baa38bb79b282cb2cab9e6c4b62cf842b39
parenta5c35621c3e665ff0a581d07a5ddf74d17f74b8f
decodebin2: Handle raw streams we don't want.

If a file contains raw streams (not requiring a decoder) that we do
not want (expose-all-streams == FALSE), we would previously consider
those of unknown-type (missing a decoder) ... whereas in fact it was just
because they don't need decoders.

This only applies if expose-all-streams is FALSE.
gst/playback/gstdecodebin2.c