diff options
Diffstat (limited to 'gst/rtsp/gstrtspsrc.h')
-rw-r--r-- | gst/rtsp/gstrtspsrc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gst/rtsp/gstrtspsrc.h b/gst/rtsp/gstrtspsrc.h index cf8f81c..c4f4a73 100644 --- a/gst/rtsp/gstrtspsrc.h +++ b/gst/rtsp/gstrtspsrc.h @@ -227,6 +227,11 @@ struct _GstRTSPSrc { gchar *control; guint next_port_num; +#ifdef GST_EXT_RTSPSRC_MODIFICATION + gboolean wait_pause_response; +#endif + + /* supported methods */ gint methods; |