diff options
Diffstat (limited to 'ext/raw1394/gst1394.c')
-rw-r--r-- | ext/raw1394/gst1394.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raw1394/gst1394.c b/ext/raw1394/gst1394.c index 250a5764..cd89d9f5 100644 --- a/ext/raw1394/gst1394.c +++ b/ext/raw1394/gst1394.c @@ -30,7 +30,7 @@ static gboolean plugin_init (GstPlugin * plugin) { if (!gst_element_register (plugin, "dv1394src", GST_RANK_NONE, - GST_TYPE_DV1394SRC)) + GST_TYPE_DV1394SRC)) return FALSE; return TRUE; |