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 dafeb730e..b74c64407 100644 --- a/ext/raw1394/gst1394.c +++ b/ext/raw1394/gst1394.c @@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "1394", + 1394, "Source for video data via IEEE1394 interface", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN); |