forked from mirrors/gstreamer-rs
gstreamer: Ignore Gst.Format::register; needs manual implementation
This commit is contained in:
parent
c4e82ce7b9
commit
18d6823dd8
1 changed files with 4 additions and 0 deletions
|
@ -232,6 +232,10 @@ status = "generate"
|
|||
cfg_condition = "feature = \"ser_de\""
|
||||
[[object.derive]]
|
||||
name = "Debug, PartialEq, Eq, PartialOrd, Ord, Hash"
|
||||
[[object.function]]
|
||||
name = "register"
|
||||
# Needs manual work
|
||||
ignore = true
|
||||
|
||||
[[object]]
|
||||
name = "Gst.SeekFlags"
|
||||
|
|
Loading…
Reference in a new issue