From c621101faa3dff772b775dbbf6698f044da9bdbb Mon Sep 17 00:00:00 2001 From: Carl-Anton Ingmarsson Date: Thu, 24 Sep 2009 22:26:58 +0200 Subject: [PATCH] vdpauvideopostprocess: fix longname --- sys/vdpau/gstvdpvideopostprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/vdpau/gstvdpvideopostprocess.c b/sys/vdpau/gstvdpvideopostprocess.c index add2892c5a..564d872105 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 ");