summaryrefslogtreecommitdiffstats
path: root/gst/rtpmux/gstrtpmux.c
diff options
context:
space:
mode:
authorphilippe.kalaf@collabora.co.uk <philippe.kalaf@collabora.co.uk>2007-08-23 21:22:25 +0000
committerEdward Hervey <bilboed@bilboed.com>2009-02-21 17:48:54 +0100
commit2f4758bb959f6c871ba5b185264fcf74e2fa77c1 (patch)
tree18bb86e86de94f377032ff87abdb109528662a50 /gst/rtpmux/gstrtpmux.c
parent03aa705cb30e70467d54af831dfc31f1c67fb1f4 (diff)
downloadgst-plugins-bad-2f4758bb959f6c871ba5b185264fcf74e2fa77c1.tar.gz
gst-plugins-bad-2f4758bb959f6c871ba5b185264fcf74e2fa77c1.tar.bz2
gst-plugins-bad-2f4758bb959f6c871ba5b185264fcf74e2fa77c1.zip
[MOVED FROM GST-P-FARSIGHT] Sync jitterbuffer with CVS -bad
20070823212225-2425b-0fe69bf72539678dda45d615a09f1cbf502cc71a.gz
Diffstat (limited to 'gst/rtpmux/gstrtpmux.c')
-rw-r--r--gst/rtpmux/gstrtpmux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmux/gstrtpmux.c b/gst/rtpmux/gstrtpmux.c
index fb053b7d..b7bc7a08 100644
--- a/gst/rtpmux/gstrtpmux.c
+++ b/gst/rtpmux/gstrtpmux.c
@@ -410,12 +410,12 @@ gst_rtp_mux_setcaps (GstPad *pad, GstCaps *caps)
gint clock_rate;
rtp_mux = GST_RTP_MUX (gst_pad_get_parent (pad));
-
+
structure = gst_caps_get_structure (caps, 0);
if (gst_structure_get_int (structure, "clock-rate", &clock_rate)) {
ret = gst_rtp_mux_set_clock_rate (rtp_mux, clock_rate);
}
-
+
if (ret) {
GST_DEBUG_OBJECT (rtp_mux,
"seting caps %" GST_PTR_FORMAT " on src pad..", caps);