summaryrefslogtreecommitdiffstats
path: root/sys/vdpau/gstvdpauvideoyuv.c
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-04 22:03:23 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:25 +0100
commit3d4a340cfa134615164af6a93b7ce9d36b84f191 (patch)
tree6d9fbdbf8621f2c8cfab7d02aad989a89b3f8f87 /sys/vdpau/gstvdpauvideoyuv.c
parent85158b07eabb0d8fe7e4f29b06ea447a54505ad8 (diff)
downloadgst-plugins-bad-3d4a340cfa134615164af6a93b7ce9d36b84f191.tar.gz
gst-plugins-bad-3d4a340cfa134615164af6a93b7ce9d36b84f191.tar.bz2
gst-plugins-bad-3d4a340cfa134615164af6a93b7ce9d36b84f191.zip
vdpau: move plugin definition to a new gstvdpau.c file fix up debug categories
Diffstat (limited to 'sys/vdpau/gstvdpauvideoyuv.c')
-rw-r--r--sys/vdpau/gstvdpauvideoyuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpauvideoyuv.c b/sys/vdpau/gstvdpauvideoyuv.c
index 1de17045..b9be10c1 100644
--- a/sys/vdpau/gstvdpauvideoyuv.c
+++ b/sys/vdpau/gstvdpauvideoyuv.c
@@ -57,7 +57,7 @@ static GstStaticPadTemplate src_template = GST_STATIC_PAD_TEMPLATE ("src",
"width = (int) [ 1, MAX ], " "height = (int) [ 1, MAX ]"));
#define DEBUG_INIT(bla) \
- GST_DEBUG_CATEGORY_INIT (gst_vdpau_video_yuv_debug, "vdpauvideo_yuv", 0, "vdpauvideo_yuv base class");
+ GST_DEBUG_CATEGORY_INIT (gst_vdpau_video_yuv_debug, "vdpauvideoyuv", 0, "VDPAU VdpSurface to YUV");
GST_BOILERPLATE_FULL (GstVdpauVideoYUV, gst_vdpau_video_yuv, GstElement,
GST_TYPE_ELEMENT, DEBUG_INIT);