gst/realmedia/rdtmanager.c: Fix caps.

Original commit message from CVS:
* gst/realmedia/rdtmanager.c:
Fix caps.
This commit is contained in:
Wim Taymans 2007-08-03 16:21:19 +00:00
parent 646186fc70
commit 21aee33ad7
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-08-03 Wim Taymans <wim.taymans@gmail.com>
* gst/realmedia/rdtmanager.c:
Fix caps.
2007-08-03 Wim Taymans <wim.taymans@gmail.com>
* gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),

View file

@ -87,7 +87,7 @@ static GstStaticPadTemplate gst_rdt_manager_recv_rtp_sink_template =
GST_STATIC_PAD_TEMPLATE ("recv_rtp_sink_%d",
GST_PAD_SINK,
GST_PAD_REQUEST,
GST_STATIC_CAPS ("application/x-rtp")
GST_STATIC_CAPS ("application/x-rdt")
);
static GstStaticPadTemplate gst_rdt_manager_recv_rtcp_sink_template =
@ -101,7 +101,7 @@ static GstStaticPadTemplate gst_rdt_manager_recv_rtp_src_template =
GST_STATIC_PAD_TEMPLATE ("recv_rtp_src_%d_%d_%d",
GST_PAD_SRC,
GST_PAD_SOMETIMES,
GST_STATIC_CAPS ("application/x-rtp")
GST_STATIC_CAPS ("application/x-rdt")
);
static GstStaticPadTemplate gst_rdt_manager_rtcp_src_template =