diff options
Diffstat (limited to 'gst/fdsrc/gstfdsrc.c')
-rw-r--r-- | gst/fdsrc/gstfdsrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/fdsrc/gstfdsrc.c b/gst/fdsrc/gstfdsrc.c index 8b4664ab..bb322ef5 100644 --- a/gst/fdsrc/gstfdsrc.c +++ b/gst/fdsrc/gstfdsrc.c @@ -134,7 +134,7 @@ gst_fdsrc_class_init (GstFdSrcClass * klass) } static void -gst_fdsrc_init (GstFdSrc * fdsrc) +gst_fdsrc_init (GstFdSrc * fdsrc, GstFdSrcClass * g_class) { // TODO set live only if it's actually a live source gst_base_src_set_live (GST_BASE_SRC (fdsrc), TRUE); |