summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-03-24 22:26:56 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:20 +0100
commit2363032b34652ae2db9389620057e24dba1c0750 (patch)
treee566dcc96b5c939593d05cb71b932eca4aa3cb56 /sys
parent3a48982235b6e97af21986e427dcaffa636acfb8 (diff)
downloadgst-plugins-bad-2363032b34652ae2db9389620057e24dba1c0750.tar.gz
gst-plugins-bad-2363032b34652ae2db9389620057e24dba1c0750.tar.bz2
gst-plugins-bad-2363032b34652ae2db9389620057e24dba1c0750.zip
vdpau: remove obsolete comment
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpaudecoder.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/vdpau/gstvdpaudecoder.c b/sys/vdpau/gstvdpaudecoder.c
index 932490b9..a647a5f9 100644
--- a/sys/vdpau/gstvdpaudecoder.c
+++ b/sys/vdpau/gstvdpaudecoder.c
@@ -56,10 +56,6 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
"framerate = (fraction) [ 0, MAX ], "
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ]"));
-/* debug category for fltering log messages
- *
- * FIXME:exchange the string 'Template vdpaudecoder' with your description
- */
#define DEBUG_INIT(bla) \
GST_DEBUG_CATEGORY_INIT (gst_vdpaudecoder_debug, "vdpaudecoder", 0, "vdpaudecoder base class");