applemedia-nonpublic: fix plugin name
authorMatthieu Bouron <matthieu.bouron@gmail.com>
Wed, 23 Oct 2013 22:34:27 +0000 (23:34 +0100)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Wed, 30 Oct 2013 16:29:13 +0000 (16:29 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=711135

sys/applemedia-nonpublic/plugin.m

index 83742cb..f8cea93 100644 (file)
@@ -63,6 +63,6 @@ plugin_init (GstPlugin * plugin)
 
 GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
     GST_VERSION_MINOR,
-    applemedia,
+    applemedia_nonpublic,
     "Elements for capture and codec access on Apple OS X and iOS using private Frameworks",
     plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")