summaryrefslogtreecommitdiff
path: root/tools/gst-transcoder.c
Commit message (Collapse)AuthorAgeFilesLines
* transcoder: handle SIGINT and SIGHUPBing Song2021-03-041-0/+56
| | | | | | | | Handle SIGINT and SIGHUP in transcoder. Or the output file maybe corrupt. Fixes #1507 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1987>
* transcoder: Rework the API to create/get SignalAdapterThibault Saunier2021-03-011-1/+1
| | | | | | | | | | | 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>
* transcoder: Port to a GstBus API insteadThibault Saunier2021-02-261-7/+11
| | | | | | | | Following the move made by GstPlayer in: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/35 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1840>
* transcodebin: Minor error message enhancementThibault Saunier2020-11-301-2/+3
|
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-3/+3
|
* Import GstTranscoderSaunier Thibault2019-08-281-0/+401