gst/realmedia/rdtmanager.c: Fix caps.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 3 Aug 2007 16:21:19 +0000 (16:21 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 3 Aug 2007 16:21:19 +0000 (16:21 +0000)
Original commit message from CVS:
* gst/realmedia/rdtmanager.c:
Fix caps.

ChangeLog
gst/realmedia/rdtmanager.c

index 4eba73c..93a4e1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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),
        (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
        Disable UDP transport for now.
index e14c333..3019d5f 100644 (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 =