projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4228ba0
)
tcpclientsrc: this is not a live source
author
Wim Taymans
<wim.taymans@collabora.co.uk>
Tue, 19 May 2009 16:41:58 +0000
(18:41 +0200)
committer
Wim 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
patch
|
blob
|
history
diff --git
a/gst/tcp/gsttcpclientsrc.c
b/gst/tcp/gsttcpclientsrc.c
index 1b2b6f849473f8da6480b970b194a4f5e2e6b360..578ab6ef6b8dd7b3f8eb2e62760541049d5565f0 100644
(file)
--- 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);
}