- 26 Mar, 2018 7 commits
-
-
Song Bing authored
https://bugzilla.gnome.org/show_bug.cgi?id=782417 Upstream Status: Pending. Signed-off-by: Song Bing bing.song@nxp.com
-
Song Bing authored
Need check if can read event of buffer for video decoder based on V4L2 driver. Add the API for it. https://bugzilla.gnome.org/show_bug.cgi?id=752962 Upstream status: pending Signed-off-by: Song Bing bing.song@nxp.com
-
Song Bing authored
non-active pad will be blocked if active pad reach eos in inputselector. Which will cause all pipeline be blocked. Inputselector should proceed non-active pad buffer based on clock even if active pad reach eos Change to sync with clock for better user experience. https://bugzilla.gnome.org/show_bug.cgi?id=766261 Upstream status: pending Signed-off-by: Song Bing bing.song@nxp.com
-
Lyon Wang authored
When switching to pass through mode, there might be remainning data in the adpater, and it will be no chance to push to downstream when in pass through mode. So need check adapter available data and push downstream to avoid missing data package: gstreamer1.0 ticket https://bugzilla.gnome.org/show_bug.cgi?id=760513 Upstream status: pending Signed-off-by:
Lyon Wang <lyon.wang@nxp.com>
-
Lyon Wang authored
Since DISCONT flag will be handled by priv->discont flag. There is no need to copy DISCONT flag to adapter. Otherwise, the DISCONT flag will alwasys been set on each frame, for the first chain in buffer. https://bugzilla.gnome.org/show_bug.cgi?id=757575 Upstream status: Pending Signed-off-by:
Lyon Wang <lyon.wang@freescale.com>
-
Carlos Rafael Giani authored
Upstream-Status: Pending Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Conflicts: tools/gst-inspect.c
-
Lyon Wang authored
There is no need to send GST_ELEMENT_ERROR becuase ohter tracks may still good to play. no need to end the element, just print error message is enough Bugzilla https://bugzilla.gnome.org/show_bug.cgi?id=741542 Upstream Status: submitted Signed-off-by:
Lyon Wang <lyon.wang@freescale.com>
-
- 19 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 13 Mar, 2018 9 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
Tim-Philipp Müller authored
We need different export decorators for the different libs. For now no actual change though, just rename before the release, and add prelude headers to define the new decorator to GST_EXPORT.
-
- 12 Mar, 2018 1 commit
-
-
- 08 Mar, 2018 2 commits
-
-
Nicolas Dufresne authored
Otherwise it's possible that we won't be able to start again depending the implementation. We do start/stop in normal use cases whenever GST_QUERY_SCHEDULING happens before we are started. https://bugzilla.gnome.org/show_bug.cgi?id=794149
-
Nicolas Dufresne authored
The flushing state is handled a bit differently, there is no need to stop flushing in start_complete. This would other result in unlock_stop being called without unlock_start. Unlike what the old comment says, there is no need to take the live lock here, we are still single threaded at this point (app thread or the state change thread). Also, we will wait for playing state in create/getrange, no need to do that twice. https://bugzilla.gnome.org/show_bug.cgi?id=794149
-
- 05 Mar, 2018 2 commits
-
-
Sebastian Dröge authored
This way gobject-introspection also picks it up and handles our annotations. See https://gitlab.gnome.org/GNOME/gobject-introspection/issues/194
-
Sebastian Dröge authored
All other variants of {peek,pop}_{head,tail}_{,struct} were already implemented. https://bugzilla.gnome.org/show_bug.cgi?id=794035
-
- 04 Mar, 2018 1 commit
-
-
Sebastian Dröge authored
-
- 03 Mar, 2018 2 commits
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
- 02 Mar, 2018 1 commit
-
-
Matthew Waters authored
Most functions are automatically chosen from the _FILE_OFFSET_BITS define, the remaining one (fstat) is only available on API >= 21 so check for that
-
- 01 Mar, 2018 8 commits
-
-
Tim-Philipp Müller authored
Fixes make check
-
Olivier Crête authored
The queue gets filled by the tail, so a query will always be the tail object, not the head object. Also add a _peek_tail_struct() method to the GstQueueArray to enable looking at the tail. With unit test to prevent future regression. https://bugzilla.gnome.org/show_bug.cgi?id=762875
-
Mathieu Duponchelle authored
-
Mathieu Duponchelle authored
Modeled on the autotools build, -W flags are only added if the compiler supports them. https://bugzilla.gnome.org/show_bug.cgi?id=793958
-
Mathieu Duponchelle authored
Document this, and take advantage of that fact to use GstAggregator.srcpad.segment instead of GstAggregator.segment https://bugzilla.gnome.org/show_bug.cgi?id=793942
-
Mathieu Duponchelle authored
This reverts commit 9774b377. Pushed by mistake
-
Mathieu Duponchelle authored
When we construct from a custom GType
-
Mathieu Duponchelle authored
-
- 28 Feb, 2018 3 commits
-
-
Mathieu Duponchelle authored
Document this, and take advantage of that fact to use GstAggregator.srcpad.segment instead of GstAggregator.segment https://bugzilla.gnome.org/show_bug.cgi?id=793942
-
Mathieu Duponchelle authored
Also make sure the GType passed to the with_gtype versions of the template constructors is_a GstPad https://bugzilla.gnome.org/show_bug.cgi?id=793933
-
- 22 Feb, 2018 2 commits
-
-