Commit eb66aa0f authored by Dafydd Harries's avatar Dafydd Harries

call gst_base_src_set_live (TRUE) in nicesrc _init

darcs-hash:20070208171346-c9803-d867f2b37a74cc9ef74c5887358a498337186c8d.gz
parent 94afcb3f
...@@ -93,6 +93,7 @@ gst_nice_src_class_init (GstNiceSrcClass *klass) ...@@ -93,6 +93,7 @@ gst_nice_src_class_init (GstNiceSrcClass *klass)
static void static void
gst_nice_src_init (GstNiceSrc *src, GstNiceSrcClass *g_class) gst_nice_src_init (GstNiceSrc *src, GstNiceSrcClass *g_class)
{ {
gst_base_src_set_live (GST_BASE_SRC (src), TRUE);
} }
static GstFlowReturn static GstFlowReturn
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment