gstreamer/subprojects/gst-plugins-bad/gst/codectimestamper
Thibault Saunier dbc6afd874 codectimestamper: Use accept-intersect and accept-template caps
We should behave similarly to video parsers so we can use:
- accept-template as we can also accept caps with missing fields.
- accept-intersect to do quick check with the pad template caps as it is
enough. Users should have figured the appropriate full caps on a
previous caps query

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4341>
2023-04-12 15:07:28 +00:00
..
gstcodectimestamper.c codectimestamper: Use accept-intersect and accept-template caps 2023-04-12 15:07:28 +00:00
gstcodectimestamper.h codectimestamper: Remove duplicated GstSegment struct 2022-11-15 19:32:10 +00:00
gsth264timestamper.c timestamper: Classify as Timestamper and make them RANK_MARGINAL 2023-01-24 16:31:40 +00:00
gsth264timestamper.h
gsth265timestamper.c h265timestamper: Use gst_h265_parser_parse_decoder_config_record() 2023-03-06 12:50:41 +00:00
gsth265timestamper.h
meson.build
plugin.c