tcpclientsrc: this is not a live source
authorWim Taymans <wim.taymans@collabora.co.uk>
Tue, 19 May 2009 16:41:58 +0000 (18:41 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 19 May 2009 16:43:45 +0000 (18:43 +0200)
Don't mark us as a live source because we are not.

gst/tcp/gsttcpclientsrc.c

index 1b2b6f849473f8da6480b970b194a4f5e2e6b360..578ab6ef6b8dd7b3f8eb2e62760541049d5565f0 100644 (file)
@@ -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);
 }