mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
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:
parent
d1479db4ba
commit
a76023b481
3 changed files with 12 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue