audiorate: use g_object_notify_by_pspec() if possible
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 7 Oct 2010 19:54:32 +0000 (20:54 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 7 Oct 2010 19:54:32 +0000 (20:54 +0100)
commit4482cacb2439eb94072dd1a7abf0e9474c56ea4f
tree63ac6c7130a3d827df86800421d2c2b77158d7e0
parent82d2669f4f7a45556a238f017404a8c424dda7bf
audiorate: use g_object_notify_by_pspec() if possible

Use g_object_notify_by_pspec() when building against GLib >= 2.26.
This avoids the pspec lookup which takes the global paramspec pool lock.
gst/audiorate/gstaudiorate.c