Skip to content

Commit

Permalink
Check format
Browse files Browse the repository at this point in the history
  • Loading branch information
0ry0n committed Jan 15, 2023
1 parent 7087b34 commit 775011a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/rtsp/gst.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ impl GstOutputs {
_ => "! fakesink".to_string(),
};

error!(
"Apply Format Vid: {}, Aud: {}",
launch_vid,
launch_aud
);

self.factory.set_launch(
&vec![
"( ",
Expand Down

0 comments on commit 775011a

Please sign in to comment.