summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorAntonio Larrosa <antonio.larrosa@gmail.com>2022-03-23 11:27:33 +0100
committerFrediano Ziglio <freddy77@gmail.com>2022-03-23 13:39:52 +0000
commit46e3a57ccd50899342c1688bd7c65f60b4d219f5 (patch)
treecf1f6a005e91632f73a92d5bb71afa2581707d31 /AUTHORS
parentab9ad87c5f99bed397a6642965e3315d138e7761 (diff)
Fix build with gstreamer 1.20.x
gstreamer-plugins-base 1.20 includes a new member in the GstAppSinkCallbacks struct: gboolean (*new_event) (GstAppSink *appsink, gpointer user_data); So it has to be initialized in order to build test-gst.cpp successfully. (added in https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/0a657d6db5ba912b13092a907ea507638cd01cf9 ) Acked-by: Frediano Ziglio <freddy77@gmail.com>
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 17979475..c5cf2ecd 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -86,5 +86,6 @@ Patches also contributed by
Hunter Sezen <orbea@riseup.net>
Simon Chopin <simon.chopin@canonical.com>
Geoffrey McRae <geoff@hostfission.com>
+ Antonio Larrosa <antonio.larrosa@gmail.com>
....send patches to get your name here...