summaryrefslogtreecommitdiff
path: root/gst/y4m
diff options
context:
space:
mode:
authorPhilip Jägenstedt <philipj@opera.com>2011-04-30 11:28:03 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-30 18:37:22 +0100
commit2084044112bddc80019a288540f309e010cc604d (patch)
tree1341fc765497b1f725a07e6b6c73c3ef17777bbb /gst/y4m
parent21add205b7921cbae5619a09178ab370f4e71675 (diff)
downloadgstreamer-plugins-bad-2084044112bddc80019a288540f309e010cc604d.tar.gz
y4mdec: add plugin description
https://bugzilla.gnome.org/show_bug.cgi?id=649005
Diffstat (limited to 'gst/y4m')
-rw-r--r--gst/y4m/gsty4mdec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/y4m/gsty4mdec.c b/gst/y4m/gsty4mdec.c
index 0e6c3fab6..0be92a8d6 100644
--- a/gst/y4m/gsty4mdec.c
+++ b/gst/y4m/gsty4mdec.c
@@ -744,4 +744,5 @@ plugin_init (GstPlugin * plugin)
GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,
GST_VERSION_MINOR,
"y4mdec",
- "FIXME", plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)
+ "Demuxes/decodes YUV4MPEG streams",
+ plugin_init, VERSION, "LGPL", PACKAGE_NAME, GST_PACKAGE_ORIGIN)