- 13 Dec, 2012 1 commit
-
-
Christian Fredrik Kalager Schaller authored
-
- 12 Dec, 2012 3 commits
-
-
Sebastian Dröge authored
-
-
Tim-Philipp Müller authored
-
- 10 Dec, 2012 4 commits
-
-
Tim-Philipp Müller authored
-
-
Sebastian Dröge authored
Otherwise we just pass through the timestamps directly and don't need to waste additional memory for them. Fixes bug #689814.
-
-
- 09 Dec, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 05 Dec, 2012 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
The behaviour is sensibly changed here. Instead of purely falling when a preset is set on the #GstEncodingProfile, we now make sure that the element that is plugged corresponds to the one specified as preset. Then, if we have a preset_name, we use it, if it fails, we fail (we might rather just keep working even without setting the element properties?) + Add tests that it behave correctly
-
Thibault Saunier authored
It was possible to decide only what #GstElement implementing #GstPreset to use during the encoding, we can now let the user select a specific preset previously saved using #gst_preset_save_preset specifying the name chosen when it was saved in the gst_encoding_profile_set_preset_name. Actually loading a preset with %NULL as a name would have always failed, so in the current state of the API that feature is unusable API: gst_encoding_profile_set_preset_name gst_encoding_profile_get_preset_name
-
- 04 Dec, 2012 1 commit
-
-
Thiago Santos authored
Makes the parameter accept NULL as input for GI bindings
-
- 02 Dec, 2012 2 commits
-
-
Tim-Philipp Müller authored
And mention this in docs. https://bugzilla.gnome.org/show_bug.cgi?id=689326
-
Tim-Philipp Müller authored
-
- 30 Nov, 2012 1 commit
-
-
Tim-Philipp Müller authored
-
- 29 Nov, 2012 1 commit
-
-
Tim-Philipp Müller authored
Make sure appsink works multiple times in a row. Disable it though for now though. https://bugzilla.gnome.org/show_bug.cgi?id=644989
-
- 28 Nov, 2012 1 commit
-
-
Edward Hervey authored
In order for 1.x and 1.(x+1) versions to not invade on each other we need to have different lib versions. So we need a consistent and predictable scheme: library version number = MINOR * 100 + MICRO Ex: 1.0.0 => 0 (duh) 1.0.3 => 3 1.1.0 => 100 1.1.1 => 101 1.2.0 => 120 1.10.5 => 1005
-
- 27 Nov, 2012 2 commits
-
-
Wim Taymans authored
-
Sebastian Dröge authored
-
- 26 Nov, 2012 1 commit
-
-
Tim-Philipp Müller authored
When the input buffers for a stream don't have a duration set, timestamp_end might still be GST_CLOCK_TIME_NONE. When advancing EOSed streams via GAP events (with other streams not yet EOS), we would then use the invalid timestamp_end to calculate the duration of the gap. This in turn would make baseaudiosink abort, because it would try to allocate memory for a trizillion samples. So if buffers don't have a duration set, assume a duration of one second for stream catch-up purposes, just so we can still continue to catch up in those cases. And make sure that timestamp_end is valid before doing calculations with it. http://bugzilla.gnome.org/show_bug.cgi?id=678530
-
- 25 Nov, 2012 1 commit
-
-
Tim-Philipp Müller authored
Log locking/unlocking with TRACE debug level.
-
- 23 Nov, 2012 2 commits
-
-
Tim-Philipp Müller authored
Remove includes and functions that don't exist any longer, add new ones instead.
-
Christian Fredrik Kalager Schaller authored
-
- 22 Nov, 2012 2 commits
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
It might know the caps constraints for sure only after opening a decoder.
-
- 21 Nov, 2012 11 commits
-
-
Tim-Philipp Müller authored
It was causing perl warnings in gtk-doc code.
-
Tim-Philipp Müller authored
It takes ownership of the buffer.
-
Tim-Philipp Müller authored
-
Wim Taymans authored
-
Wim Taymans authored
Add a method to convert the values of GstRTSPRange to GstClockTime. Add unit tests for the conversions. API: gst_rtsp_range_get_times()
-
Wim Taymans authored
-
Wim Taymans authored
-
Sebastian Dröge authored
-
Evan Nemerson authored
-
-
Wim Taymans authored
-
- 20 Nov, 2012 3 commits
-
-
-
Sebastian Dröge authored
-
Sebastian Dröge authored
-