summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-05-28 16:39:09 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-05-28 16:39:09 +0000
commit0ea8d875a28e3902a01f7265e92ed6d16519c13f (patch)
treef240c3663fcc87526fd812a8cc8531941e4208df /gst
parent82a509fdfd79dd72f33dd25b02f969e281c5667d (diff)
gst/rtsp/rtsptransport.c: Use renamed RTP bin.
Original commit message from CVS: * gst/rtsp/rtsptransport.c: Use renamed RTP bin.
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp/rtsptransport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/rtsp/rtsptransport.c b/gst/rtsp/rtsptransport.c
index f1ce43db..48106601 100644
--- a/gst/rtsp/rtsptransport.c
+++ b/gst/rtsp/rtsptransport.c
@@ -73,7 +73,7 @@ typedef struct
} RTSPTransMap;
static const RTSPTransMap transports[] = {
- {"rtp", RTSP_TRANS_RTP, "application/x-rtp", {"rtpbin", "rtpdec"}},
+ {"rtp", RTSP_TRANS_RTP, "application/x-rtp", {"gstrtpbin", "rtpdec"}},
{"x-real-rdt", RTSP_TRANS_RDT, "application/x-rdt", {NULL, NULL}},
{"x-pn-tng", RTSP_TRANS_RDT, "application/x-rdt", {NULL, NULL}},
{NULL, RTSP_TRANS_UNKNOWN, NULL, {NULL, NULL}}