Commit graph

61 commits

Author SHA1 Message Date
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
Sebastian Dröge
78f518f4ca Update samples to use decodebin2/playbin2 2009-11-25 10:10:52 +01:00
Sebastian Dröge
fee44493c5 If GTK 2.18 is used, make sure that the DrawingArea has a native window attached 2009-11-25 08:16:05 +01:00
Sebastian Dröge
e65f115fc6 Ship samples/TransformSample.cs in the tarballs 2009-10-03 11:51:57 +02:00
Sebastian Dröge
8e330baec0 Improve debugging in the gtk-video-player sample and set force-aspect-ratio to TRUE if available 2009-10-03 10:14:44 +02:00
Sebastian Dröge
a8161aaf9d Updating GtkVideoPlayer sample
Handle bus messages, set the XWindowID from a sync handler, use playbin2, ...
2009-10-02 11:53:09 +02:00
Sebastian Dröge
264ac69116 Add BaseTransform/Cairo/Navigation example
This example implements a BaseTransform subclass, which overlays
a video with a moving line and which reacts on navigation events
and paints a circle at the position where a mouse button 1 was pressed.
2009-09-23 14:23:25 +02:00
Sebastian Dröge
7f30940050 Update Gst.Buffer bindings 2009-09-22 07:40:57 +02:00
Sebastian Dröge
80a5794fc1 Fix indention everywhere 2009-09-20 10:22:16 +02:00
Sebastian Dröge
54b70a1a8a Update one sample for a small API change 2009-09-11 10:14:43 +02:00
Sebastian Dröge
77f6d6dc59 Make the AppSrc example work on big endian architectures too
Cairo's ARGB32 format is defined to be native endianness, i.e.
we have to use GST_VIDEO_FORMAT_ARGB or _BGRA depending on
endianness.
2009-08-14 08:40:47 +02:00
Sebastian Dröge
3cf8f5ebc4 Make it possible to use the GtkVideoPlayer example on Win32 too 2009-08-14 08:37:09 +02:00
Sebastian Dröge
2793937d48 And also check for mono-cairo and only compile the appsrc sample when it's available 2009-08-14 07:27:42 +02:00
Sebastian Dröge
1d509c9b6a Check for gtk-sharp and glib-sharp and conditionally compile the samples 2009-08-14 07:21:54 +02:00
Sebastian Dröge
aa7bb8fa1c Use internal glib-sharp copy everywhere and make it work side-by-side with real glib-sharp
glib-sharp will only get a new release with the new API that we need for
3.0 in a year or something. Instead of waiting a year before we can release
something we now have our own internal copy of glib-sharp trunk that will
be dropped once glib-sharp 3.0 is released.

Everything is now compilable and working without any additional patches.
2009-08-05 16:57:20 +02:00
Sebastian Dröge
7613c99e54 Set pipeline to null state in the end and use the real NeedData event of appsrc 2009-06-21 10:28:05 +02:00
Sebastian Dröge
103aea2d7d Fix memory leak in appsrc example 2009-06-21 10:24:46 +02:00
Maarten Bosmans
7698ae8801 Add samples/AppSrc.cs
This sample started as a test case for a bug with Buffer.Data, but remains
useful as a example of how to use the AppSrc element.
2009-06-21 10:23:48 +02:00
Sebastian Dröge
8ece992223 Don't allow subclassing of element bindings
...and clean up/simplify the DynamicSignal stuff.
2009-06-05 20:59:24 +02:00
Sebastian Dröge
32ba2488a2 First try to create a code generator for element bindings 2009-05-27 15:02:57 +02:00