Original commit message from CVS:
* gst/realmedia/rdtmanager.c:
Fix caps.
+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),
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 =
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 =