- Jul 06, 2016
-
-
Sebastian Dröge authored
-
- Jul 04, 2016
-
-
Translate the various stream_info URI from the standard port to the specified port Make the port option an integer option
-
Only expect fully identical stream-id from URI which are not local files nor from our local http server. Fixes issues with non-default http server port
-
- Jun 30, 2016
-
-
When doing a track switch, the only reliable way to detect that it happened is whether a new STREAM_START arrives. Relying on a DISCONT buffer is not satisfactory, since there might not have been an element setting that flag upstream. Checking whether the first buffer after a STREAM_START has the DISCONT flag properly set should be done in parallel
-
This allows it to handle both playbin and playbin3
-
We might be using playbin3 instead
-
Set the USE_PLAYBIN3 environment variable to use those elements instead of legacy ones.
-
-
- Jun 24, 2016
-
-
Tim-Philipp Müller authored
gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignore This is also declared in gst-validate-internal.h
-
Tim-Philipp Müller authored
Hopefully fixes win32 build. gst-validate-scenario.c:183:7: error: '_gst_validate_action_type' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:286:1: error: '_action_check_and_set_printed' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:298:1: error: 'gst_validate_action_is_subaction' redeclared without dllimport attribute: previous dllimport ignored gst-validate-scenario.c:305:7: error: '_gst_validate_action_type_type' redeclared without dllimport attribute: previous dllimport ignored
-
- Jun 13, 2016
-
-
Thibault Saunier authored
-
- Jun 10, 2016
-
-
Reynaldo H. Verdejo Pinochet authored
-
- Jun 09, 2016
-
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
-
Reynaldo H. Verdejo Pinochet authored
-
Thibault Saunier authored
As this is what user will expect in this case. For example with this scenario: set-state, state=null; playback-time=5 set-property, target-element-name=dvbsrc0, property-name=delsys, property-value=11 play;
-
- Jun 04, 2016
-
-
Instead of providing full absolute path while validating the file, should be able to provide the relative path with respect to the present directory. https://bugzilla.gnome.org/show_bug.cgi?id=753494
-
- May 24, 2016
-
-
The monitor returned by gst_validate_monitor_factory_create() was never unreffed. Report instances now have to keep a ref, as suggested by the TODO, as the reporter is no longer leaked. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1012
-
The gstvalidate_debug may not be initialized like with the validate/reporting which was crashing when run with GST_DEBUG=5. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1004
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D980
-
The 'all_raw_caps' list is never used and was just leaking caps. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D979
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D959
-
- the pad returned by gst_element_get_static_pad() was leaked. - unref the pad from snode when updating it, not the pad passed as callback to pad_added_cb() Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D958
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D957
-
_add_override_from_struct() could, in theory, register more than once the same override so we should not transfer the ref. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D956
-
Those are GObject subclasses, not GstObject. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D955
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D954
-
Makes fixing easier as then we can just re-use the generated trace. Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D953
-
Reviewed-by: Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D375
-
- May 23, 2016
-
-
It only makes sense in push-mode
-
* Some SEGMENT might be updates caused by calling gst_pad_set_offset(), which will send the same segment but with an updated offset and/or based field. For those segments, we don't require a DISCONT on the following buffer. * Ignore differences in flags, they aren't relevant for now to figure out whether the segment is an update or not * Ignore difference in 'position', it's only meant for internal usage by elements. * Changes in the end position (stop in forward playback and start in reverse playback) are considering updates Furthermore, also expect a DISCONT flag on the first buffer following a STREAM_START.
-
- May 19, 2016
-
-
Edward Hervey authored
If we offset the argv table as argument, we need to decrement the number of items in the array (argc) when iterating it
-
The first buffer after a FLUSH or SEGMENT should have the DISCONT flag set.
-
- May 15, 2016
-
-
Thiago Santos authored
It seems like some sort of forking/dconf/gtype combination can deadlock occasionally. Setting the gsettings backend to memory makes it go away. Same issue: https://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/tests/check/Makefile.am?id=8e2c1d1de56bddbff22170f8b17473882e0e63f9
-
- May 07, 2016
-
-
Thiago Santos authored
The file has no index and is not easily seekable, seeking in these kind of files isn't implemented.
-
- May 03, 2016
-
-
Nicolas Dufresne authored
When uninstalled, we look at the directory of the executable to find the resources. This patch uses realpath in replacement to abspath so the path get expended, and symlink are followed.
-
- Apr 29, 2016
- Apr 07, 2016
-
-
We will be changing states, set the handles-state variable accordingly
-
- Apr 04, 2016
-
-
Xabier Rodríguez Calvar authored
Added also menu option to filter a log level and all above that https://bugzilla.gnome.org/show_bug.cgi?id=763857
-
Xabier Rodríguez Calvar authored
Added support to filter a log level and all above it https://bugzilla.gnome.org/show_bug.cgi?id=763857
-