mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
sdp: remove leftover g_print
This commit is contained in:
parent
f5cbb6047f
commit
94b3f3d517
1 changed files with 0 additions and 2 deletions
|
@ -524,8 +524,6 @@ gst_sdp_message_parse_uri (const gchar * uri, GstSDPMessage * msg)
|
||||||
g_return_val_if_fail (uri != NULL, GST_SDP_EINVAL);
|
g_return_val_if_fail (uri != NULL, GST_SDP_EINVAL);
|
||||||
g_return_val_if_fail (msg != NULL, GST_SDP_EINVAL);
|
g_return_val_if_fail (msg != NULL, GST_SDP_EINVAL);
|
||||||
|
|
||||||
g_print ("uri %s\n", uri);
|
|
||||||
|
|
||||||
colon = strstr (uri, "://");
|
colon = strstr (uri, "://");
|
||||||
if (!colon)
|
if (!colon)
|
||||||
goto no_colon;
|
goto no_colon;
|
||||||
|
|
Loading…
Reference in a new issue