summaryrefslogtreecommitdiffstats
path: root/gst/mpegdemux/gstmpegtsdemux.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/mpegdemux/gstmpegtsdemux.c')
-rw-r--r--gst/mpegdemux/gstmpegtsdemux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/mpegdemux/gstmpegtsdemux.c b/gst/mpegdemux/gstmpegtsdemux.c
index c0fabd31..7ccbab8b 100644
--- a/gst/mpegdemux/gstmpegtsdemux.c
+++ b/gst/mpegdemux/gstmpegtsdemux.c
@@ -75,9 +75,9 @@ GST_DEBUG_CATEGORY_STATIC (gstflutsdemux_debug);
/* elementfactory information */
#ifdef USE_LIBOIL
-#define LONGNAME "MPEG Transport stream demuxer (liboil build)"
+#define LONGNAME "The Fluendo MPEG Transport stream demuxer (liboil build)"
#else
-#define LONGNAME "MPEG Transport stream demuxer"
+#define LONGNAME "The Fluendo MPEG Transport stream demuxer"
#endif
#ifndef __always_inline