summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-03-31 22:54:14 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:22 +0100
commita22a18d1e7da4ceb7f655e9ea468458ae58ad904 (patch)
tree3722f08b0fb177f93921c225af58e6267fbb0288 /sys
parenta727e6a0229823170a89ca79b9f07b79fbc7a061 (diff)
downloadgst-plugins-bad-a22a18d1e7da4ceb7f655e9ea468458ae58ad904.tar.gz
gst-plugins-bad-a22a18d1e7da4ceb7f655e9ea468458ae58ad904.tar.bz2
gst-plugins-bad-a22a18d1e7da4ceb7f655e9ea468458ae58ad904.zip
vdpau: remove comment
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpaumpegdecoder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpaumpegdecoder.h b/sys/vdpau/gstvdpaumpegdecoder.h
index 36c02534..b7c293ab 100644
--- a/sys/vdpau/gstvdpaumpegdecoder.h
+++ b/sys/vdpau/gstvdpaumpegdecoder.h
@@ -51,7 +51,6 @@
G_BEGIN_DECLS
-/* #defines don't like whitespacey bits */
#define GST_TYPE_VDPAU_MPEG_DECODER (gst_vdpau_mpeg_decoder_get_type())
#define GST_VDPAU_MPEG_DECODER(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_VDPAU_MPEG_DECODER,GstVdpauMpegDecoder))
#define GST_VDPAU_MPEG_DECODER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST((klass),GST_TYPE_VDPAU_MPEG_DECODER,GstVdpauMpegDecoderClass))