videorate: use g_object_notify_by_pspec() if possible
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 7 Oct 2010 19:37:10 +0000 (20:37 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 7 Oct 2010 19:37:10 +0000 (20:37 +0100)
commit82d2669f4f7a45556a238f017404a8c424dda7bf
tree913109b8f2169989a86f62c3cde8a5b9978c1e7b
parent6d8cb1f42d4ec6f7683d2e2cf265eeabc92db0df
videorate: 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/videorate/gstvideorate.c