gst/playback/gstdecodebin.c: Remove g_print

Original commit message from CVS:
* gst/playback/gstdecodebin.c: (new_caps):
Remove g_print
* gst/playback/gstplaybin.c:
Add some docs.
This commit is contained in:
Wim Taymans 2006-09-29 16:04:05 +00:00
parent d1479db4ba
commit a76023b481
3 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,11 @@
2006-09-29 Wim Taymans <wim@fluendo.com>
* gst/playback/gstdecodebin.c: (new_caps):
Remove g_print
* gst/playback/gstplaybin.c:
Add some docs.
2006-09-29 Tim-Philipp Müller <tim at centricular dot net>
* tests/check/Makefile.am:

View file

@ -1276,7 +1276,8 @@ no_more_pads (GstElement * element, GstDynamic * dynamic)
static void
new_caps (GstPad * pad, GParamSpec * unused, GstDynamic * dynamic)
{
g_print ("delayed link triggered\n");
GST_DEBUG_OBJECT (dynamic->decode_bin, "delayed link triggered\n");
new_pad (dynamic->element, pad, dynamic);
/* assume it worked and remove the dynamic */

View file

@ -181,6 +181,8 @@
* ...
* }
* </programlisting>
* Note that application should keep the pipeline in the PAUSED state when a
* GST_MESSAGE_BUFFERING message is received with a buffer-percent < 100.
* </para>
* <title>Embedding the video window in your application</title>
* <para>