summaryrefslogtreecommitdiff
path: root/sys/avc/gstavcsrc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sys/avc/gstavcsrc.cpp')
-rw-r--r--sys/avc/gstavcsrc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/avc/gstavcsrc.cpp b/sys/avc/gstavcsrc.cpp
index 8fb1b0345..d8a027500 100644
--- a/sys/avc/gstavcsrc.cpp
+++ b/sys/avc/gstavcsrc.cpp
@@ -138,6 +138,7 @@ gst_avc_src_class_init (GstAVCSrcClass * klass)
static void
gst_avc_src_init (GstAVCSrc * avcsrc, GstAVCSrcClass * avcsrc_class)
{
+ gst_base_src_set_live (GST_BASE_SRC (avcsrc), TRUE);
avcsrc->srcpad = gst_pad_new_from_static_template (&gst_avc_src_src_template,
"src");