decoder: use g_object_notify_by_pspec().
authorJavier Jardón <jjardon@gnome.org>
Wed, 8 Aug 2012 03:50:41 +0000 (12:50 +0900)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Mon, 27 Aug 2012 07:56:47 +0000 (09:56 +0200)
commit5157a019427a73bc592cd1a155bb4adfbbecef8d
treec96684b36b403d24e41cfbb5161d0b76629258f7
parenta10ee527c7dd0988f81a7878dfd55520899fbd09
decoder: use g_object_notify_by_pspec().

Use g_object_notify_by_pspec() instead of g_object_notify() so that to
avoid a property name lookup. i.e. this makes notifications faster to
the `vaapidecode' element.

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
gst-libs/gst/vaapi/gstvaapidecoder.c