mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-15 23:01:02 +00:00
rusoto: Export AwsTranscriberResultStability enum
This commit is contained in:
parent
9824c23ee5
commit
fb1cbe1a4c
2 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,7 @@ mod packet;
|
|||
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Hash, Clone, Copy, glib::Enum)]
|
||||
#[repr(u32)]
|
||||
#[enum_type(name = "GstAwsTranscriberResultStability")]
|
||||
#[non_exhaustive]
|
||||
pub enum AwsTranscriberResultStability {
|
||||
#[enum_value(name = "High: stabilize results as fast as possible", nick = "high")]
|
||||
High = 0,
|
||||
|
|
|
@ -16,6 +16,8 @@ mod s3src;
|
|||
mod s3url;
|
||||
mod s3utils;
|
||||
|
||||
pub use aws_transcriber::AwsTranscriberResultStability;
|
||||
|
||||
fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> {
|
||||
s3sink::register(plugin)?;
|
||||
s3src::register(plugin)?;
|
||||
|
|
Loading…
Reference in a new issue