gstreamer/gst-libs/gst/transcoder
Thibault Saunier d7c716d562 transcoder: Fix usage of g_error_propagate
In the error callback we were propagating an error we were not owning
which is incorrect use of the API.

Also we were clearing a GError we already propagated which is wrong
as propagating gives ownership away.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2325>
2021-06-21 09:18:32 +00:00
..
gsttranscoder-private.h transcoder: Add state-changed signal 2021-03-10 17:13:57 +00:00
gsttranscoder-signal-adapter.c transcoder: Add state-changed signal 2021-03-10 17:13:57 +00:00
gsttranscoder-signal-adapter.h transcoder: Rework the API to create/get SignalAdapter 2021-03-01 12:37:44 +00:00
gsttranscoder.c transcoder: Fix usage of g_error_propagate 2021-06-21 09:18:32 +00:00
gsttranscoder.h transcoder: Add state-changed signal 2021-03-10 17:13:57 +00:00
meson.build transcoder: Port to a GstBus API instead 2021-02-26 15:37:23 +00:00
transcoder-prelude.h transcoder: Automatically generate enums GTypes 2021-02-26 15:37:23 +00:00