[gst-cvs] gst-plugins-bad: vdpauvideopostprocess: fix longname
Carl-Anton Ingmarsson
satis at kemper.freedesktop.org
Sun Nov 22 14:06:59 PST 2009
Module: gst-plugins-bad
Branch: master
Commit: c621101faa3dff772b775dbbf6698f044da9bdbb
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c621101faa3dff772b775dbbf6698f044da9bdbb
Author: Carl-Anton Ingmarsson <ca.ingmarsson at gmail.com>
Date: Thu Sep 24 22:26:58 2009 +0200
vdpauvideopostprocess: fix longname
---
sys/vdpau/gstvdpvideopostprocess.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c
index add2892..564d872 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 at gmail.com>");
More information about the Gstreamer-commits
mailing list