diff --git a/gst/gststreams.h b/gst/gststreams.h index a82d81f575..2df1c7630e 100644 --- a/gst/gststreams.h +++ b/gst/gststreams.h @@ -48,6 +48,10 @@ G_BEGIN_DECLS * * #GstStreamType describes a high level classification set for * flows of data in #GstStream objects. + * + * 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 + * whether a stream is of a certain type. */ typedef enum { GST_STREAM_TYPE_UNKNOWN = 1 << 0,