mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-30 04:00:37 +00:00
vdpauvideopostprocess: fix longname
This commit is contained in:
parent
c49cdd59ff
commit
c621101faa
1 changed files with 1 additions and 1 deletions
|
@ -989,7 +989,7 @@ gst_vdp_vpp_base_init (gpointer gclass)
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
|
||||||
|
|
||||||
gst_element_class_set_details_simple (element_class,
|
gst_element_class_set_details_simple (element_class,
|
||||||
"VDPAU Mpeg Decoder",
|
"VdpauVideoPostProcess",
|
||||||
"Filter/Converter/Decoder/Video",
|
"Filter/Converter/Decoder/Video",
|
||||||
"Post process GstVdpVideoBuffers and output GstVdpOutputBuffers",
|
"Post process GstVdpVideoBuffers and output GstVdpOutputBuffers",
|
||||||
"Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>");
|
"Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>");
|
||||||
|
|
Loading…
Reference in a new issue