summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/flumpegdemux.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-09-09 11:47:42 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-09-09 11:47:42 +0000
commit7359989bdb60c61d32802c00a7c4cdb4362f96aa (patch)
tree4ab87760f3c59a24b1ce6cf187304e4dfb13317e /gst/mpegdemux/flumpegdemux.c
parent8618e452ae28d2df745925cb13961c039d565a48 (diff)
downloadgst-plugins-bad-7359989bdb60c61d32802c00a7c4cdb4362f96aa.tar.gz
gst-plugins-bad-7359989bdb60c61d32802c00a7c4cdb4362f96aa.tar.bz2
gst-plugins-bad-7359989bdb60c61d32802c00a7c4cdb4362f96aa.zip
gst/mpegdemux/: Fix conflicting public names in new mpeg demuxers.
Original commit message from CVS: * gst/mpegdemux/flumpegdemux.c: (plugin_init): * gst/mpegdemux/gstmpegdemux.c: (gst_flups_demux_sync_get_type), (gst_flups_demux_get_type), (gst_flups_demux_plugin_init): * gst/mpegdemux/gstmpegtsdemux.c: (gst_fluts_demux_get_type), (gst_fluts_demux_plugin_init): Fix conflicting public names in new mpeg demuxers. Fixes #550468
Diffstat (limited to 'gst/mpegdemux/flumpegdemux.c')
-rw-r--r--gst/mpegdemux/flumpegdemux.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gst/mpegdemux/flumpegdemux.c b/gst/mpegdemux/flumpegdemux.c
index 1121b18f..a59e5175 100644
--- a/gst/mpegdemux/flumpegdemux.c
+++ b/gst/mpegdemux/flumpegdemux.c
@@ -53,9 +53,9 @@ GST_DEBUG_CATEGORY_EXTERN (gstflusectionfilter_debug);
static gboolean
plugin_init (GstPlugin * plugin)
{
- GST_DEBUG_CATEGORY_INIT (gstflupesfilter_debug, "flupesfilter", 0,
+ GST_DEBUG_CATEGORY_INIT (gstflupesfilter_debug, "mpegpesfilter", 0,
"MPEG-TS/PS PES filter output");
- GST_DEBUG_CATEGORY_INIT (gstflusectionfilter_debug, "flusectionfilter", 0,
+ GST_DEBUG_CATEGORY_INIT (gstflusectionfilter_debug, "mpegsectionfilter", 0,
"MPEG-TS Section filter output");
if (!gst_flups_demux_plugin_init (plugin))
@@ -68,7 +68,7 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
- "flumpegdemux",
+ "mpegdemux2",
"MPEG demuxers",
plugin_init, VERSION,
GST_LICENSE_UNKNOWN, GST_PACKAGE_NAME, GST_PACKAGE_ORIGIN);