display: install properties in batch.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 28 Aug 2012 14:24:15 +0000 (16:24 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 28 Aug 2012 14:24:15 +0000 (16:24 +0200)
commitfe4ad408dce29cfbbec20d9871b8f71cced1d5c3
treeb293be5ce6d30425fe5bf83bebf2fcad3a69271a
parent1069ce433fa37bdc80e284c21010b48e4122f6f9
display: install properties in batch.

Use g_object_class_install_properties() to install GstVaapiDisplay properties.
It is useful to maintain properties as GParamSpec so that to be able to raise
"notify" signals by id instead of by name in the future.
gst-libs/gst/vaapi/gstvaapidisplay.c