diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-03-21 22:06:12 +0100 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:19 +0100 |
commit | 46a7e8221ceab7e1a5073aeaf36994af9c29ffa3 (patch) | |
tree | cfb2f81bb33d460eac457611f83b46ef0e1f01ef /sys/vdpau | |
parent | c0e4cdeb615238fef871cc5a1dfceed0109e3178 (diff) | |
download | gst-plugins-bad-46a7e8221ceab7e1a5073aeaf36994af9c29ffa3.tar.gz gst-plugins-bad-46a7e8221ceab7e1a5073aeaf36994af9c29ffa3.tar.bz2 gst-plugins-bad-46a7e8221ceab7e1a5073aeaf36994af9c29ffa3.zip |
vdpau: update VdpauH264Decoder element description
Diffstat (limited to 'sys/vdpau')
-rw-r--r-- | sys/vdpau/gstvdpauh264decoder.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/vdpau/gstvdpauh264decoder.c b/sys/vdpau/gstvdpauh264decoder.c index 794f71d1..ce6eec11 100644 --- a/sys/vdpau/gstvdpauh264decoder.c +++ b/sys/vdpau/gstvdpauh264decoder.c @@ -107,8 +107,8 @@ gst_vdpau_h264decoder_base_init (gpointer gclass) gst_element_class_set_details_simple (element_class, "VdpauH264Decoder", - "FIXME:Generic", - "FIXME:Generic Template Element", + "Decoder", + "decode h264 stream with vdpau", "Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com>"); gst_element_class_add_pad_template (element_class, |