rtpmux: Update for GST_PLUGIN_DEFINE() API changes

This commit is contained in:
Sebastian Dröge 2012-04-05 18:02:56 +02:00 committed by Tim-Philipp Müller
parent c86156ad8f
commit f17064a8ea

View file

@ -43,6 +43,6 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"rtpmux",
rtpmux,
"RTP Muxer plugins",
plugin_init, VERSION, GST_LICENSE, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN)