fix: remove debug statements from video playback initialization
This commit is contained in:
@@ -273,8 +273,6 @@ impl Video {
|
||||
|
||||
let pad = video_sink.pads().first().cloned().unwrap();
|
||||
|
||||
dbg!(&pad);
|
||||
dbg!(&pipeline);
|
||||
cleanup!(pipeline.set_state(gst::State::Playing))?;
|
||||
|
||||
// wait for up to 5 seconds until the decoder gets the source capabilities
|
||||
|
||||
Reference in New Issue
Block a user