Skip to content

avcfg: Override type of bitrate property from int64 to int

Sebastian Dröge requested to merge slomo/gst-libav:avenc-bitrate-int into master

See #41 (comment 142808)

The switch to the new ffmpeg property system changed the type of the bitrate property from int to int64, which potentially breaks many existing applications at runtime as properties are usually set via g_object_set().

As such, override the type to int until GStreamer 2.0.

Merge request reports