mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
avc: avcsrc is a live source
This commit is contained in:
parent
8fe0393105
commit
9f221469ec
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue