decodebin: Include codec description for missing plugins in the error message
authorSebastian Dröge <sebastian@centricular.com>
Tue, 2 Sep 2014 09:59:18 +0000 (12:59 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 2 Sep 2014 10:00:48 +0000 (13:00 +0300)
commit56899b596e6e8c032a8417e54ccfb311653c049d
tree8f6ad2e718495010d9a0193bc1bde90b40418cf7
parent2157497405b5151d8fb7ee59fb10c809df6f0007
decodebin: Include codec description for missing plugins in the error message

If we had plugins and an error occurred we only include the error message
caused by this, otherwise we will include the codec description as generated
from the caps.

This allows to detect which exact codec was missing instead of getting a
generic "no suitable decoders found" error message.
gst/playback/gstdecodebin2.c