Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gstreamer-rs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zeeshan Ali
gstreamer-rs
Commits
60c9cdfd
Commit
60c9cdfd
authored
Oct 19, 2018
by
Víctor Manuel Jáquez Leal
Committed by
Sebastian Dröge
Oct 31, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update autogenerated code with latest gir
parent
1be9f590
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
25 additions
and
16 deletions
+25
-16
gstreamer-app/src/auto/versions.txt
gstreamer-app/src/auto/versions.txt
+1
-1
gstreamer-audio/src/auto/versions.txt
gstreamer-audio/src/auto/versions.txt
+1
-1
gstreamer-base/src/auto/functions.rs
gstreamer-base/src/auto/functions.rs
+5
-0
gstreamer-base/src/auto/versions.txt
gstreamer-base/src/auto/versions.txt
+1
-1
gstreamer-net/src/auto/net_client_clock.rs
gstreamer-net/src/auto/net_client_clock.rs
+2
-1
gstreamer-net/src/auto/versions.txt
gstreamer-net/src/auto/versions.txt
+1
-1
gstreamer-pbutils/src/auto/versions.txt
gstreamer-pbutils/src/auto/versions.txt
+1
-1
gstreamer-player/src/auto/player.rs
gstreamer-player/src/auto/player.rs
+2
-1
gstreamer-player/src/auto/versions.txt
gstreamer-player/src/auto/versions.txt
+1
-1
gstreamer-rtsp-server/src/auto/versions.txt
gstreamer-rtsp-server/src/auto/versions.txt
+1
-1
gstreamer-rtsp/src/auto/versions.txt
gstreamer-rtsp/src/auto/versions.txt
+1
-1
gstreamer-sdp/src/auto/versions.txt
gstreamer-sdp/src/auto/versions.txt
+1
-1
gstreamer-video/src/auto/versions.txt
gstreamer-video/src/auto/versions.txt
+1
-1
gstreamer-webrtc/src/auto/versions.txt
gstreamer-webrtc/src/auto/versions.txt
+1
-1
gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs
gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs
+2
-1
gstreamer/src/auto/stream_collection.rs
gstreamer/src/auto/stream_collection.rs
+2
-1
gstreamer/src/auto/versions.txt
gstreamer/src/auto/versions.txt
+1
-1
No files found.
gstreamer-app/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-audio/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-base/src/auto/functions.rs
View file @
60c9cdfd
...
...
@@ -39,3 +39,8 @@ pub fn type_find_helper_for_extension<'a, P: IsA<gst::Object> + 'a, Q: Into<Opti
//pub fn type_find_helper_get_range<'a, P: IsA<gst::Object>, Q: IsA<gst::Object> + 'a, R: Into<Option<&'a Q>>>(obj: &P, parent: R, func: /*Unknown conversion*//*Unimplemented*/TypeFindHelperGetRangeFunction, size: u64, extension: &str) -> (Option<gst::Caps>, gst::TypeFindProbability) {
// unsafe { TODO: call ffi::gst_type_find_helper_get_range() }
//}
//#[cfg(any(feature = "v1_14_3", feature = "dox"))]
//pub fn type_find_helper_get_range_full<'a, 'b, P: IsA<gst::Object>, Q: IsA<gst::Object> + 'a, R: Into<Option<&'a Q>>, S: Into<Option<&'b str>>>(obj: &P, parent: R, func: /*Unknown conversion*//*Unimplemented*/TypeFindHelperGetRangeFunction, size: u64, extension: S) -> (gst::FlowReturn, gst::Caps, gst::TypeFindProbability) {
// unsafe { TODO: call ffi::gst_type_find_helper_get_range_full() }
//}
gstreamer-base/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-net/src/auto/net_client_clock.rs
View file @
60c9cdfd
...
...
@@ -37,7 +37,8 @@ impl NetClientClock {
}
}
pub
fn
set_property_address
(
&
self
,
address
:
Option
<&
str
>
)
{
pub
fn
set_property_address
<
'a
,
P
:
Into
<
Option
<&
'a
str
>>>
(
&
self
,
address
:
P
)
{
let
address
=
address
.into
();
unsafe
{
gobject_ffi
::
g_object_set_property
(
self
.to_glib_none
()
.0
,
"address"
.to_glib_none
()
.0
,
Value
::
from
(
address
)
.to_glib_none
()
.0
);
}
...
...
gstreamer-net/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-pbutils/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-player/src/auto/player.rs
View file @
60c9cdfd
...
...
@@ -292,7 +292,8 @@ impl Player {
}
}
pub
fn
set_property_suburi
(
&
self
,
suburi
:
Option
<&
str
>
)
{
pub
fn
set_property_suburi
<
'a
,
P
:
Into
<
Option
<&
'a
str
>>>
(
&
self
,
suburi
:
P
)
{
let
suburi
=
suburi
.into
();
unsafe
{
gobject_ffi
::
g_object_set_property
(
self
.to_glib_none
()
.0
,
"suburi"
.to_glib_none
()
.0
,
Value
::
from
(
suburi
)
.to_glib_none
()
.0
);
}
...
...
gstreamer-player/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-rtsp-server/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-rtsp/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-sdp/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-video/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-webrtc/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs
View file @
60c9cdfd
...
...
@@ -47,7 +47,8 @@ impl WebRTCDTLSTransport {
}
}
pub
fn
set_property_certificate
(
&
self
,
certificate
:
Option
<&
str
>
)
{
pub
fn
set_property_certificate
<
'a
,
P
:
Into
<
Option
<&
'a
str
>>>
(
&
self
,
certificate
:
P
)
{
let
certificate
=
certificate
.into
();
unsafe
{
gobject_ffi
::
g_object_set_property
(
self
.to_glib_none
()
.0
,
"certificate"
.to_glib_none
()
.0
,
Value
::
from
(
certificate
)
.to_glib_none
()
.0
);
}
...
...
gstreamer/src/auto/stream_collection.rs
View file @
60c9cdfd
...
...
@@ -63,7 +63,8 @@ impl StreamCollection {
}
}
pub
fn
set_property_upstream_id
(
&
self
,
upstream_id
:
Option
<&
str
>
)
{
pub
fn
set_property_upstream_id
<
'a
,
P
:
Into
<
Option
<&
'a
str
>>>
(
&
self
,
upstream_id
:
P
)
{
let
upstream_id
=
upstream_id
.into
();
unsafe
{
gobject_ffi
::
g_object_set_property
(
self
.to_glib_none
()
.0
,
"upstream-id"
.to_glib_none
()
.0
,
Value
::
from
(
upstream_id
)
.to_glib_none
()
.0
);
}
...
...
gstreamer/src/auto/versions.txt
View file @
60c9cdfd
Generated by gir (https://github.com/gtk-rs/gir @
c385982
)
Generated by gir (https://github.com/gtk-rs/gir @
82cdb44
)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
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