summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-15 13:29:53 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-11 02:30:27 +0100
commit3bc059707de50fc6f5e9d100cb5f4094d6ca30b7 (patch)
tree9773d73dd0a9dfd84313a6e5056bd8b74d14178b
parent720dfeb3a57ba6813f159e623aafa5b3b1fb0f43 (diff)
gst/rtpmanager/gstrtpptdemux.c: We always use fixed caps.
Original commit message from CVS: * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_chain): We always use fixed caps.
-rw-r--r--gst/rtpmanager/gstrtpptdemux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtpmanager/gstrtpptdemux.c b/gst/rtpmanager/gstrtpptdemux.c
index 40127f2f0..139665eab 100644
--- a/gst/rtpmanager/gstrtpptdemux.c
+++ b/gst/rtpmanager/gstrtpptdemux.c
@@ -243,6 +243,7 @@ gst_rtp_pt_demux_chain (GstPad * pad, GstBuffer * buf)
templ = gst_element_class_get_pad_template (klass, "src_%d");
padname = g_strdup_printf ("src_%d", pt);
srcpad = gst_pad_new_from_template (templ, padname);
+ gst_pad_use_fixed_caps (srcpad);
g_free (padname);
/* figure out the caps */