summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-05-05 10:44:22 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-05-05 10:44:22 +0100
commitc4680ab2a9fedbfcde81f6dc6dc97b4604443803 (patch)
tree141fd2122eb295bfe268d09ce00f27fdcba08175
parent19d52a4ed5ef12cf1b4e731875cf8b160b0aa029 (diff)
downloadgstreamer-plugins-bad-c4680ab2a9fedbfcde81f6dc6dc97b4604443803.tar.gz
mpegdemux: fix description
-rw-r--r--gst/mpegdemux/gstmpegdemux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/mpegdemux/gstmpegdemux.c b/gst/mpegdemux/gstmpegdemux.c
index eb2848bf2..05a1a324f 100644
--- a/gst/mpegdemux/gstmpegdemux.c
+++ b/gst/mpegdemux/gstmpegdemux.c
@@ -228,7 +228,7 @@ gst_ps_demux_base_init (GstPsDemuxClass * klass)
gst_element_class_add_pad_template (element_class, klass->sink_template);
gst_element_class_set_static_metadata (element_class,
- "The Fluendo MPEG Program Stream Demuxer", "Codec/Demuxer",
+ "MPEG Program Stream Demuxer", "Codec/Demuxer",
"Demultiplexes MPEG Program Streams", "Wim Taymans <wim@fluendo.com>");
}