From 7759ad0db2a8b8d2517c9178a9f456b6a392f062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Thu, 16 Dec 2010 11:44:44 +0000 Subject: [PATCH] docs: update rtspsrc docs, rtpbin is not in -bad any more --- gst/rtsp/gstrtspsrc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/rtsp/gstrtspsrc.c b/gst/rtsp/gstrtspsrc.c index ced8ae5759..a21a14ad2a 100644 --- a/gst/rtsp/gstrtspsrc.c +++ b/gst/rtsp/gstrtspsrc.c @@ -61,8 +61,7 @@ * rtspsrc will internally instantiate an RTP session manager element * that will handle the RTCP messages to and from the server, jitter removal, * packet reordering along with providing a clock for the pipeline. - * This feature is currently fully implemented with the gstrtpbin in the - * gst-plugins-bad module. + * This feature is implemented using the gstrtpbin element. * * rtspsrc acts like a live source and will therefore only generate data in the * PLAYING state.