mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-03 05:48:43 +00:00
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\""
|
cfg_condition = "feature = \"ser_de\""
|
||||||
[[object.derive]]
|
[[object.derive]]
|
||||||
name = "Debug, PartialEq, Eq, PartialOrd, Ord, Hash"
|
name = "Debug, PartialEq, Eq, PartialOrd, Ord, Hash"
|
||||||
|
[[object.function]]
|
||||||
|
name = "register"
|
||||||
|
# Needs manual work
|
||||||
|
ignore = true
|
||||||
|
|
||||||
[[object]]
|
[[object]]
|
||||||
name = "Gst.SeekFlags"
|
name = "Gst.SeekFlags"
|
||||||
|
|
Loading…
Reference in a new issue