Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
403
Issues
403
List
Boards
Labels
Service Desk
Milestones
Merge Requests
77
Merge Requests
77
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer
Commits
71a2bdea
Commit
71a2bdea
authored
Oct 13, 2016
by
Edward Hervey
🤘
Committed by
Edward Hervey
Oct 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
streams: Extend GstStreamType documentation
Users shouldn't assume it will be a single value since it's a flag.
parent
6c1bc80d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
gst/gststreams.h
gst/gststreams.h
+4
-0
No files found.
gst/gststreams.h
View file @
71a2bdea
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment