summaryrefslogtreecommitdiff
path: root/ext/libpostproc
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:41:11 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-04-05 17:41:11 +0200
commit1879c67d58e41041fe20bb8e2d57103785471b54 (patch)
tree13f8bd84e4cdfe08d8b91a84017ade6fb25ac7e4 /ext/libpostproc
parent4ee98001e06b99fdd5783cf6b42b75ea433c71ad (diff)
gst: Update for GST_PLUGIN_DEFINE() API changes
Diffstat (limited to 'ext/libpostproc')
-rw-r--r--ext/libpostproc/gstpostproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libpostproc/gstpostproc.c b/ext/libpostproc/gstpostproc.c
index aa05a9f..81ba907 100644
--- a/ext/libpostproc/gstpostproc.c
+++ b/ext/libpostproc/gstpostproc.c
@@ -901,7 +901,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "postproc",
+ postproc,
"postprocessing elements (" FFMPEG_SOURCE ")",
plugin_init,
PACKAGE_VERSION, "GPL", "FFMpeg", "http://ffmpeg.sourceforge.net/")