gstreamer/gst/rawparse
Nicolas Dufresne 02c10e5bab rawvideoparse: Fix tiling support
When using tile format, the stride has a different meaning. It used
the MSB and LSB 16bits to encode respectively the width and height in
number of tiles.

This issue was introduce with commit e5b70d384c which was fixing
missing size recalculation when strides and offset is updated.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/753>
2020-07-14 17:33:31 +00:00
..
gstrawaudioparse.c plugins: uddate gst_type_mark_as_plugin_api() calls 2020-06-06 00:41:17 +02:00
gstrawaudioparse.h plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin types 2020-06-03 22:44:23 -04:00
gstrawbaseparse.c docs: mark more types as plugin API 2020-06-23 14:52:20 -04:00
gstrawbaseparse.h rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gstrawvideoparse.c rawvideoparse: Fix tiling support 2020-07-14 17:33:31 +00:00
gstrawvideoparse.h rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gstunalignedaudioparse.c rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gstunalignedaudioparse.h rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gstunalignedvideoparse.c rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gstunalignedvideoparse.h rawparse: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
meson.build doc: Port to hotdoc 2019-05-13 11:34:08 -04:00
plugin.c rawparse: Move to gst-plugins-base 2017-02-25 14:48:40 +02:00
unalignedaudio.h rawparse: Add unaligned raw audio parsing to audioparse and add new element 2016-05-15 13:19:48 +03:00
unalignedvideo.h rawparse: Add new raw audio and video parser elements 2016-07-26 13:44:39 +03:00