summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>2009-04-14 21:05:44 +0200
committerJan Schmidt <thaytan@noraisin.net>2009-06-20 15:21:28 +0100
commit500861d5171e3c0811a9c8bdf1b9b5631a77f7fe (patch)
tree8a71e9ac411c320846512734115312fb9c018e7b /sys
parent4470b61f8064758a2998d8b513304e0854170321 (diff)
downloadgst-plugins-bad-500861d5171e3c0811a9c8bdf1b9b5631a77f7fe.tar.gz
gst-plugins-bad-500861d5171e3c0811a9c8bdf1b9b5631a77f7fe.tar.bz2
gst-plugins-bad-500861d5171e3c0811a9c8bdf1b9b5631a77f7fe.zip
vdpau: don't set element details in GstVdpDecoder
Diffstat (limited to 'sys')
-rw-r--r--sys/vdpau/gstvdpdecoder.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/vdpau/gstvdpdecoder.c b/sys/vdpau/gstvdpdecoder.c
index 2e92381f..ba1ca7c0 100644
--- a/sys/vdpau/gstvdpdecoder.c
+++ b/sys/vdpau/gstvdpdecoder.c
@@ -165,12 +165,6 @@ gst_vdp_decoder_base_init (gpointer 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_static_pad_template_get (&src_template));
}