Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Normand
gst-plugins-bad
Commits
3a2566c6
Commit
3a2566c6
authored
Nov 26, 2018
by
Matthew Waters
🐨
Browse files
webrtc: remove extra 'pad' from log line
parent
5ecca0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/webrtc/gstwebrtcbin.c
View file @
3a2566c6
...
...
@@ -265,8 +265,7 @@ gst_webrtc_bin_pad_new (const gchar * name, GstPadDirection direction)
G_DEFINE_TYPE_WITH_CODE
(
GstWebRTCBin
,
gst_webrtc_bin
,
GST_TYPE_BIN
,
G_ADD_PRIVATE
(
GstWebRTCBin
)
GST_DEBUG_CATEGORY_INIT
(
gst_webrtc_bin_debug
,
"webrtcbin"
,
0
,
"webrtcbin element"
);
);
"webrtcbin element"
););
static
GstPad
*
_connect_input_stream
(
GstWebRTCBin
*
webrtc
,
GstWebRTCBinPad
*
pad
);
...
...
@@ -3149,8 +3148,7 @@ _update_transceiver_from_sdp_media (GstWebRTCBin * webrtc,
gst_object_unref
(
pad
);
}
else
{
GST_DEBUG_OBJECT
(
webrtc
,
"creating new pad send pad for transceiver %"
GST_PTR_FORMAT
,
trans
);
"creating new send pad for transceiver %"
GST_PTR_FORMAT
,
trans
);
pad
=
_create_pad_for_sdp_media
(
webrtc
,
GST_PAD_SINK
,
media_idx
);
pad
->
trans
=
gst_object_ref
(
rtp_trans
);
_connect_input_stream
(
webrtc
,
pad
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment