mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
streams: GstStreamType/GstStream are available since 1.10
Annotate them as such.
This commit is contained in:
parent
d51ff55af1
commit
e32d89d6c9
1 changed files with 4 additions and 0 deletions
|
@ -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 >*/
|
||||||
|
|
Loading…
Reference in a new issue