qtdemux: Move some tree parsing files out to a separate file.
authorJan Schmidt <jan@centricular.com>
Sat, 25 May 2019 19:05:06 +0000 (05:05 +1000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Jun 2020 14:41:27 +0000 (14:41 +0000)
commit0ddfc5020f8f967cbb3daf9dc73cf96e29381de6
treea9e618c1b35c9aebe01b08cdb2d21eedc8e083a5
parente2d75939bbfbd73d665ff8905d06888240715d6d
qtdemux: Move some tree parsing files out to a separate file.

Reduce a tiny bit of the bulk of qtdemux.c by moving some
agnostic helper functions out.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/634>
gst/isomp4/meson.build
gst/isomp4/qtdemux.c
gst/isomp4/qtdemux_tree.c [new file with mode: 0644]
gst/isomp4/qtdemux_tree.h [new file with mode: 0644]