fn create_thumbnailer_pipeline( uri: &str, sender: Arc<Mutex<Option<Sender<Result<Thumbnail, ()>>>>>, ) -> Result<Pipeline, Error>
Create a GStreamer pipeline to get a thumbnail of the first frame.