rtspconnection: fix warning on param name mismatch
authorHyunjun Ko <zzoonis@gmail.com>
Wed, 19 Nov 2014 12:18:04 +0000 (21:18 +0900)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 19 Nov 2014 16:43:02 +0000 (13:43 -0300)
https://bugzilla.gnome.org/show_bug.cgi?id=740013

gst-libs/gst/rtsp/gstrtspconnection.h

index 7402b685a05acd5837cde236db135e1f74178e36..bc2dc626869eba9215e49987b8806b56d63dcb5f 100644 (file)
@@ -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__ */