mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 07:08:23 +00:00
Remove left-over g_print
Original commit message from CVS: Remove left-over g_print
This commit is contained in:
parent
9003ed34ba
commit
9e9bd20111
1 changed files with 0 additions and 3 deletions
|
@ -314,9 +314,6 @@ gst_mplex_sink_link (GstPad *pad,
|
|||
}
|
||||
|
||||
/* we do the actual inputstream setup in our first loopfunc cycle */
|
||||
g_print ("Pad %s linked with caps %s\n",
|
||||
gst_pad_get_name (pad),
|
||||
gst_caps_to_string (caps));
|
||||
return GST_PAD_LINK_OK;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue