gst/rtsp/rtsptransport.c: Use renamed RTP bin.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 28 May 2007 16:39:09 +0000 (16:39 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 28 May 2007 16:39:09 +0000 (16:39 +0000)
Original commit message from CVS:
* gst/rtsp/rtsptransport.c:
Use renamed RTP bin.

ChangeLog
gst/rtsp/rtsptransport.c

index 345df31..9cf5cdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2007-05-28  Wim Taymans  <wim@fluendo.com>
 
+       * gst/rtsp/rtsptransport.c:
+       Use renamed RTP bin.
+
+2007-05-28  Wim Taymans  <wim@fluendo.com>
+
        Based on patch by: Dejan SakelÅ¡ak <sakdean at gmail dot com>
 
        * gst/videobox/gstvideobox.c: (gst_video_box_class_init),
index f1ce43d..4810660 100644 (file)
@@ -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}}