diff --git a/ChangeLog b/ChangeLog index 345df31c54..9cf5cdffb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-28 Wim Taymans + + * gst/rtsp/rtsptransport.c: + Use renamed RTP bin. + 2007-05-28 Wim Taymans Based on patch by: Dejan Sakelšak diff --git a/gst/rtsp/rtsptransport.c b/gst/rtsp/rtsptransport.c index f1ce43db5a..481066018c 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}}