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
40
Issues
40
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GStreamer
gstreamer-rs
Commits
46d27e3e
Commit
46d27e3e
authored
Apr 23, 2018
by
Sebastian Dröge
🍵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Regenerate everything with latest GIR
parent
a4c3c7cd
Changes
151
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
151 changed files
with
417 additions
and
413 deletions
+417
-413
Gir_Gst.toml
Gir_Gst.toml
+1
-0
Gir_GstApp.toml
Gir_GstApp.toml
+1
-0
Gir_GstAudio.toml
Gir_GstAudio.toml
+1
-0
Gir_GstBase.toml
Gir_GstBase.toml
+1
-0
Gir_GstNet.toml
Gir_GstNet.toml
+1
-0
Gir_GstPbutils.toml
Gir_GstPbutils.toml
+1
-0
Gir_GstPlayer.toml
Gir_GstPlayer.toml
+1
-0
Gir_GstRtsp.toml
Gir_GstRtsp.toml
+1
-0
Gir_GstRtspServer.toml
Gir_GstRtspServer.toml
+1
-0
Gir_GstSdp.toml
Gir_GstSdp.toml
+1
-0
Gir_GstVideo.toml
Gir_GstVideo.toml
+1
-0
Gir_GstWebRTC.toml
Gir_GstWebRTC.toml
+1
-0
gstreamer-app/src/auto/app_sink.rs
gstreamer-app/src/auto/app_sink.rs
+3
-3
gstreamer-app/src/auto/app_src.rs
gstreamer-app/src/auto/app_src.rs
+3
-3
gstreamer-app/src/auto/enums.rs
gstreamer-app/src/auto/enums.rs
+2
-2
gstreamer-app/src/auto/flags.rs
gstreamer-app/src/auto/flags.rs
+2
-2
gstreamer-app/src/auto/mod.rs
gstreamer-app/src/auto/mod.rs
+2
-2
gstreamer-app/src/auto/versions.txt
gstreamer-app/src/auto/versions.txt
+4
-0
gstreamer-audio/src/auto/audio_stream_align.rs
gstreamer-audio/src/auto/audio_stream_align.rs
+2
-2
gstreamer-audio/src/auto/enums.rs
gstreamer-audio/src/auto/enums.rs
+2
-2
gstreamer-audio/src/auto/flags.rs
gstreamer-audio/src/auto/flags.rs
+2
-2
gstreamer-audio/src/auto/mod.rs
gstreamer-audio/src/auto/mod.rs
+2
-2
gstreamer-audio/src/auto/stream_volume.rs
gstreamer-audio/src/auto/stream_volume.rs
+2
-2
gstreamer-audio/src/auto/versions.txt
gstreamer-audio/src/auto/versions.txt
+4
-0
gstreamer-base/src/auto/adapter.rs
gstreamer-base/src/auto/adapter.rs
+2
-2
gstreamer-base/src/auto/base_sink.rs
gstreamer-base/src/auto/base_sink.rs
+2
-2
gstreamer-base/src/auto/base_src.rs
gstreamer-base/src/auto/base_src.rs
+2
-2
gstreamer-base/src/auto/base_transform.rs
gstreamer-base/src/auto/base_transform.rs
+2
-2
gstreamer-base/src/auto/enums.rs
gstreamer-base/src/auto/enums.rs
+2
-2
gstreamer-base/src/auto/flags.rs
gstreamer-base/src/auto/flags.rs
+2
-2
gstreamer-base/src/auto/functions.rs
gstreamer-base/src/auto/functions.rs
+2
-2
gstreamer-base/src/auto/mod.rs
gstreamer-base/src/auto/mod.rs
+2
-2
gstreamer-base/src/auto/push_src.rs
gstreamer-base/src/auto/push_src.rs
+2
-2
gstreamer-base/src/auto/versions.txt
gstreamer-base/src/auto/versions.txt
+4
-0
gstreamer-net/src/auto/enums.rs
gstreamer-net/src/auto/enums.rs
+2
-2
gstreamer-net/src/auto/flags.rs
gstreamer-net/src/auto/flags.rs
+2
-2
gstreamer-net/src/auto/mod.rs
gstreamer-net/src/auto/mod.rs
+2
-2
gstreamer-net/src/auto/net_client_clock.rs
gstreamer-net/src/auto/net_client_clock.rs
+2
-2
gstreamer-net/src/auto/net_time_provider.rs
gstreamer-net/src/auto/net_time_provider.rs
+2
-2
gstreamer-net/src/auto/ntp_clock.rs
gstreamer-net/src/auto/ntp_clock.rs
+2
-2
gstreamer-net/src/auto/ptp_clock.rs
gstreamer-net/src/auto/ptp_clock.rs
+2
-2
gstreamer-net/src/auto/versions.txt
gstreamer-net/src/auto/versions.txt
+4
-0
gstreamer-pbutils/src/auto/discoverer.rs
gstreamer-pbutils/src/auto/discoverer.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_audio_info.rs
gstreamer-pbutils/src/auto/discoverer_audio_info.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_container_info.rs
gstreamer-pbutils/src/auto/discoverer_container_info.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_info.rs
gstreamer-pbutils/src/auto/discoverer_info.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_stream_info.rs
gstreamer-pbutils/src/auto/discoverer_stream_info.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_subtitle_info.rs
gstreamer-pbutils/src/auto/discoverer_subtitle_info.rs
+2
-2
gstreamer-pbutils/src/auto/discoverer_video_info.rs
gstreamer-pbutils/src/auto/discoverer_video_info.rs
+2
-2
gstreamer-pbutils/src/auto/enums.rs
gstreamer-pbutils/src/auto/enums.rs
+2
-2
gstreamer-pbutils/src/auto/flags.rs
gstreamer-pbutils/src/auto/flags.rs
+2
-2
gstreamer-pbutils/src/auto/mod.rs
gstreamer-pbutils/src/auto/mod.rs
+2
-2
gstreamer-pbutils/src/auto/versions.txt
gstreamer-pbutils/src/auto/versions.txt
+4
-0
gstreamer-player/src/auto/enums.rs
gstreamer-player/src/auto/enums.rs
+2
-2
gstreamer-player/src/auto/flags.rs
gstreamer-player/src/auto/flags.rs
+2
-2
gstreamer-player/src/auto/mod.rs
gstreamer-player/src/auto/mod.rs
+4
-4
gstreamer-player/src/auto/player.rs
gstreamer-player/src/auto/player.rs
+2
-2
gstreamer-player/src/auto/player_audio_info.rs
gstreamer-player/src/auto/player_audio_info.rs
+2
-2
gstreamer-player/src/auto/player_gmain_context_signal_dispatcher.rs
...player/src/auto/player_gmain_context_signal_dispatcher.rs
+2
-2
gstreamer-player/src/auto/player_media_info.rs
gstreamer-player/src/auto/player_media_info.rs
+2
-2
gstreamer-player/src/auto/player_signal_dispatcher.rs
gstreamer-player/src/auto/player_signal_dispatcher.rs
+2
-2
gstreamer-player/src/auto/player_stream_info.rs
gstreamer-player/src/auto/player_stream_info.rs
+2
-2
gstreamer-player/src/auto/player_subtitle_info.rs
gstreamer-player/src/auto/player_subtitle_info.rs
+2
-2
gstreamer-player/src/auto/player_video_info.rs
gstreamer-player/src/auto/player_video_info.rs
+2
-2
gstreamer-player/src/auto/player_video_overlay_video_renderer.rs
...er-player/src/auto/player_video_overlay_video_renderer.rs
+2
-2
gstreamer-player/src/auto/player_video_renderer.rs
gstreamer-player/src/auto/player_video_renderer.rs
+2
-2
gstreamer-player/src/auto/player_visualization.rs
gstreamer-player/src/auto/player_visualization.rs
+2
-2
gstreamer-player/src/auto/versions.txt
gstreamer-player/src/auto/versions.txt
+4
-0
gstreamer-rtsp-server/src/auto/enums.rs
gstreamer-rtsp-server/src/auto/enums.rs
+2
-2
gstreamer-rtsp-server/src/auto/flags.rs
gstreamer-rtsp-server/src/auto/flags.rs
+2
-2
gstreamer-rtsp-server/src/auto/mod.rs
gstreamer-rtsp-server/src/auto/mod.rs
+46
-46
gstreamer-rtsp-server/src/auto/r_t_s_p_token.rs
gstreamer-rtsp-server/src/auto/r_t_s_p_token.rs
+0
-56
gstreamer-rtsp-server/src/auto/rtsp_address.rs
gstreamer-rtsp-server/src/auto/rtsp_address.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_address_pool.rs
gstreamer-rtsp-server/src/auto/rtsp_address_pool.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_auth.rs
gstreamer-rtsp-server/src/auto/rtsp_auth.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_client.rs
gstreamer-rtsp-server/src/auto/rtsp_client.rs
+4
-4
gstreamer-rtsp-server/src/auto/rtsp_media.rs
gstreamer-rtsp-server/src/auto/rtsp_media.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs
gstreamer-rtsp-server/src/auto/rtsp_media_factory.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs
gstreamer-rtsp-server/src/auto/rtsp_media_factory_uri.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_mount_points.rs
gstreamer-rtsp-server/src/auto/rtsp_mount_points.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_server.rs
gstreamer-rtsp-server/src/auto/rtsp_server.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_session.rs
gstreamer-rtsp-server/src/auto/rtsp_session.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_session_media.rs
gstreamer-rtsp-server/src/auto/rtsp_session_media.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs
gstreamer-rtsp-server/src/auto/rtsp_session_pool.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_stream.rs
gstreamer-rtsp-server/src/auto/rtsp_stream.rs
+2
-2
gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs
gstreamer-rtsp-server/src/auto/rtsp_stream_transport.rs
+6
-6
gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs
gstreamer-rtsp-server/src/auto/rtsp_thread_pool.rs
+2
-2
gstreamer-rtsp-server/src/auto/versions.txt
gstreamer-rtsp-server/src/auto/versions.txt
+4
-0
gstreamer-rtsp/src/auto/enums.rs
gstreamer-rtsp/src/auto/enums.rs
+2
-2
gstreamer-rtsp/src/auto/flags.rs
gstreamer-rtsp/src/auto/flags.rs
+2
-2
gstreamer-rtsp/src/auto/mod.rs
gstreamer-rtsp/src/auto/mod.rs
+6
-6
gstreamer-rtsp/src/auto/rtsp_auth_param.rs
gstreamer-rtsp/src/auto/rtsp_auth_param.rs
+2
-2
gstreamer-rtsp/src/auto/rtsp_url.rs
gstreamer-rtsp/src/auto/rtsp_url.rs
+2
-2
gstreamer-rtsp/src/auto/versions.txt
gstreamer-rtsp/src/auto/versions.txt
+4
-0
gstreamer-sdp/src/auto/enums.rs
gstreamer-sdp/src/auto/enums.rs
+2
-2
gstreamer-sdp/src/auto/flags.rs
gstreamer-sdp/src/auto/flags.rs
+2
-2
gstreamer-sdp/src/auto/mikey_message.rs
gstreamer-sdp/src/auto/mikey_message.rs
+2
-2
gstreamer-sdp/src/auto/mikey_payload.rs
gstreamer-sdp/src/auto/mikey_payload.rs
+2
-2
gstreamer-sdp/src/auto/mod.rs
gstreamer-sdp/src/auto/mod.rs
+6
-6
gstreamer-sdp/src/auto/versions.txt
gstreamer-sdp/src/auto/versions.txt
+4
-0
gstreamer-video/src/auto/enums.rs
gstreamer-video/src/auto/enums.rs
+2
-2
gstreamer-video/src/auto/flags.rs
gstreamer-video/src/auto/flags.rs
+2
-2
gstreamer-video/src/auto/mod.rs
gstreamer-video/src/auto/mod.rs
+2
-2
gstreamer-video/src/auto/versions.txt
gstreamer-video/src/auto/versions.txt
+4
-0
gstreamer-video/src/auto/video_filter.rs
gstreamer-video/src/auto/video_filter.rs
+2
-2
gstreamer-video/src/auto/video_overlay.rs
gstreamer-video/src/auto/video_overlay.rs
+2
-2
gstreamer-webrtc/src/auto/enums.rs
gstreamer-webrtc/src/auto/enums.rs
+2
-2
gstreamer-webrtc/src/auto/flags.rs
gstreamer-webrtc/src/auto/flags.rs
+2
-2
gstreamer-webrtc/src/auto/mod.rs
gstreamer-webrtc/src/auto/mod.rs
+14
-14
gstreamer-webrtc/src/auto/versions.txt
gstreamer-webrtc/src/auto/versions.txt
+4
-0
gstreamer-webrtc/src/auto/web_rtc_session_description.rs
gstreamer-webrtc/src/auto/web_rtc_session_description.rs
+2
-2
gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs
gstreamer-webrtc/src/auto/web_rtcdtls_transport.rs
+2
-2
gstreamer-webrtc/src/auto/web_rtcice_transport.rs
gstreamer-webrtc/src/auto/web_rtcice_transport.rs
+2
-2
gstreamer-webrtc/src/auto/web_rtcrtp_receiver.rs
gstreamer-webrtc/src/auto/web_rtcrtp_receiver.rs
+2
-2
gstreamer-webrtc/src/auto/web_rtcrtp_sender.rs
gstreamer-webrtc/src/auto/web_rtcrtp_sender.rs
+2
-2
gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs
gstreamer-webrtc/src/auto/web_rtcrtp_transceiver.rs
+2
-2
gstreamer/src/auto/alias.rs
gstreamer/src/auto/alias.rs
+2
-2
gstreamer/src/auto/bin.rs
gstreamer/src/auto/bin.rs
+2
-2
gstreamer/src/auto/buffer_pool.rs
gstreamer/src/auto/buffer_pool.rs
+2
-2
gstreamer/src/auto/bus.rs
gstreamer/src/auto/bus.rs
+4
-4
gstreamer/src/auto/child_proxy.rs
gstreamer/src/auto/child_proxy.rs
+2
-2
gstreamer/src/auto/clock.rs
gstreamer/src/auto/clock.rs
+2
-2
gstreamer/src/auto/date_time.rs
gstreamer/src/auto/date_time.rs
+2
-2
gstreamer/src/auto/device.rs
gstreamer/src/auto/device.rs
+2
-2
gstreamer/src/auto/device_monitor.rs
gstreamer/src/auto/device_monitor.rs
+2
-2
gstreamer/src/auto/device_provider.rs
gstreamer/src/auto/device_provider.rs
+2
-2
gstreamer/src/auto/device_provider_factory.rs
gstreamer/src/auto/device_provider_factory.rs
+2
-2
gstreamer/src/auto/element.rs
gstreamer/src/auto/element.rs
+2
-2
gstreamer/src/auto/element_factory.rs
gstreamer/src/auto/element_factory.rs
+2
-2
gstreamer/src/auto/enums.rs
gstreamer/src/auto/enums.rs
+2
-2
gstreamer/src/auto/flags.rs
gstreamer/src/auto/flags.rs
+2
-2
gstreamer/src/auto/functions.rs
gstreamer/src/auto/functions.rs
+2
-2
gstreamer/src/auto/ghost_pad.rs
gstreamer/src/auto/ghost_pad.rs
+2
-2
gstreamer/src/auto/mod.rs
gstreamer/src/auto/mod.rs
+5
-5
gstreamer/src/auto/object.rs
gstreamer/src/auto/object.rs
+2
-2
gstreamer/src/auto/pad.rs
gstreamer/src/auto/pad.rs
+28
-28
gstreamer/src/auto/pad_template.rs
gstreamer/src/auto/pad_template.rs
+2
-2
gstreamer/src/auto/pipeline.rs
gstreamer/src/auto/pipeline.rs
+2
-2
gstreamer/src/auto/plugin.rs
gstreamer/src/auto/plugin.rs
+2
-2
gstreamer/src/auto/plugin_feature.rs
gstreamer/src/auto/plugin_feature.rs
+2
-2
gstreamer/src/auto/preset.rs
gstreamer/src/auto/preset.rs
+2
-2
gstreamer/src/auto/proxy_pad.rs
gstreamer/src/auto/proxy_pad.rs
+2
-2
gstreamer/src/auto/registry.rs
gstreamer/src/auto/registry.rs
+2
-2
gstreamer/src/auto/stream.rs
gstreamer/src/auto/stream.rs
+2
-2
gstreamer/src/auto/stream_collection.rs
gstreamer/src/auto/stream_collection.rs
+2
-2
gstreamer/src/auto/system_clock.rs
gstreamer/src/auto/system_clock.rs
+2
-2
gstreamer/src/auto/tag_setter.rs
gstreamer/src/auto/tag_setter.rs
+2
-2
gstreamer/src/auto/toc_setter.rs
gstreamer/src/auto/toc_setter.rs
+2
-2
gstreamer/src/auto/type_find_factory.rs
gstreamer/src/auto/type_find_factory.rs
+2
-2
gstreamer/src/auto/uri_handler.rs
gstreamer/src/auto/uri_handler.rs
+2
-2
gstreamer/src/auto/versions.txt
gstreamer/src/auto/versions.txt
+4
-0
No files found.
Gir_Gst.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstApp.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-app"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstAudio.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-audio"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstBase.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-base"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstNet.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-net"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstPbutils.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-pbutils"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstPlayer.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-player"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstRtsp.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-rtsp"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
doc_target_path
=
"docs/gstreamer-rtsp/docs.md"
external_libraries
=
[
...
...
Gir_GstRtspServer.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-rtsp-server"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
doc_target_path
=
"docs/gstreamer-rtsp-server/docs.md"
external_libraries
=
[
...
...
Gir_GstSdp.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-sdp"
work_mode
=
"normal"
concurrency
=
"send"
generate_safety_asserts
=
true
single_version_file
=
true
doc_target_path
=
"docs/gstreamer-sdp/docs.md"
external_libraries
=
[
...
...
Gir_GstVideo.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-video"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
Gir_GstWebRTC.toml
View file @
46d27e3e
...
...
@@ -7,6 +7,7 @@ target_path = "gstreamer-webrtc"
work_mode
=
"normal"
concurrency
=
"send+sync"
generate_safety_asserts
=
true
single_version_file
=
true
external_libraries
=
[
"GLib"
,
...
...
gstreamer-app/src/auto/app_sink.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
@@ -95,7 +95,7 @@ impl AppSink {
}
}
//pub fn set_callbacks
<P: Into<Option</*Unimplemented*/Fundamental: Pointer>>>(&self, callbacks: /*Ignored*/&mut AppSinkCallbacks, user_data: P
, notify: /*Unknown conversion*//*Unimplemented*/DestroyNotify) {
//pub fn set_callbacks
(&self, callbacks: /*Ignored*/&mut AppSinkCallbacks
, notify: /*Unknown conversion*//*Unimplemented*/DestroyNotify) {
// unsafe { TODO: call ffi::gst_app_sink_set_callbacks() }
//}
...
...
gstreamer-app/src/auto/app_src.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
AppStreamType
;
...
...
@@ -90,7 +90,7 @@ impl AppSrc {
}
}
//pub fn set_callbacks
<P: Into<Option</*Unimplemented*/Fundamental: Pointer>>>(&self, callbacks: /*Ignored*/&mut AppSrcCallbacks, user_data: P
, notify: /*Unknown conversion*//*Unimplemented*/DestroyNotify) {
//pub fn set_callbacks
(&self, callbacks: /*Ignored*/&mut AppSrcCallbacks
, notify: /*Unknown conversion*//*Unimplemented*/DestroyNotify) {
// unsafe { TODO: call ffi::gst_app_src_set_callbacks() }
//}
...
...
gstreamer-app/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-app/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-app/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
app_sink
;
...
...
gstreamer-app/src/auto/versions.txt
0 → 100644
View file @
46d27e3e
All files in this directory
were generated by gir (https://github.com/gtk-rs/gir @ 1795530)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
DO NOT EDIT THEM
gstreamer-audio/src/auto/audio_stream_align.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-audio/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-audio/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-audio/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
stream_volume
;
...
...
gstreamer-audio/src/auto/stream_volume.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
StreamVolumeFormat
;
...
...
gstreamer-audio/src/auto/versions.txt
0 → 100644
View file @
46d27e3e
All files in this directory
were generated by gir (https://github.com/gtk-rs/gir @ 1795530)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
DO NOT EDIT THEM
gstreamer-base/src/auto/adapter.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/base_sink.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/base_src.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/base_transform.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/functions.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-base/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
adapter
;
...
...
gstreamer-base/src/auto/push_src.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
BaseSrc
;
...
...
gstreamer-base/src/auto/versions.txt
0 → 100644
View file @
46d27e3e
All files in this directory
were generated by gir (https://github.com/gtk-rs/gir @ 1795530)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
DO NOT EDIT THEM
gstreamer-net/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-net/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-net/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
net_client_clock
;
...
...
gstreamer-net/src/auto/net_client_clock.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-net/src/auto/net_time_provider.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-net/src/auto/ntp_clock.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
NetClientClock
;
...
...
gstreamer-net/src/auto/ptp_clock.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-net/src/auto/versions.txt
0 → 100644
View file @
46d27e3e
All files in this directory
were generated by gir (https://github.com/gtk-rs/gir @ 1795530)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
DO NOT EDIT THEM
gstreamer-pbutils/src/auto/discoverer.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererInfo
;
...
...
gstreamer-pbutils/src/auto/discoverer_audio_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererStreamInfo
;
...
...
gstreamer-pbutils/src/auto/discoverer_container_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererStreamInfo
;
...
...
gstreamer-pbutils/src/auto/discoverer_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererResult
;
...
...
gstreamer-pbutils/src/auto/discoverer_stream_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-pbutils/src/auto/discoverer_subtitle_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererStreamInfo
;
...
...
gstreamer-pbutils/src/auto/discoverer_video_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
DiscovererStreamInfo
;
...
...
gstreamer-pbutils/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-pbutils/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-pbutils/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
discoverer
;
...
...
gstreamer-pbutils/src/auto/versions.txt
0 → 100644
View file @
46d27e3e
All files in this directory
were generated by gir (https://github.com/gtk-rs/gir @ 1795530)
from gir-files (https://github.com/gtk-rs/gir-files @ ???)
DO NOT EDIT THEM
gstreamer-player/src/auto/enums.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-player/src/auto/flags.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-player/src/auto/mod.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
mod
player
;
...
...
@@ -8,8 +8,8 @@ pub use self::player::Player;
mod
player_audio_info
;
pub
use
self
::
player_audio_info
::
PlayerAudioInfo
;
mod
player_g
_
main_context_signal_dispatcher
;
pub
use
self
::
player_g
_
main_context_signal_dispatcher
::
PlayerGMainContextSignalDispatcher
;
mod
player_gmain_context_signal_dispatcher
;
pub
use
self
::
player_gmain_context_signal_dispatcher
::
PlayerGMainContextSignalDispatcher
;
mod
player_media_info
;
pub
use
self
::
player_media_info
::
PlayerMediaInfo
;
...
...
gstreamer-player/src/auto/player.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
Error
;
...
...
gstreamer-player/src/auto/player_audio_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
PlayerStreamInfo
;
...
...
gstreamer-player/src/auto/player_g
_
main_context_signal_dispatcher.rs
→
gstreamer-player/src/auto/player_gmain_context_signal_dispatcher.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
PlayerSignalDispatcher
;
...
...
gstreamer-player/src/auto/player_media_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
PlayerAudioInfo
;
...
...
gstreamer-player/src/auto/player_signal_dispatcher.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-player/src/auto/player_stream_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
ffi
;
...
...
gstreamer-player/src/auto/player_subtitle_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT
use
PlayerStreamInfo
;
...
...
gstreamer-player/src/auto/player_video_info.rs
View file @
46d27e3e
// This file was generated by gir (https://github.com/gtk-rs/gir
@ 6855214
)
// from gir-files (https://github.com/gtk-rs/gir-files
@ ???
)
// This file was generated by gir (https://github.com/gtk-rs/gir)