Skip to content
Snippets Groups Projects
  1. Jul 02, 2020
  2. Jun 22, 2020
  3. Jun 19, 2020
  4. Jun 10, 2020
  5. Jun 08, 2020
  6. Jun 06, 2020
  7. Jun 05, 2020
  8. Jun 04, 2020
  9. Jun 02, 2020
  10. May 27, 2020
    • Tim-Philipp Müller's avatar
      tests: fix meson test env setup to make sure we use the right gst-plugin-scanner · 4063a319
      Tim-Philipp Müller authored
      If core is built as a subproject (e.g. as in gst-build), make sure to use
      the gst-plugin-scanner from the built subproject. Without this, gstreamer
      might accidentally use the gst-plugin-scanner from the install prefix if
      that exists, which in turn might drag in gst library versions we didn't
      mean to drag in. Those gst library versions might then be older than
      what our current build needs, and might cause our newly-built plugins
      to get blacklisted in the test registry because they rely on a symbol
      that the wrongly-pulled in gst lib doesn't have.
      
      This should fix running of unit tests in gst-build when invoking
      meson test or ninja test from outside the devenv for the case where
      there is an older or different-version gst-plugin-scanner installed
      in the install prefix.
      
      In case no gst-plugin-scanner is installed in the install prefix, this
      will fix "GStreamer-WARNING: External plugin loader failed. This most
      likely means that the plugin loader helper binary was not found or
      could not be run. You might need to set the GST_PLUGIN_SCANNER
      environment variable if your setup is unusual." warnings when running
      the unit tests.
      
      In the case where we find GStreamer core via pkg-config we use
      a newly-added pkg-config var "pluginscannerdir" to get the right
      directory. This has the benefit of working transparently for both
      installed and uninstalled pkg-config files/setups.
      
      Part-of: <gstreamer/gst-plugins-ugly!53>
      4063a319
    • Guillaume Desmottes's avatar
      dvdreadsrc: fix uninitialized warning · 887416db
      Guillaume Desmottes authored
      Variable is always set in actual code paths but let's keep gcc happy.
      
      Part-of: <gstreamer/gst-plugins-ugly!51>
      887416db
  11. May 11, 2020
  12. Apr 08, 2020
    • Derek Lesho's avatar
      asfdemux: Always re-initialize metadata and global_metadata · 8fe8ed3d
      Derek Lesho authored and Sebastian Dröge's avatar Sebastian Dröge committed
      When transitioning from the PAUSED state, to the READY state, and back,
      metadata and global_metadata are left uninitialized, unlike when the
      demxuer transitions from NULL to READY, then to PAUSED.  I have found
      this to cause a segmentation fault when fields in these structures are
      set.
      8fe8ed3d
  13. Apr 02, 2020
  14. Mar 19, 2020
    • Thibault Saunier's avatar
      a52dec: Mark as converter · 9b1e1832
      Thibault Saunier authored
      It is able to do channel downminxing, so technically it is also a
      converter
      
      This is also important so validate knows about that when doing its
      checks
      9b1e1832
  15. Jan 07, 2020
  16. Dec 18, 2019
  17. Dec 14, 2019
  18. Oct 13, 2019
  19. Sep 02, 2019
  20. Aug 23, 2019
  21. Jul 15, 2019
  22. Jun 02, 2019
    • Niels De Graef's avatar
      meson: Bump minimal GLib version to 2.44 · 985ace70
      Niels De Graef authored
      This means we can use some newer features and get rid of some
      boilerplate code using the G_DECLARE_* macros.
      
      As discussed on IRC, 2.44 is old enough by now to start depending on it.
      985ace70
  23. May 29, 2019
  24. May 25, 2019
  25. May 16, 2019
  26. May 14, 2019
  27. May 13, 2019
  28. Apr 27, 2019
  29. Apr 26, 2019
  30. Apr 22, 2019
  31. Apr 19, 2019
Loading