Commit graph

1041 commits

Author SHA1 Message Date
Tim-Philipp Müller
1e1012602e track-{audio,video}-transition: update for controller API changes 2012-02-10 19:01:03 +00:00
Tim-Philipp Müller
1b2bb14aab timeline-pipeline: use standard GLib API to save thumbnail data to file 2012-02-10 18:43:51 +00:00
Tim-Philipp Müller
c69ea5652d timeline-pipeline: update for new gst_buffer_map() API 2012-02-10 18:35:07 +00:00
Thomas Vander Stichele
8bf47d9112 Automatic update of common submodule
From c463bc0 to 7fda524
2012-01-25 14:13:02 +01:00
Sebastian Dröge
35ecbf6ace Automatic update of common submodule
From 2a59016 to c463bc0
2012-01-25 11:41:15 +01:00
Sebastian Dröge
84d119bb5f Automatic update of common submodule
From 0807187 to 2a59016
2012-01-18 16:48:52 +01:00
Tim-Philipp Müller
20fef79d73 Automatic update of common submodule
From 710d453 to 0807187
2012-01-04 19:56:19 +00:00
Edward Hervey
79ab1b5166 ges: Update for registry API change 2012-01-02 15:58:17 +01:00
Edward Hervey
a32f1bd4dc Merge remote-tracking branch 'origin/master' into 0.11
Conflicts:
	bindings/python/Makefile.am
	bindings/python/ges.override
	bindings/python/gesmodule.c
	configure.ac
2011-12-30 17:24:37 +01:00
Edward Hervey
737acd803e tools: Add proper include for g_printf 2011-12-30 17:20:23 +01:00
Edward Hervey
0fe25be4cb tests/thumbnails: Updates 2011-12-30 17:18:40 +01:00
Edward Hervey
bcb4496b35 tools: Add proper include for g_printf 2011-12-30 17:18:18 +01:00
Edward Hervey
afc400b31a tests/save_and_load: Cleanups and leak fixing 2011-12-30 17:17:11 +01:00
Edward Hervey
ee0cf0b8aa tests/effects: Update for new 'parent' property in objects 2011-12-30 17:16:29 +01:00
Edward Hervey
febf62f2b9 ges: Update for 0.11 changes
* Changes with controller API
* Use new GstSample for screenshot API
2011-12-30 17:15:07 +01:00
Mark Nauwelaerts
7ccaac9bf2 ges-launch: allow for optional audio or video track 2011-11-30 16:31:44 +01:00
Mark Nauwelaerts
d0b4111c0e ges-launch: port over gst-launch verbose setting
... as it is useful for a quick peek as to what is going on.
2011-11-30 16:31:42 +01:00
Robert Swain
edf47f880d GESTimelinePipeline: Add API to get/set audio sink 2011-11-07 15:08:34 +01:00
Tim-Philipp Müller
42039ee48b docs: link against libgstreamer for gst_init() and fix order in GTKDOC_CFLAGS
Add missing backslash so we link against libgstreamer.
2011-10-12 12:49:32 +01:00
Tim-Philipp Müller
01cd77e423 bindings: fix up pygst includes for new install directory
Changes from pygst/pygst.h to gst/pygst.h to match the source
code layout, which makes things easier in an uninstalled setup.

