Skip to content

Commit

Permalink
update version to 0.7.8
Browse files Browse the repository at this point in the history
more robust at gstreamer capture if stream has issues.
  • Loading branch information
ltn-chriskennedy committed Aug 22, 2024
1 parent 59c9b14 commit f191ef4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license-file = "LICENSE"
homepage = "https://github.com/groovybits/rscap"
repository = "https://github.com/groovybits/rscap"
authors = ["Chris Kennedy"]
version = "0.7.7"
version = "0.7.8"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion specs/rsprobe.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: rsprobe
Version: 0.7.7
Version: 0.7.8
Release: 1%{?dist}
Summary: MpegTS Stream Analysis Probe with Kafka and GStreamer
License: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/bin/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async fn send_to_kafka(
#[derive(Parser, Debug)]
#[clap(
author = "Chris Kennedy",
version = "0.7.7",
version = "0.7.8",
about = "MpegTS Stream Analysis Probe with Kafka and GStreamer"
)]
struct Args {
Expand Down

0 comments on commit f191ef4

Please sign in to comment.