projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00791f9
)
rtpmux: Fix warning
author
Olivier Crête
<olivier.crete@collabora.co.uk>
Wed, 22 Apr 2009 22:01:07 +0000
(18:01 -0400)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sun, 16 Dec 2012 16:33:46 +0000
(16:33 +0000)
gst/rtpmanager/gstrtpmux.c
patch
|
blob
|
history
diff --git
a/gst/rtpmanager/gstrtpmux.c
b/gst/rtpmanager/gstrtpmux.c
index 2a045b945f1fce5332f6a8225a23a25d3fd975dd..d7a9b47c8bd12a817ec9a4b096a156755410157e 100644
(file)
--- a/
gst/rtpmanager/gstrtpmux.c
+++ b/
gst/rtpmanager/gstrtpmux.c
@@
-274,7
+274,7
@@
gst_rtp_mux_setup_sinkpad (GstRTPMux * rtp_mux, GstPad * sinkpad)
gst_pad_set_active (sinkpad, TRUE);
gst_pad_set_element_private (sinkpad, padpriv);
- g_object_weak_ref (
sinkpad
, free_pad_private, padpriv);
+ g_object_weak_ref (
G_OBJECT (sinkpad)
, free_pad_private, padpriv);
/* dd the pad to the element */
gst_element_add_pad (GST_ELEMENT (rtp_mux), sinkpad);