gstreamer/gst/encoding
Niels De Graef d297c4447d encoding: Use G_DECLARE_FINAL_TYPE
Note that we didn't do it for encodebin, as it has a class struct. We
_could_ techincally use `G_DECLARE_DERIVABLE_TYPE()` for that one, but
that would mean also using a private struct, which is even more work for
no gain.
2020-03-16 15:47:58 +00:00
..
gstencodebin.c encodebin: Ensure that a single segment is pushed into encoders 2019-11-05 18:03:09 +00:00
gstencodebin.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstsmartencoder.c smartencoder: Only accept TIME segments for real 2016-04-25 17:17:00 +03:00
gstsmartencoder.h encoding: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gststreamcombiner.c streamcombiner: Forward upstream force-key-unit events to all sinkpads 2019-09-05 22:47:13 +09:00
gststreamcombiner.h encoding: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gststreamcombinerpad.h encoding: Use G_DECLARE_FINAL_TYPE 2020-03-16 15:47:58 +00:00
gststreamsplitter.c streamsplitter: Drop duplicated force-key-unit events 2019-09-05 22:48:23 +09:00
gststreamsplitter.h encoding: 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