avc: avcsrc is a live source

This commit is contained in:
Quentin Smith 2011-04-18 15:15:28 -04:00 committed by David Schleef
parent 8fe0393105
commit 9f221469ec

View file

@ -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");