Skip to content

gstreamer-player: regen for overridden signals

Philippe Normand requested to merge philn:player-signal-overrides into master

In the previous generated player bindings the position-updated was Send+Sync but only Send is actually needed. In addition to this change the position-updated and seek-done signals now invoke their handler with a gst::ClockTime value instead of u64.

Merge request reports