gst/playback/gstdecodebin.c: Fix compilation.

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (no_more_pads):
Fix compilation.
This commit is contained in:
Wim Taymans 2006-09-29 17:35:01 +00:00
parent a76023b481
commit ad4586e590
2 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2006-09-29 Wim Taymans <wim@fluendo.com>
* gst/playback/gstdecodebin.c: (no_more_pads):
Fix compilation.
2006-09-29 Wim Taymans <wim@fluendo.com>
* gst/playback/gstdecodebin.c: (new_caps):

View file

@ -1265,9 +1265,7 @@ dynamic_remove (GstDynamic * dynamic)
static void
no_more_pads (GstElement * element, GstDynamic * dynamic)
{
GstDecodeBin *decode_bin = dynamic->decode_bin;
GST_DEBUG_OBJECT (decode_bin, "no more pads on element %s",
GST_DEBUG_OBJECT (dynamic->decode_bin, "no more pads on element %s",
GST_ELEMENT_NAME (element));
dynamic_remove (dynamic);