From: Tim-Philipp Müller Date: Sat, 27 Mar 2010 09:46:30 +0000 (+0000) Subject: qtmux: use GStreamer package name and origin in the plugin info X-Git-Tag: 1.19.3~509^2~7136^2~726 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48880abb5b0e1554b73ea67bf8da374cec55ece4;p=platform%2Fupstream%2Fgstreamer.git qtmux: use GStreamer package name and origin in the plugin info --- diff --git a/gst/quicktime/gstqtmuxplugin.c b/gst/quicktime/gstqtmuxplugin.c index 4350b1f..440b980 100644 --- a/gst/quicktime/gstqtmuxplugin.c +++ b/gst/quicktime/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);