query: add a new bitrate query
authorMatthew Waters <matthew@centricular.com>
Thu, 17 May 2018 11:42:43 +0000 (21:42 +1000)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 7 Nov 2018 15:04:14 +0000 (15:04 +0000)
commit4fc4ad87d55b6045217a0fa0bebbdbbe2c31a006
tree4119d13fae9d9d5c14a0a0fb2541bf94283eb060
parentc4ccff786152a70f42f13b9406e1c992fffedf7a
query: add a new bitrate query

Allows determining from downstream what the expected bitrate of a stream
may be which is useful in queue2 for setting time based limits when
upstream does not provide timing information.

Implement bitrate query handling in queue2

https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/60
docs/gst/gstreamer-sections.txt
gst/gstpad.c
gst/gstquark.c
gst/gstquark.h
gst/gstquery.c
gst/gstquery.h
plugins/elements/gstqueue2.c
plugins/elements/gstqueue2.h
tests/check/elements/queue2.c