mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-23 01:51:06 +00:00
Generate missing doc aliases
This commit is contained in:
parent
7fcd560d18
commit
96266ff922
2 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ use bitflags::bitflags;
|
|||
use glib::translate::*;
|
||||
|
||||
bitflags! {
|
||||
#[doc(alias = "GstElementFactoryListType")]
|
||||
pub struct ElementFactoryListType: u64 {
|
||||
const DECODER = 0b_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0001;
|
||||
const ENCODER = 0b_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0000_0010;
|
||||
|
|
|
@ -426,6 +426,7 @@ pub enum TagError {
|
|||
// This cannot be done automatically because in GStreamer it's exposed as a bitflag but works as an
|
||||
// enum instead
|
||||
#[derive(Debug, PartialEq, Eq, Hash, Clone, Copy)]
|
||||
#[doc(alias = "GstMessageType")]
|
||||
pub enum MessageType {
|
||||
#[doc(alias = "GST_MESSAGE_UNKNOWN")]
|
||||
Unknown,
|
||||
|
|
Loading…
Reference in a new issue