Change all references from GitHub to freedesktop.org GitLab

This commit is contained in:
Sebastian Dröge 2018-11-03 19:27:19 +02:00 committed by Sebastian Dröge
parent 0ca8a2f505
commit 3b2b70ea0a
49 changed files with 237 additions and 235 deletions

View file

@ -1,4 +1,6 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # NOTE: The canonical repository for gstreamer-sys has moved to [freedesktop.org GitLab](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys)!
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust.
@ -6,8 +8,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -44,5 +44,5 @@ license = "MIT"
links = "gstapp-1.0" links = "gstapp-1.0"
name = "gstreamer-app-sys" name = "gstreamer-app-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (App library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (App library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -47,5 +47,5 @@ license = "MIT"
links = "gstaudio-1.0" links = "gstaudio-1.0"
name = "gstreamer-audio-sys" name = "gstreamer-audio-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Audio library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Audio library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -48,5 +48,5 @@ license = "MIT"
links = "gstbase-1.0" links = "gstbase-1.0"
name = "gstreamer-base-sys" name = "gstreamer-base-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Base library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Base library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -45,5 +45,5 @@ license = "MIT"
links = "gstreamer-check-1.0" links = "gstreamer-check-1.0"
name = "gstreamer-check-sys" name = "gstreamer-check-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Check library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Check library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -52,5 +52,5 @@ license = "MIT"
links = "ges-1.0" links = "ges-1.0"
name = "gstreamer-editing-services-sys" name = "gstreamer-editing-services-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-editing-services-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-editing-services-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Editing Services) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Editing Services) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -41,5 +41,5 @@ license = "MIT"
links = "gstgl-1.0" links = "gstgl-1.0"
name = "gstreamer-gl-sys" name = "gstreamer-gl-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -47,5 +47,5 @@ license = "MIT"
links = "gstmpegts-1.0" links = "gstmpegts-1.0"
name = "gstreamer-mpegts-sys" name = "gstreamer-mpegts-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (MPEGTS library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (MPEGTS library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -47,5 +47,5 @@ license = "MIT"
links = "gstnet-1.0" links = "gstnet-1.0"
name = "gstreamer-net-sys" name = "gstreamer-net-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-net-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-net-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Net Library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Net Library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -50,5 +50,5 @@ license = "MIT"
links = "gstpbutils-1.0" links = "gstpbutils-1.0"
name = "gstreamer-pbutils-sys" name = "gstreamer-pbutils-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Pbutils library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Pbutils library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -42,5 +42,5 @@ license = "MIT"
links = "gstplayer-1.0" links = "gstplayer-1.0"
name = "gstreamer-player-sys" name = "gstreamer-player-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Player library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Player library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -55,5 +55,5 @@ license = "MIT"
links = "gstrtspserver-1.0" links = "gstrtspserver-1.0"
name = "gstreamer-rtsp-server-sys" name = "gstreamer-rtsp-server-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-rtsp-server-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-rtsp-server-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp Server library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Rtsp Server library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -51,5 +51,5 @@ license = "MIT"
links = "gstrtsp-1.0" links = "gstrtsp-1.0"
name = "gstreamer-rtsp-sys" name = "gstreamer-rtsp-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-rtsp-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-rtsp-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Rtsp library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -45,5 +45,5 @@ license = "MIT"
links = "gstsdp-1.0" links = "gstsdp-1.0"
name = "gstreamer-sdp-sys" name = "gstreamer-sdp-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sdp-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sdp-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Sdp library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Sdp library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -43,5 +43,5 @@ license = "MIT"
links = "gstreamer-1.0" links = "gstreamer-1.0"
name = "gstreamer-sys" name = "gstreamer-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -47,5 +47,5 @@ license = "MIT"
links = "gsttag-1.0" links = "gsttag-1.0"
name = "gstreamer-tag-sys" name = "gstreamer-tag-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Tag library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Tag library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -49,5 +49,5 @@ license = "MIT"
links = "gstvideo-1.0" links = "gstvideo-1.0"
name = "gstreamer-video-sys" name = "gstreamer-video-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (Video library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (Video library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)

View file

@ -99,12 +99,12 @@ specifically the [variant used by Rust](http://doc.crates.io/manifest.html#the-v
- Initial release of the autogenerated GStreamer FFI bindings. - Initial release of the autogenerated GStreamer FFI bindings.
[Unreleased]: https://github.com/sdroege/gstreamer-sys/compare/0.6.0...HEAD [Unreleased]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.6.0...HEAD
[0.6.0]: https://github.com/sdroege/gstreamer-sys/compare/0.5.0...0.6.0 [0.6.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.5.0...0.6.0
[0.5.0]: https://github.com/sdroege/gstreamer-sys/compare/0.4.1...0.5.0 [0.5.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.1...0.5.0
[0.4.1]: https://github.com/sdroege/gstreamer-sys/compare/0.4.0...0.4.1 [0.4.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.4.0...0.4.1
[0.4.0]: https://github.com/sdroege/gstreamer-sys/compare/0.3.0...0.4.0 [0.4.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.3.0...0.4.0
[0.3.0]: https://github.com/sdroege/gstreamer-sys/compare/0.2.1...0.3.0 [0.3.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/sdroege/gstreamer-sys/compare/0.2.0...0.2.1 [0.2.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/sdroege/gstreamer-sys/compare/0.1.1...0.2.0 [0.2.0]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/sdroege/gstreamer-sys/compare/0.1.0...0.1.1 [0.1.1]: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/compare/0.1.0...0.1.1

View file

@ -1,6 +1,6 @@
[badges.travis-ci] [badges.gitlab]
branch = "master" branch = "master"
repository = "sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
[build-dependencies] [build-dependencies]
pkg-config = "0.3.7" pkg-config = "0.3.7"
@ -40,5 +40,5 @@ license = "MIT"
links = "gstwebrtc-1.0" links = "gstwebrtc-1.0"
name = "gstreamer-webrtc-sys" name = "gstreamer-webrtc-sys"
readme = "README.md" readme = "README.md"
repository = "https://github.com/sdroege/gstreamer-sys" repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys"
version = "0.7.0" version = "0.7.0"

View file

@ -1,4 +1,4 @@
# gstreamer-webrtc-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![Build Status](https://travis-ci.org/sdroege/gstreamer-sys.svg?branch=master)](https://travis-ci.org/sdroege/gstreamer-sys) # gstreamer-webrtc-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-sys.svg)](https://crates.io/crates/gstreamer-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/badges/master/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/commits/master)
[GStreamer](https://gstreamer.freedesktop.org/) (WebRTC library) FFI bindings for Rust. [GStreamer](https://gstreamer.freedesktop.org/) (WebRTC library) FFI bindings for Rust.
@ -6,8 +6,8 @@ These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for GStreamer. Generally they are meant to be used as the building block for
higher-level abstractions like: higher-level abstractions like:
* Application-side bindings for GStreamer: https://github.com/sdroege/gstreamer-rs * Application-side bindings for GStreamer: https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
* Crate for writing GStreamer plugins in Rust: https://github.com/sdroege/gst-plugin-rs * Crate for writing GStreamer plugins in Rust: https://gitlab.freedesktop.org/gstreamer/gst-plugin-rs
The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/) The bindings are autogenerated with [gir](https://github.com/gtk-rs/gir/)
based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/) based on the [GObject-Introspection](https://wiki.gnome.org/Projects/GObjectIntrospection/)