Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 24, 2017
  3. Apr 21, 2017
  4. Apr 20, 2017
  5. Apr 19, 2017
  6. Apr 13, 2017
  7. Apr 12, 2017
  8. Apr 11, 2017
  9. Apr 10, 2017
  10. Apr 09, 2017
  11. Apr 08, 2017
    • Tim-Philipp Müller's avatar
      Don't use deprecated g_object_newv() · 519d6488
      Tim-Philipp Müller authored
      Use g_object_new() instead which nowadays has a shortcut for the
      no-properties check. It still does an extra GType check in the
      function guard, but there's a pending patch to remove that
      and it's hardly going to be a performance issue in practice,
      even less so on a system that's compiled without run-time checks.
      
      Alternative would be to move to the new g_object_new_properties()
      with a fallback define for older glib versions, but it makes the
      code look more unwieldy and doesn't seem worth it.
      
      Fixes deprecation warnings when building against newer GLib versions.
      
      https://bugzilla.gnome.org/show_bug.cgi?id=780903
      519d6488
  12. Apr 07, 2017
  13. Apr 06, 2017
  14. Apr 05, 2017
  15. Apr 04, 2017
    • Nicolas Dufresne's avatar
      completion: Try to avoid parsing summary · 776e4877
      Nicolas Dufresne authored
      In GES, the summary refers to options that are only available when built
      against gst-valdiate. Those where picked by our regex. This patch add a
      initial grep to try and filter-out as best as possible the content to
      which we will extract the command list.
      776e4877
    • Nicolas Dufresne's avatar
      meson: Add bash completion support · 35c44280
      Nicolas Dufresne authored
      35c44280
    • Nicolas Dufresne's avatar
      completion: Place the completion helper in libexec · bae1fe25
      Nicolas Dufresne authored
      This patch reorganize the bash completion scripts in order to install
      the binary helper (gst-completion-helper) in libexec path rather then
      share folder. Most Linux hierarchy compliance requires that no binary
      executable are placed in share. We also cleanup the unused .pc entries
      and remove copy pasted parts of the script. Note that other project
      including the common helper, should now use $_GST_HELPER to read
      the binary executable gst-completion-helper. This helper is not longer
      version, as it is placed in a versionned subfolder
      (libexec/gstreamer.10) just like the other helpers (scanner and ptp).
      bae1fe25
  16. Mar 31, 2017
Loading