[gst-debugger] debugserver: fix query hook



commit 407010dee23f781e79e973814d2f4c5b5a9547ed
Author: Marcin Kolny <marcin kolny gmail com>
Date:   Tue Jul 5 21:58:19 2016 +0200

    debugserver: fix query hook
    
    Interface of query hook has been slightly changed in the newest
    GStreamer version, so required version has been updated and bug
    has been fixed.

 configure.ac                     |    2 +-
 src/debugserver/gstdebugserver.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5f636c6..b79663e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_SUBST([GST_DEBUGGER_API_VERSION], [0.1])
 
 AC_SUBST([GLIB_VERSION], [2.41.1])
 AC_SUBST([GTK_VERSION], [3.14.0])
-AC_SUBST([GSTREAMER_VERSION], [1.7.0])
+AC_SUBST([GSTREAMER_VERSION], [1.8.0])
 AC_SUBST([GSTREAMERMM_VERSION], [1.4.0])
 AC_SUBST([SIGCPP_2_VERSION], [2.5.1])
 AC_SUBST([PROTOBUF_VERSION], [2.6.1])
diff --git a/src/debugserver/gstdebugserver.c b/src/debugserver/gstdebugserver.c
index 6f0eb04..94a3134 100644
--- a/src/debugserver/gstdebugserver.c
+++ b/src/debugserver/gstdebugserver.c
@@ -156,7 +156,7 @@ do_push_event_pre (GstTracer * self, guint64 ts, GstPad * pad, GstEvent * event)
 }
 
 static void
-do_pad_query_post (GstTracer * self, guint64 ts, GstPad * pad, gboolean result, GstQuery * query)
+do_pad_query_post (GstTracer * self, guint64 ts, GstPad * pad, GstQuery * query, gboolean result)
 {
   GstDebugserverTracer *tracer = GST_DEBUGSERVER_TRACER (self);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]