pad: Add a guard against getrange functions not filling a caller-provided buffer
authorSebastian Dröge <sebastian@centricular.com>
Thu, 2 Apr 2020 10:45:48 +0000 (13:45 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 2 Apr 2020 10:47:37 +0000 (13:47 +0300)
commit606a9acd74f91160a4668e70ebe6acdcfb7128ab
treec868bfe3e348811ab58725e2ecd512f6302d12c1
parente272ae281fdd854333bff88461d1090989eb21ce
pad: Add a guard against getrange functions not filling a caller-provided buffer

It's a programming error to not do so and would cause all kinds of
problems in the caller that assumed its own buffer to have been filled.
gst/gstpad.c