mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
remove \n
Original commit message from CVS: remove \n
This commit is contained in:
parent
cd56f878ff
commit
53bd79574d
1 changed files with 1 additions and 1 deletions
|
@ -2219,7 +2219,7 @@ gst_pad_proxy_getcaps (GstPad *pad)
|
|||
|
||||
g_return_val_if_fail (GST_IS_PAD (pad), NULL);
|
||||
|
||||
GST_DEBUG ("proxying getcaps for %s:%s\n", GST_DEBUG_PAD_NAME (pad));
|
||||
GST_DEBUG ("proxying getcaps for %s:%s", GST_DEBUG_PAD_NAME (pad));
|
||||
|
||||
element = gst_pad_get_parent (pad);
|
||||
|
||||
|
|
Loading…
Reference in a new issue