gstreamer/tools
Thibault Saunier 8c2fd4fff7 transcoder: Rework the API to create/get SignalAdapter
We can only have 1 single GstTranscoderSignalAdapter object for a
given GstTranscoder object, this enforces that by avoiding to expose
a constructor and instead add a method to GstTranscoder to get the
signal adapter (internally creating it when needed). We can still
cleanly ensure that the signal adapter is running for the requested
GMainContext and return NULL if it is not the case.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2044>
2021-03-01 12:37:44 +00:00
..
element-templates bad: use new gst_element_class_add_static_pad_template() 2016-03-24 14:56:51 +02:00
gst-app-maker gst-app-maker: fix program name and arguments in usage text and help text 2020-06-17 14:13:29 +00:00
gst-element-maker plugins-bad: Fix example pipelines 2015-12-15 10:30:49 +00:00
gst-element-maker-test.sh element-maker-test: try to run element-maker for all templates 2011-04-26 15:17:30 +03:00
gst-project-maker gst-project-maker: use $0 for the program name in usage and help text 2020-06-17 14:13:29 +00:00
gst-transcoder.c transcoder: Rework the API to create/get SignalAdapter 2021-03-01 12:37:44 +00:00
meson.build Import GstTranscoder 2019-08-28 13:02:13 +00:00
utils.c documentation: fixed a heap o' typos 2019-11-05 09:11:25 -05:00
utils.h Import GstTranscoder 2019-08-28 13:02:13 +00:00