https://bugzilla.gnome.org/show_bug.cgi?id=657435
https://bugzilla.gnome.org/show_bug.cgi?id=657436
2011-10-12 12:37:54 +01:00
Tim-Philipp Müller
f68d370b17 configure: require pygst from git for the headers 2011-10-12 12:32:16 +01:00
Sebastian Dröge
fe9cc61252 python: Add $(PYGST_CFLAGS) to CFLAGS to fix the build
https://bugzilla.gnome.org/show_bug.cgi?id=657436
2011-10-12 12:29:30 +01:00
Edward Hervey
8f4c533c93 docs: Add new API 2011-10-11 10:12:05 +02:00
Edward Hervey
312942f836 bindings: We no longer use static bindings in 0.11 2011-10-11 10:08:47 +02:00
Edward Hervey
c6d71ed335 TrackVideoTransition: Fix after merge 2011-10-11 10:02:11 +02:00
Edward Hervey
622cb2ac76 Merge remote-tracking branch 'origin/master' into 0.11 2011-10-11 09:58:46 +02:00
Edward Hervey
043364041f common: Update to tip of 0.11 branch 2011-10-11 09:54:56 +02:00
Edward Hervey
ebcd5ae3fa ges: ffmpegcolorspace is dead, long live videoconvert 2011-10-11 09:51:43 +02:00
Edward Hervey
7cdd9694ff ges: Port to 0.11 API 2011-10-11 09:51:35 +02:00
Edward Hervey
efe3bd7842 screenshot: Use new 0.11 API
FIXME : Need to figure out how to get the buffer caps.
2011-10-11 09:50:30 +02:00
Robert Swain
03ecfb80c0 GESTimelinePipeline: API documentation improvements
Added notes for refcounts and transference to API documentation for the
video sink getter/setter.
2011-10-05 12:24:36 +02:00
Robert Swain
8ff7b7def5 GESTimelinePipeline: Add video sink get/set API
This new API allows getting/setting of the preview mode's video sink
element through playsink's video-sink property.
2011-10-04 16:25:22 +02:00
Stefan Sauer
a3ec50053d docs: cleanup makefiles
Remove commented out parts that we don't need. Remove "the wingo addition" - no
so useful after all. Narrow down file-globs for plugin docs.
2011-09-07 15:51:36 +02:00
Stefan Sauer
218c98a63e Automatic update of common submodule
From a39eb83 to 11f0cd5
2011-09-06 21:53:57 +02:00
Stefan Sauer
8099ef6370 Automatic update of common submodule
From 605cd9a to a39eb83
2011-09-06 16:07:30 +02:00
Edward Hervey
60d9f504dd docs: clarify sentence a bit 2011-09-02 19:26:43 +02:00
Edward Hervey
6f0a692215 design: More specifications of compositing and material handling
Doing it this way will enable us to handle:
* Output conforming (proper scaling/conversion at the right place)
* Compositing in an easy way at the layer level
* Avoid having too many transformation elements
2011-09-02 18:20:00 +02:00
Edward Hervey
7cb5eb1187 design: Re-order items by importance
Plugins, templates and so-forth are not top priorities.
Also update the index
2011-09-02 17:48:00 +02:00
Edward Hervey
892350f222 docs: Remove duplicate symbol 2011-09-02 16:57:37 +02:00
Edward Hervey
6dda01a68c docs: Add note about merging GNonLin and GES 2011-09-02 16:44:43 +02:00
Andoni Morales Alastruey
e266d52acf Don't build the examples if it's disabled in configure
Fixes: #657707.
2011-08-31 11:05:02 -07:00
Edward Hervey
1f6824cf87 GESTimelinePipeline: Return before the error labels
Avoids a warning for no reason
2011-08-30 16:40:03 +02:00
Edward Hervey
e02cf20326 GESTimelinePipeline: Handle some trivial error cases
Avoids ending up calling potentially NULL variables
2011-08-29 17:43:05 +02:00
Edward Hervey
cd82ce8123 docs/design: Add section on compositing and mixing 2011-08-29 17:43:05 +02:00
Edward Hervey
8ee3bd4394 docs/design: updates on effects and conforming materials 2011-08-29 17:43:05 +02:00
Luis de Bethencourt
79756d2ab6 pyges: updating copyright of simple example
Signed-off-by: Thibault Saunier <thibault.saunier@collabora.com>
2011-08-17 12:24:50 +02:00
Luis de Bethencourt
32f0a49c6a ges/ges-track-video-transition.c: fix transition of different video sizes 2011-08-15 11:58:15 +02:00
Luis de Bethencourt
f4fe8af5c4 GESTrackObject: missing Since tag and typo fixes 2011-08-14 00:52:23 +02:00
Luis de Bethencourt
a08bed255c docs: adding GESPipelineFlags to docs 2011-08-13 19:34:55 +02:00
Luis de Bethencourt
92ee492588 docs: add Since tag to new TextOverlay functions
And add them to the GES API doc
2011-08-13 18:42:50 +02:00