From c031f5bd27fad8e111448e6b45e9545f2a580c9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 3 Aug 2012 00:10:01 +0100 Subject: [PATCH] schroedinger, mpegtsmux: fix plugin names --- ext/schroedinger/gstschro.c | 2 +- gst/mpegtsmux/mpegtsmux.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/schroedinger/gstschro.c b/ext/schroedinger/gstschro.c index c486473f95..5752100cb4 100644 --- a/ext/schroedinger/gstschro.c +++ b/ext/schroedinger/gstschro.c @@ -46,6 +46,6 @@ plugin_init (GstPlugin * plugin) GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "schro", + schro, "Schroedinger plugin", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN) diff --git a/gst/mpegtsmux/mpegtsmux.c b/gst/mpegtsmux/mpegtsmux.c index e43d342d11..957e29752a 100644 --- a/gst/mpegtsmux/mpegtsmux.c +++ b/gst/mpegtsmux/mpegtsmux.c @@ -1688,5 +1688,5 @@ plugin_init (GstPlugin * plugin) } GST_PLUGIN_DEFINE (GST_VERSION_MAJOR, GST_VERSION_MINOR, - "mpegtsmux", "MPEG-TS muxer", + mpegtsmux, "MPEG-TS muxer", plugin_init, VERSION, "LGPL", GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);