[gst-cvs] gst-plugins-base: tcpclientsrc: this is not a live source

Wim Taymans wtay at kemper.freedesktop.org
Tue May 19 09:44:05 PDT 2009


Module: gst-plugins-base
Branch: master
Commit: 5181760120e74d7fee2c70efc156c8bc18a73627
URL:    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=5181760120e74d7fee2c70efc156c8bc18a73627

Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Tue May 19 18:41:58 2009 +0200

tcpclientsrc: this is not a live source

Don't mark us as a live source because we are not.

---

 gst/tcp/gsttcpclientsrc.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/gst/tcp/gsttcpclientsrc.c b/gst/tcp/gsttcpclientsrc.c
index 1b2b6f8..578ab6e 100644
--- a/gst/tcp/gsttcpclientsrc.c
+++ b/gst/tcp/gsttcpclientsrc.c
@@ -152,8 +152,6 @@ gst_tcp_client_src_init (GstTCPClientSrc * this, GstTCPClientSrcClass * g_class)
   this->protocol = GST_TCP_PROTOCOL_NONE;
   this->caps = NULL;
 
-  gst_base_src_set_live (GST_BASE_SRC (this), TRUE);
-
   GST_OBJECT_FLAG_UNSET (this, GST_TCP_CLIENT_SRC_OPEN);
 }
 





More information about the Gstreamer-commits mailing list