mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
gst/rtsp/rtsptransport.c: Use renamed RTP bin.
Original commit message from CVS: * gst/rtsp/rtsptransport.c: Use renamed RTP bin.
This commit is contained in:
parent
82a509fdfd
commit
0ea8d875a2
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-28 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/rtsp/rtsptransport.c:
|
||||||
|
Use renamed RTP bin.
|
||||||
|
|
||||||
2007-05-28 Wim Taymans <wim@fluendo.com>
|
2007-05-28 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
|
Based on patch by: Dejan Sakelšak <sakdean at gmail dot com>
|
||||||
|
|
|
@ -73,7 +73,7 @@ typedef struct
|
||||||
} RTSPTransMap;
|
} RTSPTransMap;
|
||||||
|
|
||||||
static const RTSPTransMap transports[] = {
|
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-real-rdt", RTSP_TRANS_RDT, "application/x-rdt", {NULL, NULL}},
|
||||||
{"x-pn-tng", 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}}
|
{NULL, RTSP_TRANS_UNKNOWN, NULL, {NULL, NULL}}
|
||||||
|
|
Loading…
Reference in a new issue