summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2008-01-09 14:39:44 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-01-09 14:39:44 +0000
commit8fc6e320d065e28896b22539b28b5c8208054207 (patch)
tree6fbd21b28e526a1516a642eaeed0896c781131a7 /gst
parentf73b18abe506673dec5e09d55a93ac4f11731f08 (diff)
downloadgst-plugins-bad-8fc6e320d065e28896b22539b28b5c8208054207.tar.gz
gst-plugins-bad-8fc6e320d065e28896b22539b28b5c8208054207.tar.bz2
gst-plugins-bad-8fc6e320d065e28896b22539b28b5c8208054207.zip
gst/rtpmanager/gstrtpsession.c: Don't set fixed caps, we can basically do everything the upsteam peer pad can renegot...
Original commit message from CVS: * gst/rtpmanager/gstrtpsession.c: (create_send_rtp_sink): Don't set fixed caps, we can basically do everything the upsteam peer pad can renegotiate to. Fixes #507940.
Diffstat (limited to 'gst')
-rw-r--r--gst/rtpmanager/gstrtpsession.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/rtpmanager/gstrtpsession.c b/gst/rtpmanager/gstrtpsession.c
index cfeec262..790a0a1d 100644
--- a/gst/rtpmanager/gstrtpsession.c
+++ b/gst/rtpmanager/gstrtpsession.c
@@ -1677,7 +1677,6 @@ create_send_rtp_sink (GstRtpSession * rtpsession)
rtpsession->send_rtp_src =
gst_pad_new_from_static_template (&rtpsession_send_rtp_src_template,
"send_rtp_src");
- gst_pad_use_fixed_caps (rtpsession->send_rtp_src);
gst_pad_set_internal_link_function (rtpsession->send_rtp_src,
gst_rtp_session_internal_links);
gst_pad_set_active (rtpsession->send_rtp_src, TRUE);