transcoder: api message bus
Loading
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
commit e9665c8947b365e2dbc24a5a1e6240f338194350 (HEAD -> transcoder-api-message-bus)
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Wed Nov 25 22:25:28 2020 -0300
transcoder: Port to a GstBus API instead
Following the move made by GstPlayer in:
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/35
commit 76fdf30ce6674fa601426b07c5e51b6633ab30dc
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Thu Nov 19 22:56:46 2020 -0300
transcodebin: Unlock while setting decodebin caps
Otherwise it will deadlock recursing up to notify parent object property changes
commit 9578c8d4348e866c37654784dff459f210037fef
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Wed Nov 25 22:21:35 2020 -0300
transcoder: Automatically generate enums GTypes
commit d5e6849a2f52b1ef63c1b836d5aaef550e5d1bc0
Author: Thibault Saunier <tsaunier@igalia.com>
Date: Wed Nov 25 22:01:30 2020 -0300
transcoder: Port to G_DECLARE
See gstreamer/gst-plugins-bad!35 (closed) for more details