Allow custom pipelines, autodetect live sources
This commit is contained in:
parent
217fa7730a
commit
be21d2a19b
5 changed files with 93 additions and 79 deletions
|
@ -60,6 +60,8 @@ pub enum Error {
|
|||
Bool(#[from] glib::BoolError),
|
||||
#[error("failed to get the gstreamer bus")]
|
||||
Bus,
|
||||
#[error("failed to get AppSink element with name='{0}' from gstreamer pipeline")]
|
||||
AppSink(String),
|
||||
#[error("{0}")]
|
||||
StateChange(#[from] gst::StateChangeError),
|
||||
#[error("failed to cast gstreamer element")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue