Skip to content
Snippets Groups Projects
  1. Apr 18, 2019
  2. Apr 17, 2019
  3. Apr 16, 2019
  4. Apr 15, 2019
  5. Apr 12, 2019
    • Philipp Zabel's avatar
      event: fix seek event creation · b99bca27
      Philipp Zabel authored and Philipp Zabel's avatar Philipp Zabel committed
      Creating seek events segfaults on 32-bit ARM since commit 2fa15d53
      ('event: add new seek parameter, "trickmode-interval"'), which missed
      casting the trickmode-interval initializer in the variable argument list
      to guint64.
      b99bca27
  6. Apr 11, 2019
  7. Apr 10, 2019
  8. Apr 09, 2019
  9. Apr 08, 2019
  10. Apr 05, 2019
    • Mathieu Duponchelle's avatar
      basesrc: do not send EOS when automatic_eos is FALSE · fee108f7
      Mathieu Duponchelle authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
      fee108f7
    • Mathieu Duponchelle's avatar
      aggregator: add buffer-consumed pad signal · ae57b1c7
      Mathieu Duponchelle authored and Mathieu Duponchelle's avatar Mathieu Duponchelle committed
      The signal will be emitted when a buffer was consumed on
      a pad, if the newly-added "emit-signals" property has been
      set to TRUE.
      
      Handlers connected to the signal will receive a valid reference on
      the consumed buffer, allowing for example the retrieval of metas in
      order to forward them once an output buffer is pushed out.
      ae57b1c7
    • Antonio Ospite's avatar
      gst-inspect: fix printing the first field of a GstStructure · 90beb712
      Antonio Ospite authored
      When printing a GstStructure property (e.g. the "stats" property in
      rtpsession) the first field is printed on the same line of the type
      description, and this is both inconsistent compared to  how Enum values
      are printed and confusing as the reader might miss the first field.
      
      To fix this, add a newline before printing GstStructure fields in
      properties.
      
      NOTE: this does not change the existing inconsistent behavior of an
      extra newline *after* a GstStructure property, but the latter is not as
      annoying and it would take more effort to fix because GstStructure
      fields are printed in CAPS descriptions too.
      90beb712
  11. Apr 01, 2019
  12. Mar 24, 2019
    • Antonio Ospite's avatar
      tests: add the valgrind suppression file from the "common" module · 763d01f4
      Antonio Ospite authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Other gstreamer repositories have their own valgrind suppression file
      directly in the repository.
      
      Add a suppression file to the core gstreamer repository too, this makes
      it easier to use it with gst-build which does not check out the common
      module.
      
      This is also a little step towards the removal of the common submodule.
      
      NOTE: the added file is the latest version from the "common" repository
      but it has been renamed from gst.supp to gstreamer.supp for symmetry
      with the suppression files in the other repositories.
      763d01f4
  13. Mar 23, 2019
  14. Mar 21, 2019
  15. Mar 20, 2019
  16. Mar 14, 2019
  17. Mar 13, 2019
Loading