mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
tcpclientsrc: this is not a live source
Don't mark us as a live source because we are not.
This commit is contained in:
parent
4228ba0c6b
commit
5181760120
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue