gst/playback/gstdecodebin.c: Remove g_print
authorWim Taymans <wim.taymans@gmail.com>
Fri, 29 Sep 2006 16:04:05 +0000 (16:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 29 Sep 2006 16:04:05 +0000 (16:04 +0000)
Original commit message from CVS:
* gst/playback/gstdecodebin.c: (new_caps):
Remove g_print
* gst/playback/gstplaybin.c:
Add some docs.

ChangeLog
gst/playback/gstdecodebin.c
gst/playback/gstplaybin.c

index f64e313..cdf19f1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 6f6e56c..a08c07f 100644 (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 */
index 027448a..28caf15 100644 (file)
  *   ...
  * }
  * </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>