qtdemux: Fix build with GLib versions < 2.54
authorSeungha Yang <seungha.yang@navercorp.com>
Fri, 19 Oct 2018 15:10:04 +0000 (00:10 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 20 Oct 2018 11:38:32 +0000 (12:38 +0100)
commit7bce030be35532a1a2025bf5fea0d47dd822adb5
tree17ca0ad5c83225d5d07d40d5af0278eb00a60d46
parent13aa805943476405f9324923683915698e4aa117
qtdemux: Fix build with GLib versions < 2.54

g_ptr_array_find_with_equal_func was introduced in glib 2.54
which is a higher version than our minimum required one.

https://bugzilla.gnome.org/show_bug.cgi?id=797239
gst/isomp4/qtdemux.c