rtspconnection: fix warning on param name mismatch

https://bugzilla.gnome.org/show_bug.cgi?id=740013
This commit is contained in:
Hyunjun Ko 2014-11-19 21:18:04 +09:00 committed by Reynaldo H. Verdejo Pinochet
parent b508867795
commit cb15df15ac

View 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__ */