Commit graph

76 commits

Author SHA1 Message Date
Sebastian Dröge fcee935e0d Minor cleanup of sdp/rtsp/rtsp-server crates
- Add myself to authors so I can upload the crate whenever doing releases
- Add missing features/versions to build.rs
- Simplify glib/gobject/gio-sys dependencies in Cargo.toml
2018-02-09 11:32:33 +02:00
Mathieu Duponchelle 2f22e8c325 Add bindings for GStreamer Sdp, Rtsp and RtspServer libraries
Fixes https://github.com/sdroege/gstreamer-sys/pull/8
2018-02-09 11:32:26 +02:00
Sebastian Dröge 7a914c481b Regenerate everything with latest gir 2018-02-07 18:49:22 +02:00
Sebastian Dröge ab27a1609e Work around gobject-introspection bug with void* arrays
See https://github.com/gtk-rs/gir/issues/534
https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=30833f6242b0480fd78a52cd8cc1169fd9b75706
2018-02-07 18:44:09 +02:00
Sebastian Dröge f3b1ae8b1c Update gir-files from gstreamer-rs 2018-02-07 18:42:45 +02:00
Sebastian Dröge d68a12a413 Update versions to 0.5.0 2017-12-22 00:49:13 +02:00
Sebastian Dröge 461e3027c8 Update CHANGELOG.md for 0.4.0 2017-12-22 00:43:06 +02:00
Sebastian Dröge 92f50caeaa Update CHANGELOG.md for 0.3.0 2017-12-22 00:36:09 +02:00
Sebastian Dröge da9a9c5673 Regenerate with .gir file changes 2017-12-22 00:34:08 +02:00
Sebastian Dröge fa4cca3cb3 Update Gst-1.0.gir 2017-12-20 22:59:28 +02:00
Sebastian Dröge 79acf5bec5 Add GstNet-related files 2017-12-16 14:37:53 +02:00
Sebastian Dröge 3702447957 Update Gst-1.0.gir from gstreamer-rs 2017-12-16 14:37:26 +02:00
Sebastian Dröge 48a61bc754 Add bindings for GStreamer Net library 2017-12-16 14:33:19 +02:00
Sebastian Dröge 1c667845e5 Fix gst_player_[gs]et_multiview_mode() argument type
http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=20c4dc25fbbe68c9b7526059c50b74e818c12b10
2017-12-16 10:37:13 +02:00
Guillaume Gomez bcc17efdfb regen 2017-12-03 20:45:55 +02:00
Guillaume Gomez 8e49fa9f49 Add gir submodule and automatic build script 2017-12-03 20:45:55 +02:00
Sebastian Dröge a296d16b5e Update gir-files with filename/utf8 type fixes 2017-12-03 14:52:16 +02:00
Sebastian Dröge 5a1f57062f Add README.md to gstreamer-sys subdirectory 2017-11-26 19:22:48 +02:00
Sebastian Dröge 042dd08090 Fix-up gstreamer-mpegts-sys dependencies 2017-11-26 19:19:51 +02:00
Sebastian Dröge d501b15ff9 Update versions to 0.4.0 2017-11-26 19:16:07 +02:00
Sebastian Dröge 8e91ceb6e1 Regenerate everything with latest GIR 2017-11-05 18:58:43 +02:00
Sebastian Dröge 0726597615 Fix gst-plugin-rs repo name type in the other README.md 2017-10-30 10:55:03 +02:00
Ruben Gonzalez 2e76ecd46e Fix typo in sdroege/gst-plugin-rs repo 2017-10-30 09:33:21 +01:00
fengalin 4b228f5f7f gtsreamer-base: Fix version for gst_flow_combiner_ref/unref
gst_flow_combiner_ref/unref were introduced in gstreamer-1.12.1 but they
inherit the `since version` declared for `GstFlowCombiner` which is 1.4.

Fixes https://github.com/sdroege/gstreamer-sys/pull/5
2017-10-11 11:33:01 +03:00
Sebastian Dröge 1349ab5b30 Add dox feature to gstreamer-mpegts-sys 2017-10-01 15:31:53 +02:00
Russel Winder b3cc2251ba Add gstreamer-mpegts-sys bindings
Fixes https://github.com/sdroege/gstreamer-sys/pull/4
2017-10-01 15:16:55 +02:00
Sebastian Dröge 52b7c65080 Regenerate everything with latest GIR 2017-10-01 15:08:00 +02:00
fengalin 8b735ff536 Set version (1.12) for StackTraceFlags
Fixes https://github.com/sdroege/gstreamer-sys/pull/2
2017-09-17 18:57:14 +03:00
Sebastian Dröge 8bac723bc4 Include all files in the crates 2017-09-10 13:52:49 +03:00
Sebastian Dröge 24c6202b25 Remove unused extern crates 2017-09-10 13:51:57 +03:00
Sebastian Dröge f3beca2007 Actually ship README.md with the crates and list them in Cargo.toml 2017-09-10 01:02:39 +03:00
Sebastian Dröge 0dbb5d6f19 Add a CHANGELOG.md to all crates 2017-09-10 00:52:36 +03:00
Sebastian Dröge 06dca7eb5e Add README.md to all sub-crates 2017-09-10 00:32:23 +03:00
Sebastian Dröge c5b07d02fd Fix up features/version mess for each library 2017-09-10 00:32:23 +03:00
Sebastian Dröge 658fe26bf4 Fix various compiler warnings 2017-09-09 16:19:06 +03:00
Sebastian Dröge 15d893e556 Fix gst::DebugColorFlags type
It's a flags and not enum type
2017-09-09 16:17:18 +03:00
Sebastian Dröge 84a7a0ff6a Remove Cargo.lock
It's not a good idea to lock to specific versions for library crates.
2017-09-01 13:54:12 +03:00
Sebastian Dröge 0d79fa041c Add .gitignore 2017-08-31 10:57:19 +03:00
Sebastian Dröge 6bdd779fd0 Update versions in master to 0.3.0
This will later become 0.3.0, 0.2 development happens in the 0.2 branch
2017-08-31 10:47:18 +03:00
Sebastian Dröge 2593c0c82a Update versions to 0.2.0 2017-08-28 19:28:41 +03:00
Sebastian Dröge b695c6d521 Regenerate with latest gir 2017-08-28 19:27:17 +03:00
Sebastian Dröge 3f6d486142 Update to GIT master versions of glib-sys/gobject-sys
Fixes https://github.com/sdroege/gstreamer-sys/pull/1
2017-08-28 19:25:19 +03:00
Sebastian Dröge b04215bfff Fix pkg-config prefix for travis 2017-08-18 13:15:09 +03:00
Sebastian Dröge 9f9307360c Also build another time with --all-features on travis 2017-08-15 13:34:51 +03:00
Sebastian Dröge b293d7d03e Add some badges 2017-08-15 10:32:34 +03:00
Sebastian Dröge f2698880d9 Get GStreamer from a tarball for travis 2017-08-15 02:27:10 +03:00
Sebastian Dröge 252abbaeda Update gstreamer-player-sys GIR file for correct annotations/types
And require the 1.12 API
2017-08-08 11:08:16 +03:00
Sebastian Dröge 669b24f661 Fix project name in README.md 2017-08-01 19:26:47 +03:00
Sebastian Dröge 8c9d7d6454 Add README.md 2017-08-01 19:21:59 +03:00
Sebastian Dröge c4875a5946 Update GstApp-1.0.gir 2017-08-01 14:15:26 +01:00