Skip to content

Commit

Permalink
fix gstreamer build vs. non-gstreamer
Browse files Browse the repository at this point in the history
  • Loading branch information
ltn-chriskennedy committed Aug 28, 2024
1 parent 5d20744 commit 445a8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1713,8 +1713,6 @@ async fn rsprobe(running: Arc<AtomicBool>) {

#[cfg(feature = "gst")]
let mut video_packet_errors = 0;
#[cfg(feature = "gst")]

let mut exit_now = false;
loop {
if !running.load(Ordering::SeqCst) {
Expand Down

0 comments on commit 445a8e7

Please sign in to comment.