diff options
author | Carl-Anton Ingmarsson <ca.ingmarsson@gmail.com> | 2009-04-13 20:04:21 +0200 |
---|---|---|
committer | Jan Schmidt <thaytan@noraisin.net> | 2009-06-20 15:21:26 +0100 |
commit | 91ff1579f32a6c0d9769cf44f5065d2811ba01f7 (patch) | |
tree | b8db37942d9c632326dd5d432bcaaeef67fc3783 /sys/vdpau/gstvdpaudevice.c | |
parent | a7170c6ef7e1dd7d623b5a0d61a654b433b2ec2d (diff) | |
download | gst-plugins-bad-91ff1579f32a6c0d9769cf44f5065d2811ba01f7.tar.gz gst-plugins-bad-91ff1579f32a6c0d9769cf44f5065d2811ba01f7.tar.bz2 gst-plugins-bad-91ff1579f32a6c0d9769cf44f5065d2811ba01f7.zip |
vdpau: remove unused "silent" properties
Diffstat (limited to 'sys/vdpau/gstvdpaudevice.c')
-rw-r--r-- | sys/vdpau/gstvdpaudevice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdpaudevice.c b/sys/vdpau/gstvdpaudevice.c index 73929444..c5a5f641 100644 --- a/sys/vdpau/gstvdpaudevice.c +++ b/sys/vdpau/gstvdpaudevice.c @@ -29,7 +29,6 @@ GST_DEBUG_CATEGORY_STATIC (gst_vdpau_device_debug); enum { PROP_0, - PROP_DISPLAY }; |