vdpau: remove obsolete comment
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Tue, 24 Mar 2009 21:26:56 +0000 (22:26 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 20 Jun 2009 14:21:20 +0000 (15:21 +0100)
sys/vdpau/gstvdpaudecoder.c

index 932490b..a647a5f 100644 (file)
@@ -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");