adaptivedemux2: Move stream_seek() to the Stream class
authorJan Schmidt <jan@centricular.com>
Wed, 2 Nov 2022 14:48:08 +0000 (01:48 +1100)
committerJan Schmidt <jan@centricular.com>
Fri, 4 Nov 2022 17:00:31 +0000 (04:00 +1100)
commit565f47b4f3f23c07cb405e56f2d66ae1d3ba95f6
treea1b1215c597803583eb0a984560736af1427046d
parent2fe641353d2c097a183ab22bb426e46e9020c6e3
adaptivedemux2: Move stream_seek() to the Stream class

Move the last stream specific vfunc from the demux
class to the stream class.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3314>
subprojects/gst-plugins-good/ext/adaptivedemux2/dash/gstdashdemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux-private.h
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux-stream.c
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux-stream.h
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.c
subprojects/gst-plugins-good/ext/adaptivedemux2/gstadaptivedemux.h
subprojects/gst-plugins-good/ext/adaptivedemux2/hls/gsthlsdemux.c