gst/interleave/: Properly implement duration and position queries in bytes format...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 5 Jun 2008 11:07:17 +0000 (11:07 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 5 Jun 2008 11:07:17 +0000 (11:07 +0000)
commit7537a1c39fafd800c5d90dc641ffb059155f57cf
tree4040bb41c8577a541c46346d5eeacea5a447027e
parent61a15f8c5f61282ef9f8eef5852dda52b2f9b948
gst/interleave/: Properly implement duration and position queries in bytes format. We have to take the upstream reply...

Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_add_new_pads),
(gst_deinterleave_src_query):
* gst/interleave/interleave.c: (gst_interleave_src_query_duration),
(gst_interleave_src_query):
Properly implement duration and position queries in bytes format. We
have to take the upstream reply and divide/multiply it by the number
of channels to get the correct result.
gst/interleave/deinterleave.c
gst/interleave/interleave.c