Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
6bd63ec8
Commit
6bd63ec8
authored
Mar 15, 2018
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update gstreamer-video
parent
033a391f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
5 deletions
+25
-5
gstreamer-video/Cargo.toml
gstreamer-video/Cargo.toml
+1
-0
gstreamer-video/src/auto/enums.rs
gstreamer-video/src/auto/enums.rs
+10
-1
gstreamer-video/src/auto/flags.rs
gstreamer-video/src/auto/flags.rs
+1
-1
gstreamer-video/src/auto/mod.rs
gstreamer-video/src/auto/mod.rs
+1
-1
gstreamer-video/src/auto/video_filter.rs
gstreamer-video/src/auto/video_filter.rs
+1
-1
gstreamer-video/src/auto/video_overlay.rs
gstreamer-video/src/auto/video_overlay.rs
+11
-1
No files found.
gstreamer-video/Cargo.toml
View file @
6bd63ec8
...
...
@@ -31,6 +31,7 @@ optional = true
[features]
v1_10
=
[
"gstreamer-sys/v1_10"
,
"gstreamer-video-sys/v1_10"
]
v1_12
=
[
"gstreamer-sys/v1_12"
,
"gstreamer-video-sys/v1_12"
,
"v1_10"
]
v1_14
=
[
"gstreamer-sys/v1_14"
,
"gstreamer-video-sys/v1_14"
,
"v1_12"
]
embed-lgpl-docs
=
["rustdoc-stripper"]
purge-lgpl-docs
=
["rustdoc-stripper"]
dox
=
[
"gstreamer-video-sys/dox"
,
"glib/dox"
,
"gstreamer/dox"
]
...
...
gstreamer-video/src/auto/enums.rs
View file @
6bd63ec8
// This file was generated by gir (https://github.com/gtk-rs/gir @
fbb95f4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
d1e0127
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -309,6 +309,9 @@ pub enum VideoFormat {
I42212le
,
Y44412be
,
Y44412le
,
Gray10Le32
,
Nv1210le32
,
Nv1610le32
,
#[doc(hidden)]
__
Unknown
(
i32
),
}
...
...
@@ -397,6 +400,9 @@ impl ToGlib for VideoFormat {
VideoFormat
::
I42212le
=>
ffi
::
GST_VIDEO_FORMAT_I422_12LE
,
VideoFormat
::
Y44412be
=>
ffi
::
GST_VIDEO_FORMAT_Y444_12BE
,
VideoFormat
::
Y44412le
=>
ffi
::
GST_VIDEO_FORMAT_Y444_12LE
,
VideoFormat
::
Gray10Le32
=>
ffi
::
GST_VIDEO_FORMAT_GRAY10_LE32
,
VideoFormat
::
Nv1210le32
=>
ffi
::
GST_VIDEO_FORMAT_NV12_10LE32
,
VideoFormat
::
Nv1610le32
=>
ffi
::
GST_VIDEO_FORMAT_NV16_10LE32
,
VideoFormat
::
__
Unknown
(
value
)
=>
value
}
}
...
...
@@ -485,6 +491,9 @@ impl FromGlib<ffi::GstVideoFormat> for VideoFormat {
75
=>
VideoFormat
::
I42212le
,
76
=>
VideoFormat
::
Y44412be
,
77
=>
VideoFormat
::
Y44412le
,
78
=>
VideoFormat
::
Gray10Le32
,
79
=>
VideoFormat
::
Nv1210le32
,
80
=>
VideoFormat
::
Nv1610le32
,
value
=>
VideoFormat
::
__
Unknown
(
value
),
}
}
...
...
gstreamer-video/src/auto/flags.rs
View file @
6bd63ec8
// This file was generated by gir (https://github.com/gtk-rs/gir @
fbb95f4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
d1e0127
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-video/src/auto/mod.rs
View file @
6bd63ec8
// This file was generated by gir (https://github.com/gtk-rs/gir @
fbb95f4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
d1e0127
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-video/src/auto/video_filter.rs
View file @
6bd63ec8
// This file was generated by gir (https://github.com/gtk-rs/gir @
fbb95f4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
d1e0127
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
gstreamer-video/src/auto/video_overlay.rs
View file @
6bd63ec8
// This file was generated by gir (https://github.com/gtk-rs/gir @
fbb95f4
)
// This file was generated by gir (https://github.com/gtk-rs/gir @
d1e0127
)
// from gir-files (https://github.com/gtk-rs/gir-files @ ???)
// DO NOT EDIT
...
...
@@ -19,6 +19,16 @@ glib_wrapper! {
}
}
impl
VideoOverlay
{
//pub fn install_properties(oclass: /*Ignored*/&mut glib::ObjectClass, last_prop_id: i32) {
// unsafe { TODO: call ffi::gst_video_overlay_install_properties() }
//}
//pub fn set_property<P: IsA<glib::Object>>(object: &P, last_prop_id: i32, property_id: u32, value: /*Ignored*/&glib::Value) -> bool {
// unsafe { TODO: call ffi::gst_video_overlay_set_property() }
//}
}
unsafe
impl
Send
for
VideoOverlay
{}
unsafe
impl
Sync
for
VideoOverlay
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment