summaryrefslogtreecommitdiff
path: root/ext/neon
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-01-16 12:30:41 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-01-16 12:30:41 +0000
commit6308ad1a0f2cf8a93d8415bfbba0271b915427bc (patch)
treef498b7769bf6d1cac38c68f6d9839613b4b38283 /ext/neon
parent7c41741fa8d75c5200e5b8b59d6a2897d658736b (diff)
downloadgstreamer-plugins-bad-6308ad1a0f2cf8a93d8415bfbba0271b915427bc.tar.gz
Removed gst_base_src_set_live from mms and neon, and now calling parent_class->dispose in dispose on sdlaudio.
Original commit message from CVS: Removed gst_base_src_set_live from mms and neon, and now calling parent_class->dispose in dispose on sdlaudio.
Diffstat (limited to 'ext/neon')
-rw-r--r--ext/neon/gstneonhttpsrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/neon/gstneonhttpsrc.c b/ext/neon/gstneonhttpsrc.c
index 270a89c40..a7c8a1921 100644
--- a/ext/neon/gstneonhttpsrc.c
+++ b/ext/neon/gstneonhttpsrc.c
@@ -167,8 +167,6 @@ gst_neonhttp_src_init (GstNeonhttpSrc * this, GstNeonhttpSrcClass * g_class)
this->adapter = gst_adapter_new ();
- gst_base_src_set_live (GST_BASE_SRC (this), TRUE);
-
GST_OBJECT_FLAG_UNSET (this, GST_NEONHTTP_SRC_OPEN);
}