mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
vdpau: don't set element details in GstVdpDecoder
This commit is contained in:
parent
4470b61f80
commit
500861d517
1 changed files with 0 additions and 6 deletions
|
@ -165,12 +165,6 @@ gst_vdp_decoder_base_init (gpointer klass)
|
||||||
{
|
{
|
||||||
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
GstElementClass *element_class = GST_ELEMENT_CLASS (klass);
|
||||||
|
|
||||||
gst_element_class_set_details_simple (element_class,
|
|
||||||
"VdpauDecoder",
|
|
||||||
"Codec/Decoder/Video",
|
|
||||||
"VDPAU decoder base class",
|
|
||||||
"Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>");
|
|
||||||
|
|
||||||
gst_element_class_add_pad_template (element_class,
|
gst_element_class_add_pad_template (element_class,
|
||||||
gst_static_pad_template_get (&src_template));
|
gst_static_pad_template_get (&src_template));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue