mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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
|
static void
|
||||||
gst_avc_src_init (GstAVCSrc * avcsrc, GstAVCSrcClass * avcsrc_class)
|
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,
|
avcsrc->srcpad = gst_pad_new_from_static_template (&gst_avc_src_src_template,
|
||||||
"src");
|
"src");
|
||||||
|
|
Loading…
Reference in a new issue