Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-17 | samples: Explicitly use Gtk range | Thibault Saunier | 1 | -2/+2 | |
Avoiding: error CS0104: `Range' is an ambiguous reference between `System.Range' and `Gtk.Range` | |||||
2019-11-18 | build: on Windows, use MSVC format for gst*, glib and gobject dlls | Aaron Boxer | 3 | -3/+3 | |
Generated files were generated using 'ninja -C build update-code' except for libgstfft, which had to be updated manually (see issue #25). Note: with these changes, building on MS Windows will require the msvc compiler - mingw will no longer work. | |||||
2018-10-12 | A bug in PlaybackTutorial7.cs | Tomislav Tustonić | 1 | -11/+10 | |
A custom sink is set after starting playback and the equalizer has no effect. https://bugzilla.gnome.org/show_bug.cgi?id=796690 | |||||
2018-06-01 | tutorial6: Do not use linux specific .so names for the glib | Thibault Saunier | 1 | -1/+1 | |
And let the glib-2.0.dll.config do its job https://bugzilla.gnome.org/show_bug.cgi?id=796287 | |||||
2018-05-17 | samples: Fix Tutorial4 by making it actually seek at some point. | Thibault Saunier | 1 | -4/+4 | |
Thanks to "tomislavtustonic" for the bug report and patch. Also make the seek "Flushing" as the C tutorial. https://bugzilla.gnome.org/show_bug.cgi?id=796184 | |||||
2018-03-13 | message: Name all constructors | Thibault Saunier | 2 | -4/+4 | |
And fix examples. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274 | |||||
2018-03-11 | Update to 1.13.90 | Thibault Saunier | 2 | -2/+4 | |
* Hide new GstAudioAggregator for now (needs some work) * Fix the GstAudioInfo.SetFormat API and its use in the samples (it was plain broken and fixes in the annotation fixed it) | |||||
2017-10-12 | Remove autotools | Thibault Saunier | 1 | -97/+0 | |
It is not up to date anyway. | |||||
2017-10-11 | Add ABI tests and fix related issues | Thibault Saunier | 1 | -1/+1 | |
2017-09-26 | Make GstVideo/AudioInfo GLib.Opaque structures | Thibault Saunier | 2 | -2/+2 | |
So that we generate a ABI compatible structure and make it working. Also this is the way we do it for almost all other structures of this kind. I first tried to keep having a managed structure that properly matches the C structure ABI generating in the gtk-sharp generator Explicit structure for the union as we do with non managed structures but this is not possible and leads to the following assertion in mono: Type Gst.Video.VideoInfo/__ABI which has an [ExplicitLayout] attribute cannot have a reference field at the same offset as another field. This sensibly changes the API but I bet noone will even notice. https://bugzilla.gnome.org/show_bug.cgi?id=788133 | |||||
2017-09-22 | samples: Minor fix in the way we free resources | Thibault Saunier | 1 | -2/+4 | |
2017-09-06 | Do not use glue anymore! | Thibault Saunier | 1 | -1/+1 | |
This is not needed anymore as ABI compatible structures are now generated and used by the code generator. | |||||
2017-08-29 | samples: Fix broken media uris | Thibault Saunier | 5 | -6/+6 | |
2017-08-29 | Generate bindings for GES if avalaible | Thibault Saunier | 2 | -0/+77 | |
2017-08-29 | Update tutorial video sample uris | Thibault Saunier | 5 | -6/+6 | |
2017-08-29 | samples: Minor comment fix | Thibault Saunier | 1 | -1/+1 | |
2017-08-29 | Fix building the volume example | Thibault Saunier | 1 | -1/+1 | |
Removing ambuiguity about what Application namespace we target | |||||
2017-08-29 | Add meson build definitions | Thibault Saunier | 1 | -0/+35 | |
2015-05-28 | VideoOverlay: Fix issues on 32 bits | Stephan Sundermann | 2 | -7/+7 | |
2014-09-18 | examples: Add ExampleVolume in makefile | Stephan Sundermann | 1 | -1/+6 | |
2014-09-18 | example: Add volume element | Master T | 1 | -0/+115 | |
https://bugzilla.gnome.org/show_bug.cgi?id=736882 | |||||
2014-08-08 | sample: Add playback tutorial 7 sample | Stephan Sundermann | 2 | -2/+68 | |
2014-08-08 | sample: Add playback tutorial 6 sample | Stephan Sundermann | 2 | -2/+97 | |
2014-08-08 | sample: Add playback tutorial 5 sample | Stephan Sundermann | 2 | -2/+132 | |
2014-08-08 | sample: Add playback tutorial 4 sample | Stephan Sundermann | 2 | -2/+153 | |
2014-08-08 | sample: Add playback tutorial 3 sample | Stephan Sundermann | 2 | -2/+158 | |
2014-08-08 | sample: Add playback tutorial 2 sample | Stephan Sundermann | 2 | -2/+191 | |
2014-08-07 | sample: Add playback tutorial 1 sample | Stephan Sundermann | 2 | -2/+192 | |
2014-08-07 | sample: Add basic tutorial 13 sample | Stephan Sundermann | 2 | -2/+127 | |
2014-08-07 | sample: Add basic tutorial 12 sample | Stephan Sundermann | 2 | -2/+97 | |
2014-08-07 | sample: Add basic tutorial 9 sample | Stephan Sundermann | 2 | -2/+186 | |
2014-08-06 | sample: Add basic tutorial 8 sample | Stephan Sundermann | 2 | -2/+232 | |
2014-08-06 | sample: Add basic tutorial 7 sample | Stephan Sundermann | 2 | -2/+86 | |
2014-08-05 | sample: Add basic tutorial 6 sample | Stephan Sundermann | 1 | -0/+196 | |
2014-08-05 | Value: Register with type system | Stephan Sundermann | 1 | -2/+6 | |
2014-08-05 | sample: Fix URL | Stephan Sundermann | 1 | -2/+1 | |
2014-08-03 | sample: Add basic tutorial 5 sample | Stephan Sundermann | 2 | -1/+373 | |
2014-08-03 | sample: Add basic tutorial 4 sample | Stephan Sundermann | 2 | -2/+142 | |
2014-08-01 | sample: Add basic tutorial 3 sample | Stephan Sundermann | 2 | -2/+131 | |
2014-08-01 | samples: Leave memory management up to the GC | Stephan Sundermann | 2 | -10/+0 | |
2014-08-01 | sample: Add basic tutorial 2 sample | Stephan Sundermann | 2 | -2/+83 | |
2014-08-01 | Add basic tutorial 1 sample | Stephan Sundermann | 2 | -2/+40 | |
2014-08-01 | Add sample makefile | Stephan Sundermann | 2 | -1/+22 | |
2014-04-12 | samples: Build fix | Marcin Kolny | 1 | -2/+2 | |
2013-12-21 | Samples: Ported overlay sample from 0.10 | Stephan Sundermann | 1 | -0/+274 | |
Hangs on shutdown when playing a video for some reason | |||||
2013-12-21 | Added basic sample. Just plays a movie and parses the messages it gets from ↵ | Stephan Sundermann | 1 | -0/+96 | |
Gstreamer and writes them to the console | |||||
2013-12-21 | Preparation to push 1.0 bindings | Stephan Sundermann | 13 | -1229/+0 | |
2010-03-21 | Init the X11 threads as first thing on X11 in the GTK sample | Sebastian Dröge | 2 | -0/+9 | |
2010-02-06 | Fix the way file uri is set in win32 | Andoni Morales Alastruey | 1 | -2/+13 | |
2009-12-10 | Restore the simple Message.ParseTag overload | Maarten Bosmans | 1 | -2/+1 | |
In daa62493 the Message.ParseTag(out Pad pad, out TagList tags) method is added and the old one removed, but they can coexist peacefully. |