mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
query: Make CONTEXT query upstream and downstream
This commit is contained in:
parent
113c9fa277
commit
a7f5dc8b8a
1 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ typedef enum {
|
|||
* @GST_QUERY_CAPS: the caps query
|
||||
* @GST_QUERY_DRAIN: wait till all serialized data is consumed downstream
|
||||
* @GST_QUERY_CONTEXT: query the pipeline-local context from
|
||||
* downstream (since 1.2)
|
||||
* downstream or upstream (since 1.2)
|
||||
*
|
||||
* Standard predefined Query types
|
||||
*/
|
||||
|
@ -128,7 +128,7 @@ typedef enum {
|
|||
GST_QUERY_ACCEPT_CAPS = GST_QUERY_MAKE_TYPE (160, FLAG(BOTH)),
|
||||
GST_QUERY_CAPS = GST_QUERY_MAKE_TYPE (170, FLAG(BOTH)),
|
||||
GST_QUERY_DRAIN = GST_QUERY_MAKE_TYPE (180, FLAG(DOWNSTREAM) | FLAG(SERIALIZED)),
|
||||
GST_QUERY_CONTEXT = GST_QUERY_MAKE_TYPE (190, FLAG(DOWNSTREAM))
|
||||
GST_QUERY_CONTEXT = GST_QUERY_MAKE_TYPE (190, FLAG(BOTH))
|
||||
} GstQueryType;
|
||||
#undef FLAG
|
||||
|
||||
|
|
Loading…
Reference in a new issue