diff options
Diffstat (limited to 'gst-libs/gst/app/gstappsrc.h')
-rw-r--r-- | gst-libs/gst/app/gstappsrc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/app/gstappsrc.h b/gst-libs/gst/app/gstappsrc.h index f8173dc9..21426712 100644 --- a/gst-libs/gst/app/gstappsrc.h +++ b/gst-libs/gst/app/gstappsrc.h @@ -71,6 +71,7 @@ struct _GstAppSrc GstAppStreamType stream_type; guint64 max_bytes; GstFormat format; + gboolean block; gboolean flushing; gboolean started; |