gst/playback/gstdecodebin2.c: Check for NULL cases and log them, creating ghostpads...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 27 May 2008 10:35:55 +0000 (10:35 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 27 May 2008 10:35:55 +0000 (10:35 +0000)
commit514b8fa456e227fb1b93f56a914ec214cbbf5e3a
tree3bb951207b94d078f116d988b4a66a195c071bd2
parent13d7048f69caab44ed09b70c4c5bc9a643ded2fc
gst/playback/gstdecodebin2.c: Check for NULL cases and log them, creating ghostpads can, for example, fail when the p...

Original commit message from CVS:
* gst/playback/gstdecodebin2.c:
(gst_decode_group_control_source_pad), (gst_decode_group_expose):
Check for NULL cases and log them, creating ghostpads can, for example,
fail when the pad returns wrong caps.
* gst/playback/gstplaybin2.c: (perform_eos):
When pushing out the EOS event, collect the return value and warn when
something failed.
ChangeLog
gst/playback/gstdecodebin2.c
gst/playback/gstplaybin2.c