Commit graph

49 commits

Author SHA1 Message Date
Sebastian Dröge 29d17faf09 Fix tests and enable them on CI
gstreamer-rtsp-server and gstreamer-editing-services are disabled for
now until there's a new release of them, or once we start building
against git master of them.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs-sys/issues/16
2018-11-11 18:06:27 +02:00
Russel Winder c4666a4208 mpegts: Updates for the new boxed types in MPEG-TS library of gst_plugins_bad. 2018-11-08 09:06:47 +00:00
Sebastian Dröge e254bdd33d Update GstAudio-1.0.gir with fixed types of Pack/Unpack function
See https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/merge_requests/4
2018-11-05 11:16:27 +02:00
Thibault Saunier 0ca8a2f505 ges: Regenerate with now fixed TimelineElement.set_childXXX methods 2018-11-02 14:47:57 +02:00
Sebastian Dröge f34757b21f Add GstCheck-1.0.gir and fixups 2018-11-02 13:23:52 +02:00
Víctor Manuel Jáquez Leal c6654b8e17 gl: enable DisplayEGL API
This API is guarded behind the ``egl`` feature flag.
2018-10-31 18:32:57 +02:00
Víctor Manuel Jáquez Leal 96296b8c11 Update gir-files to 1.14.4
Using Debian gir files.

GstVideo-1.0.gir kept the changes in commits a273ab7 and 2d1fa49
2018-10-31 18:32:57 +02:00
Thibault Saunier bfba540f71 Build GES sys 2018-10-31 17:05:25 +02:00
Russel Winder b4127c7df9 Update GstMpegts-1.0.gir from git master 2018-10-29 13:09:12 +00:00
Sebastian Dröge a273ab7944 Correctly generate GstVideoOverlayFormatFlags as flags type 2018-10-04 11:38:19 +03:00
Sebastian Dröge 2d1fa498c1 Fix annotations for gst_buffer_add_video_meta_full() 2018-09-29 11:25:52 +03:00
Víctor Manuel Jáquez Leal 9f5821fa62 gir-files: modifications to GstGL-1.0.gir 2018-09-24 17:02:51 +03:00
Víctor Manuel Jáquez Leal d079a32650 gir-files: add script which fixes gir files 2018-09-24 17:02:51 +03:00
Víctor Manuel Jáquez Leal 2b0c3507b4 gir: import GstGL-1.0.gir from Debian 2018-09-24 17:02:51 +03:00
Víctor Manuel Jáquez Leal 7386cdad1e Update gir-files to 1.14.2
Using Debian gir files
2018-09-07 19:41:45 +03:00
Sebastian Dröge d9078774c3 Fix WebRTCICETransport and WebRTCDTLSTransport parent classes 2018-06-06 00:25:51 +03:00
Sebastian Dröge 03bf57d5d4 Update GStreamer GIR files from latest 1.14 branch 2018-05-21 11:20:51 +03:00
Sebastian Dröge 0d33dfdcff Update gir-files from 1.14 branch 2018-04-04 10:28:37 +03:00
Sebastian Dröge 7e39cbbfed Update gir-files to gstreamer 1.14.0 release 2018-03-20 10:32:49 +02:00
Sebastian Dröge 217a8671a5 More webrtc API fixup 2018-03-15 17:34:40 +02:00
Sebastian Dröge 3bf11dd4b4 Update for GstWebRTCICERole enum rename 2018-03-15 17:00:38 +02:00
Sebastian Dröge 9c390351c4 Add gstreamer-webrtc-sys 2018-03-15 12:18:06 +02:00
Sebastian Dröge 7819907118 Update gir-files to GStreamer 1.13.91 2018-03-15 09:44:58 +02:00
Sebastian Dröge 6af207c3e4 Update gir-files to 1.13.1+ 2018-03-02 22:24:09 +02:00
Sebastian Dröge 3204009d98 Update GLib gir files from Debian/unstable 2018-03-02 21:58:19 +02:00
Sebastian Dröge d84e24e744 Update gir-files from gstreamer-rs 2018-03-02 21:13:59 +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 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 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 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
Sebastian Dröge a296d16b5e Update gir-files with filename/utf8 type fixes 2017-12-03 14:52:16 +02: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
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
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 15d893e556 Fix gst::DebugColorFlags type
It's a flags and not enum type
2017-09-09 16:17:18 +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 c4875a5946 Update GstApp-1.0.gir 2017-08-01 14:15:26 +01:00
Sebastian Dröge 0981a9c38b Add gstreamer-player-1.0 sys bindings 2017-08-01 14:15:06 +01:00
Sebastian Dröge 8c0b6e6605 Update Gst-1.0.gir and regenerate 2017-07-28 17:33:06 +01:00
Sebastian Dröge a6c8f62099 Update .gir files to 1.12.1 2017-06-25 11:15:44 +03:00
Sebastian Dröge 385ff00de5 Update GIR files from 1.12.0 final release 2017-05-10 10:52:03 +02:00
Sebastian Dröge 6401bef067 Add GstApp bindings 2017-04-13 20:37:30 +03:00
Sebastian Dröge 92b40d02a4 Revert last commit 2017-04-10 14:35:44 +03:00
Sebastian Dröge 1e63a820a6 Fix GstTag bindings 2017-04-10 14:10:33 +03:00
Sebastian Dröge 1fdcf48303 Add -sys bindings for GStreamer base, audio, video, tag, pbutils 2017-04-09 13:34:20 +03:00
Sebastian Dröge 3a2097e040 Initial commit 2017-04-05 17:16:16 +03:00