Tim-Philipp Müller
9b82267aef
smart-adder: fix crash in unit test
...
Unref pads_info hash table in dispose instead of
finalize, i.e. before gst_bin_dispose runs and
destroys pads_info->bin (to which the pads_info
does not hold a ref).
2014-10-30 15:49:21 +00:00
Sebastian Dröge
05588c416a
Automatic update of common submodule
...
From 84d06cd to 7bb2bce
2014-10-27 18:01:56 +01:00
Tim-Philipp Müller
717985182a
track: fix indentation
2014-10-26 20:36:22 +00:00
Tim-Philipp Müller
e1f92be62b
timeline-element: don't leak name string
2014-10-26 20:35:52 +00:00
Tim-Philipp Müller
29bac48934
timeline: fix mutex and all_elements hash table leaks
2014-10-26 20:35:20 +00:00
Tim-Philipp Müller
44724f8d6d
timeline: free tracks obtained via select-tracks-for-object signal
2014-10-26 20:33:50 +00:00
Tim-Philipp Müller
30d879f357
timeline: free track elements list
2014-10-26 20:32:41 +00:00
Tim-Philipp Müller
b3114b6a4d
video-test-source: fix caps leak
2014-10-26 20:31:40 +00:00
Tim-Philipp Müller
0c5dfcf931
framepositionner: fix caps leak
2014-10-26 20:31:26 +00:00
Tim-Philipp Müller
0f809b481b
audiotrack: fix caps leak
2014-10-26 20:31:08 +00:00
Tim-Philipp Müller
4ecb7c88fb
videotrack: fix caps leak
2014-10-26 20:30:53 +00:00
Tim-Philipp Müller
8edb4a7ec6
track: don't leak restriction caps
2014-10-26 20:30:29 +00:00
Tim-Philipp Müller
d2e33a35e9
smart-adder: don't leak pads_infos hash table
2014-10-26 20:29:06 +00:00
Tim-Philipp Müller
dd7d2d26ec
smart-video-mixer: don't leak pads_infos hash table
2014-10-26 20:28:48 +00:00
Tim-Philipp Müller
3e02157f02
project: fix string leak
2014-10-26 20:27:29 +00:00
Tim-Philipp Müller
4ad628bb13
metacontainer: don't leak GValue contents
2014-10-26 20:25:46 +00:00
Tim-Philipp Müller
d106bc24f7
tests: don't leak clips list in basic unit test
2014-10-26 20:24:31 +00:00
Tim-Philipp Müller
131760b6d3
Parallelise 'make check-valgrind'
2014-10-26 20:23:26 +00:00
Mathieu Duponchelle
5779e68102
ges-validate: issues naming have changed.
...
Update the override.
2014-10-22 14:15:11 +02:00
Tim-Philipp Müller
a76e627af8
Automatic update of common submodule
...
From a8c8939 to 84d06cd
2014-10-21 13:04:26 +01:00
Stefan Sauer
c46ae2c009
Automatic update of common submodule
...
From 36388a1 to a8c8939
2014-10-21 13:01:04 +02:00
Thibault Saunier
d1d520bf4b
Back to development
2014-10-20 13:37:25 +02:00
Thibault Saunier
4d30a15236
Release 1.4.0
2014-10-20 11:56:36 +02:00
Thibault Saunier
7e36a752bc
validate: Fix naming of add_action_type to register_action_type
...
That function was just renamed in Validate
2014-10-16 14:18:16 +02:00
Thibault Saunier
6d06079202
validate: Rename --list-action-types to --inspect-action-type
...
Making clearer the meaning of the parameter and closer to
the usual naming in the GStreamer land.
2014-10-12 19:46:59 +02:00
Thibault Saunier
b1d3b194cd
Release 1.3.90
2014-09-24 11:07:40 +02:00
Tim-Philipp Müller
61e93944c7
configure: bump (soft) gst-validate requirement
...
Won't build against all older git versions with
0.0.1.0 as version number.
2014-09-13 16:17:45 +01:00
Lubosz Sarnecki
79322a452d
ges-launch: option to select encoding profile from xml
...
https://bugzilla.gnome.org/show_bug.cgi?id=735121
2014-09-11 12:28:26 +02:00
Lubosz Sarnecki
b6bc750730
ges-launch: clean up help page
...
https://bugzilla.gnome.org/show_bug.cgi?id=735121
2014-09-11 12:28:23 +02:00
Thibault Saunier
18e7cb571f
validate: gst_validate_print_action_types now takes a const gchar **
2014-09-05 23:14:10 +02:00
Thibault Saunier
de33101ac0
validate: Add the "ges" as implementer namespace for our action types
2014-09-05 23:09:15 +02:00
Sebastian Dröge
44ef8f200b
ges-launch: Fix typo in --help output
2014-09-05 22:09:44 +03:00
Sebastian Dröge
320e2406d1
ges-launch: Fix compiler warnings
...
ges_validate_print_action_types() takes a const gchar **.
2014-09-05 22:08:49 +03:00
Thibault Saunier
73d9fd70c9
ges-validate: Rename edit-clip to edit-container
...
So it represent better what the action does at the GES level
2014-09-05 13:54:45 +02:00
Thibault Saunier
9f97c14cea
ges-validate: Port to the new GstValidate action registration API
2014-09-05 13:54:40 +02:00
Thibault Saunier
9a07ce7681
tools:validate: Concider seek in PAUSED position being not exact as WARNING
...
In some corner cases in GNL it is totally correct that a position in a
seek in paused is not perfectly exact
2014-09-05 13:54:34 +02:00
Thibault Saunier
ae60e09a1f
ges-validate: Let GstValidate handle assert logs
2014-09-05 13:54:26 +02:00
Thibault Saunier
c7d572aa90
ges:validate: Port to the new handles-states API
2014-09-05 13:54:13 +02:00
Edward Hervey
7e5742e46e
Makefile: Add usage of build-checks step
...
Allows building checks without running them
2014-08-01 10:44:57 +02:00
Lazar Claudiu
b850f3042e
text-overlay: added text properties as child-properties
2014-07-23 16:11:31 +02:00
Thibault Saunier
ea2b814fba
ges: Use registry to select the compositor element
2014-07-23 16:11:30 +02:00
Mathieu Duponchelle
0d2256b5bd
xml-formatter: Set errno to 0 before g_ascii_strtoll.
2014-07-18 20:23:57 +02:00
Vincent Penquerc'h
31257a260c
smart-video-mixer: fix memory leak on error path
...
Coverity 1212166
2014-06-12 09:51:02 +01:00
Thibault Saunier
edd95cf57d
trackelement: Sort paramspec by name in list_children_properties
...
https://bugzilla.gnome.org/show_bug.cgi?id=720023
2014-06-09 16:10:41 +02:00
Thibault Saunier
a3e87f262b
tools: Fix transition handling in ges-launch
...
https://bugzilla.gnome.org/show_bug.cgi?id=730806
2014-06-09 16:10:41 +02:00
Thibault Saunier
03c87dbbc7
clip: Fix the ges_clip_set_position function
...
And enhance the new test
https://bugzilla.gnome.org/show_bug.cgi?id=731248
2014-06-09 16:10:41 +02:00
Thibault Saunier
bb4cf62b62
clip: Rename top_effect_index to top_effect_index
...
Keeping the old method to not break the API but removing it from the
documentation as users should use the new method (which is the exact
same with a better naming)
https://bugzilla.gnome.org/show_bug.cgi?id=731248
2014-06-09 16:10:41 +02:00
Thibault Saunier
2db5368b9d
tests: Check ges_clip_set_position behaviour
...
+ Minor fix to handle properly the feature when clip is not in any layer
https://bugzilla.gnome.org/show_bug.cgi?id=731248
2014-06-09 16:10:41 +02:00
Alexandru Băluț
6c717b27c6
clip: Add test for effects priorities
...
https://bugzilla.gnome.org/show_bug.cgi?id=731248
2014-06-09 16:10:41 +02:00
Thibault Saunier
b3a240126d
pipeline: Add support to rendering without container
...
+ Simplify the support in ges-launch as we should not require the
profile desc to start with : in that case
https://bugzilla.gnome.org/show_bug.cgi?id=731245
2014-06-09 16:10:41 +02:00