From f17064a8ea3ff1418ec90a8a6c3516ae7c7d561a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 5 Apr 2012 18:02:56 +0200 Subject: [PATCH] rtpmux: Update for GST_PLUGIN_DEFINE() API changes --- gst/rtpmanager/gstrtpmuxer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtpmanager/gstrtpmuxer.c b/gst/rtpmanager/gstrtpmuxer.c index 619418bdc8..c1fd6dbd1a 100644 --- a/gst/rtpmanager/gstrtpmuxer.c +++ b/gst/rtpmanager/gstrtpmuxer.c @@ -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)