ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" property...
[platform/upstream/gst-plugins-good.git] / ext / raw1394 / gst1394.c
index 250a576..3143a59 100644 (file)
@@ -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;
@@ -38,6 +38,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    "gst1394",
+    "1394",
     "Source for DV data via IEEE1394 interface",
-    plugin_init, VERSION, "LGPL", GST_PACKAGE, GST_ORIGIN);
+    plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);