summaryrefslogtreecommitdiff
path: root/sys/vdpau/gstvdpvideopostprocess.c
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-09-24 22:26:58 +0200
committerCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-11-22 22:38:07 +0100
commitc621101faa3dff772b775dbbf6698f044da9bdbb (patch)
tree39c53a06893d4536dc09cdbb54f55a13df3e5b61 /sys/vdpau/gstvdpvideopostprocess.c
parentc49cdd59ff5410642cb04d5e3d784c102ab4582d (diff)
downloadgstreamer-plugins-bad-c621101faa3dff772b775dbbf6698f044da9bdbb.tar.gz
vdpauvideopostprocess: fix longname
Diffstat (limited to 'sys/vdpau/gstvdpvideopostprocess.c')
-rw-r--r--sys/vdpau/gstvdpvideopostprocess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c
index add2892c5..564d87210 100644
--- a/sys/vdpau/gstvdpvideopostprocess.c
+++ b/sys/vdpau/gstvdpvideopostprocess.c
@@ -989,7 +989,7 @@ gst_vdp_vpp_base_init (gpointer gclass)
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
gst_element_class_set_details_simple (element_class,
- "VDPAU Mpeg Decoder",
+ "VdpauVideoPostProcess",
"Filter/Converter/Decoder/Video",
"Post process GstVdpVideoBuffers and output GstVdpOutputBuffers",
"Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>");