mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-18 20:25:25 +00:00
gst/realmedia/rdtmanager.c: Fix caps.
Original commit message from CVS: * gst/realmedia/rdtmanager.c: Fix caps.
This commit is contained in:
parent
646186fc70
commit
21aee33ad7
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
2007-08-03 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
|
* gst/realmedia/rtspreal.c: (rtsp_ext_real_get_transports),
|
||||||
|
|
|
@ -87,7 +87,7 @@ static GstStaticPadTemplate gst_rdt_manager_recv_rtp_sink_template =
|
||||||
GST_STATIC_PAD_TEMPLATE ("recv_rtp_sink_%d",
|
GST_STATIC_PAD_TEMPLATE ("recv_rtp_sink_%d",
|
||||||
GST_PAD_SINK,
|
GST_PAD_SINK,
|
||||||
GST_PAD_REQUEST,
|
GST_PAD_REQUEST,
|
||||||
GST_STATIC_CAPS ("application/x-rtp")
|
GST_STATIC_CAPS ("application/x-rdt")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate gst_rdt_manager_recv_rtcp_sink_template =
|
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_STATIC_PAD_TEMPLATE ("recv_rtp_src_%d_%d_%d",
|
||||||
GST_PAD_SRC,
|
GST_PAD_SRC,
|
||||||
GST_PAD_SOMETIMES,
|
GST_PAD_SOMETIMES,
|
||||||
GST_STATIC_CAPS ("application/x-rtp")
|
GST_STATIC_CAPS ("application/x-rdt")
|
||||||
);
|
);
|
||||||
|
|
||||||
static GstStaticPadTemplate gst_rdt_manager_rtcp_src_template =
|
static GstStaticPadTemplate gst_rdt_manager_rtcp_src_template =
|
||||||
|
|
Loading…
Reference in a new issue