GStreamerPipelineBuilder constructor
Creates a pipeline builder with the specified dimensions and framerate.
Implementation
const GStreamerPipelineBuilder({
required this.width,
required this.height,
required this.fps,
required this.isAndroid,
});