mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
rtspconnection: fix warning on param name mismatch
https://bugzilla.gnome.org/show_bug.cgi?id=740013
This commit is contained in:
parent
b508867795
commit
cb15df15ac
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ GstRTSPResult gst_rtsp_watch_wait_backlog (GstRTSPWatch * watch,
|
||||||
GTimeVal *timeout);
|
GTimeVal *timeout);
|
||||||
|
|
||||||
void gst_rtsp_watch_set_flushing (GstRTSPWatch * watch,
|
void gst_rtsp_watch_set_flushing (GstRTSPWatch * watch,
|
||||||
gboolean flush);
|
gboolean flushing);
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif /* __GST_RTSP_CONNECTION_H__ */
|
#endif /* __GST_RTSP_CONNECTION_H__ */
|
||||||
|
|
Loading…
Reference in a new issue