Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 19:36:38 +0400
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 19:36:38 +0400
commitaa2cd462da70b2b8de8cf55a8421cedcbbba0867 (patch)
tree91e85b94733ded2579bdd58f9650923e795f63a0 /sys/osxvideo
parent702874a318100412373f1e87d498da12a9c69301 (diff)
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'sys/osxvideo')
-rw-r--r--sys/osxvideo/osxvideosink.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxvideo/osxvideosink.m b/sys/osxvideo/osxvideosink.m
index 4c325278f..b0a1ef016 100644
--- a/sys/osxvideo/osxvideosink.m
+++ b/sys/osxvideo/osxvideosink.m
@@ -519,6 +519,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "osxvideo",
+ osxvideo,
"OSX native video output plugin",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)