mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
0 terminate query formats
Original commit message from CVS: 0 terminate query formats
This commit is contained in:
parent
bfedb2363f
commit
785d4193c2
2 changed files with 3 additions and 2 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 2a013c06fe9bf1379966cd12e6bf8c30915c5f12
|
||||
Subproject commit 5b6a58f419c3d6fdd4abbe9943cd17a4fd2addcc
|
|
@ -510,7 +510,8 @@ gst_wavparse_get_query_types (GstPad *pad)
|
|||
{
|
||||
static const GstQueryType types[] = {
|
||||
GST_QUERY_TOTAL,
|
||||
GST_QUERY_POSITION
|
||||
GST_QUERY_POSITION,
|
||||
0
|
||||
};
|
||||
return types;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue