From cb15df15acd90a1c63f5a02f64acfff957c0bcd2 Mon Sep 17 00:00:00 2001 From: Hyunjun Ko Date: Wed, 19 Nov 2014 21:18:04 +0900 Subject: [PATCH] rtspconnection: fix warning on param name mismatch https://bugzilla.gnome.org/show_bug.cgi?id=740013 --- gst-libs/gst/rtsp/gstrtspconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/rtsp/gstrtspconnection.h b/gst-libs/gst/rtsp/gstrtspconnection.h index 7402b685a0..bc2dc62686 100644 --- a/gst-libs/gst/rtsp/gstrtspconnection.h +++ b/gst-libs/gst/rtsp/gstrtspconnection.h @@ -218,7 +218,7 @@ GstRTSPResult gst_rtsp_watch_wait_backlog (GstRTSPWatch * watch, GTimeVal *timeout); void gst_rtsp_watch_set_flushing (GstRTSPWatch * watch, - gboolean flush); + gboolean flushing); G_END_DECLS #endif /* __GST_RTSP_CONNECTION_H__ */