streams: GstStreamType/GstStream are available since 1.10

Annotate them as such.
This commit is contained in:
Sebastian Dröge 2017-12-26 18:08:31 +01:00
parent d51ff55af1
commit e32d89d6c9

View file

@ -51,6 +51,8 @@ G_BEGIN_DECLS
* Note that this is a flag, and therefore users should not assume it * Note that this is a flag, and therefore users should not assume it
* will be a single value. Do not use the equality operator for checking * will be a single value. Do not use the equality operator for checking
* whether a stream is of a certain type. * whether a stream is of a certain type.
*
* Since: 1.10
*/ */
typedef enum { typedef enum {
GST_STREAM_TYPE_UNKNOWN = 1 << 0, GST_STREAM_TYPE_UNKNOWN = 1 << 0,
@ -81,6 +83,8 @@ typedef struct _GstStreamPrivate GstStreamPrivate;
* *
* Elements can subclass a #GstStream for internal usage (to contain information * Elements can subclass a #GstStream for internal usage (to contain information
* pertinent to streams of data). * pertinent to streams of data).
*
* Since: 1.10
*/ */
struct _GstStream { struct _GstStream {
/*< private >*/ /*< private >*/