summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-27 09:46:30 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-03-30 00:46:51 +0100
commit4162f0d58e18eebbb3a31638d34fa6438d376bf1 (patch)
tree86c5e5dc372128db8d386ec0f76bc0f744779fab
parent7d2e2481558b150b0ed0103e9fad5bed735dd63d (diff)
qtmux: use GStreamer package name and origin in the plugin info
-rw-r--r--gst/qtmux/gstqtmuxplugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/qtmux/gstqtmuxplugin.c b/gst/qtmux/gstqtmuxplugin.c
index 4350b1faf..440b9808a 100644
--- a/gst/qtmux/gstqtmuxplugin.c
+++ b/gst/qtmux/gstqtmuxplugin.c
@@ -63,5 +63,5 @@ GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"qtmux",
"Quicktime Muxer plugin",
- gst_qt_mux_plugin_init, VERSION, "LGPL", "gsoc2008 package",
- "embedded.ufcg.edu.br")
+ gst_qt_mux_plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME,
+ GST_PACKAGE_ORIGIN);