applemedia-nonpublic: fix plugin name
https://bugzilla.gnome.org/show_bug.cgi?id=711135
This commit is contained in:
parent
1b2b879bf4
commit
7ec5f8527a
@ -63,6 +63,6 @@ plugin_init (GstPlugin * plugin)
|
|||||||
|
|
||||||
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
|
||||||
GST_VERSION_MINOR,
|
GST_VERSION_MINOR,
|
||||||
applemedia,
|
applemedia_nonpublic,
|
||||||
"Elements for capture and codec access on Apple OS X and iOS using private Frameworks",
|
"Elements for capture and codec access on Apple OS X and iOS using private Frameworks",
|
||||||
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
|
plugin_init, VERSION, "LGPL", "GStreamer", "http://gstreamer.net/")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user