qtdemux: Split tag reading functions out
authorJan Schmidt <jan@centricular.com>
Sun, 26 May 2019 10:20:03 +0000 (20:20 +1000)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 18 Jun 2020 14:41:27 +0000 (14:41 +0000)
commit5c68e06b001b4dae18adb25de79e8af785a209bf
treeef86425b70edbe8e719258621e32bbf50905f85b
parent0ddfc5020f8f967cbb3daf9dc73cf96e29381de6
qtdemux: Split tag reading functions out

Move some code out of the enormous qtdemux.c into a separate
qtdemux_tags helper, and make some structs available via qtdemux.h
to accommodate that.

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