avcfg: Override type of bitrate property from int64 to int
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.