applemedia-nonpublic: fix plugin name

https://bugzilla.gnome.org/show_bug.cgi?id=711135
This commit is contained in:
Matthieu Bouron 2013-10-23 23:34:27 +01:00 committed by Olivier Crête
parent 1b2b879bf4
commit 7ec5f8527a

View 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/")