Commit graph

80 commits

Author SHA1 Message Date
Thibault Saunier
a518db8224 samples: Explicitly use Gtk range
Avoiding:
	error CS0104: `Range' is an ambiguous reference between `System.Range' and `Gtk.Range`
2020-02-17 15:46:22 -03:00
Aaron Boxer
38a0731461 build: on Windows, use MSVC format for gst*, glib and gobject dlls
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.
2019-11-18 14:19:39 -05:00
Tomislav Tustonić
c58cfe4b6e A bug in PlaybackTutorial7.cs
A custom sink is set after starting playback and the equalizer has no effect.

https://bugzilla.gnome.org/show_bug.cgi?id=796690
2018-10-12 09:20:04 -03:00
Thibault Saunier
a4223fcb42 tutorial6: Do not use linux specific .so names for the glib
And let the glib-2.0.dll.config do its job

https://bugzilla.gnome.org/show_bug.cgi?id=796287
2018-06-01 09:15:48 -04:00
Thibault Saunier
c40730fe93 samples: Fix Tutorial4 by making it actually seek at some point.
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-05-17 21:39:29 -04:00
Thibault Saunier
bbe45ebd91 message: Name all constructors
And fix examples.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=793274
2018-03-13 10:16:12 -03:00
Thibault Saunier
f9044e93e1 Update to 1.13.90
* 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)
2018-03-11 21:23:12 -03:00
Thibault Saunier
7548c54234 Remove autotools
It is not up to date anyway.
2017-10-12 09:45:50 +02:00
Thibault Saunier
288b061843 Add ABI tests and fix related issues 2017-10-11 18:27:53 +02:00
Thibault Saunier
b5beac1217 Make GstVideo/AudioInfo GLib.Opaque structures
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-26 10:35:37 -03:00
Thibault Saunier
356a35eda6 samples: Minor fix in the way we free resources 2017-09-22 15:42:41 -03:00
Thibault Saunier
9c289eb563 Do not use glue anymore!
This is not needed anymore as ABI compatible structures are now generated
and used by the code generator.
2017-09-06 13:22:57 -03:00
Thibault Saunier
e89446b2f6 samples: Fix broken media uris 2017-08-29 22:20:46 -03:00
Thibault Saunier
893169175d Generate bindings for GES if avalaible 2017-08-29 22:20:46 -03:00
Thibault Saunier
473e2f633b Update tutorial video sample uris 2017-08-29 22:20:46 -03:00
Thibault Saunier
0545b23f5a samples: Minor comment fix 2017-08-29 22:20:46 -03:00
Thibault Saunier
ce8b789596 Fix building the volume example
Removing ambuiguity about what Application namespace we target
2017-08-29 22:20:46 -03:00
Thibault Saunier
7e8ee12304 Add meson build definitions 2017-08-29 22:20:46 -03:00
Stephan Sundermann
9556b05947 VideoOverlay: Fix issues on 32 bits 2015-05-28 16:00:04 +02:00
Stephan Sundermann
f4f5a90f43 examples: Add ExampleVolume in makefile 2014-09-18 15:30:38 +02:00
Master T
3f2ddc438f example: Add volume element
https://bugzilla.gnome.org/show_bug.cgi?id=736882
2014-09-18 15:29:48 +02:00
Stephan Sundermann
06140ce808 sample: Add playback tutorial 7 sample 2014-08-08 18:30:09 +02:00
Stephan Sundermann
96d371480f sample: Add playback tutorial 6 sample 2014-08-08 18:20:05 +02:00
Stephan Sundermann
41af361d89 sample: Add playback tutorial 5 sample 2014-08-08 17:50:29 +02:00
Stephan Sundermann
531c90cde2 sample: Add playback tutorial 4 sample 2014-08-08 17:02:10 +02:00
Stephan Sundermann
85143214ac sample: Add playback tutorial 3 sample 2014-08-08 01:14:38 +02:00
Stephan Sundermann
80002cb38f sample: Add playback tutorial 2 sample 2014-08-08 00:57:34 +02:00
Stephan Sundermann
86faebc08c sample: Add playback tutorial 1 sample 2014-08-07 21:58:51 +02:00
Stephan Sundermann
d9954d32be sample: Add basic tutorial 13 sample 2014-08-07 19:40:31 +02:00
Stephan Sundermann
346893cc10 sample: Add basic tutorial 12 sample 2014-08-07 18:48:04 +02:00
Stephan Sundermann
f58721c84a sample: Add basic tutorial 9 sample 2014-08-07 17:17:56 +02:00
Stephan Sundermann
d5e5a1030b sample: Add basic tutorial 8 sample 2014-08-06 21:39:38 +02:00
Stephan Sundermann
60f672f209 sample: Add basic tutorial 7 sample 2014-08-06 00:58:24 +02:00
Stephan Sundermann
62b75d93d3 sample: Add basic tutorial 6 sample 2014-08-05 23:05:32 +02:00
Stephan Sundermann
26bd788ba3 Value: Register with type system 2014-08-05 23:05:20 +02:00
Stephan Sundermann
a8690fbfbf sample: Fix URL 2014-08-05 11:51:37 +02:00
Stephan Sundermann
6c5ab2a474 sample: Add basic tutorial 5 sample 2014-08-03 17:41:31 +02:00
Stephan Sundermann
54812a36ed sample: Add basic tutorial 4 sample 2014-08-03 14:21:25 +02:00
Stephan Sundermann
68ae950ff7 sample: Add basic tutorial 3 sample 2014-08-01 20:51:40 +02:00
Stephan Sundermann
c5216c0bc3 samples: Leave memory management up to the GC 2014-08-01 17:01:17 +02:00
Stephan Sundermann
27d42dfd3f sample: Add basic tutorial 2 sample 2014-08-01 16:15:22 +02:00
Stephan Sundermann
f1ea09aca2 Add basic tutorial 1 sample 2014-08-01 15:31:52 +02:00
Stephan Sundermann
c0d824ab7b Add sample makefile 2014-08-01 15:07:22 +02:00
Marcin Kolny
daf5c7ad86 samples: Build fix 2014-04-12 19:34:13 +02:00
Stephan Sundermann
df285b417a Samples: Ported overlay sample from 0.10
Hangs on shutdown when playing a video for some reason
2013-12-21 16:52:27 +01:00
Stephan Sundermann
9b318234af Added basic sample. Just plays a movie and parses the messages it gets from Gstreamer and writes them to the console 2013-12-21 16:52:20 +01:00
Stephan Sundermann
9878dc9047 Preparation to push 1.0 bindings 2013-12-21 16:48:33 +01:00
Sebastian Dröge
a9ebf7e38e Init the X11 threads as first thing on X11 in the GTK sample 2010-03-21 11:37:57 +01:00
Andoni Morales Alastruey
b689dd7e7b Fix the way file uri is set in win32 2010-02-06 10:20:15 +01:00
Maarten Bosmans
8046a36bb4 Restore the simple Message.ParseTag overload
In daa62493 the Message.ParseTag(out Pad pad, out TagList tags) method
is added and the old one removed, but they can coexist peacefully.
2009-12-10 10:44:36 +01:00