mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 06:58:49 +00:00
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:
parent
a76023b481
commit
ad4586e590
2 changed files with 6 additions and 3 deletions
|
@ -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>
|
2006-09-29 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/gstdecodebin.c: (new_caps):
|
* gst/playback/gstdecodebin.c: (new_caps):
|
||||||
|
|
|
@ -1265,9 +1265,7 @@ dynamic_remove (GstDynamic * dynamic)
|
||||||
static void
|
static void
|
||||||
no_more_pads (GstElement * element, GstDynamic * dynamic)
|
no_more_pads (GstElement * element, GstDynamic * dynamic)
|
||||||
{
|
{
|
||||||
GstDecodeBin *decode_bin = dynamic->decode_bin;
|
GST_DEBUG_OBJECT (dynamic->decode_bin, "no more pads on element %s",
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (decode_bin, "no more pads on element %s",
|
|
||||||
GST_ELEMENT_NAME (element));
|
GST_ELEMENT_NAME (element));
|
||||||
|
|
||||||
dynamic_remove (dynamic);
|
dynamic_remove (dynamic);
|
||||||
|
|
Loading…
Reference in a new issue