pub trait UriSourceAssetExt: 'static {
fn filesource_asset(&self) -> Option<UriClipAsset>;
fn stream_info(&self) -> Option<DiscovererStreamInfo>;
fn stream_uri(&self) -> Option<GString>;
fn is_image(&self) -> bool;
}
pub trait UriSourceAssetExt: 'static {
fn filesource_asset(&self) -> Option<UriClipAsset>;
fn stream_info(&self) -> Option<DiscovererStreamInfo>;
fn stream_uri(&self) -> Option<GString>;
fn is_image(&self) -> bool;
}