Skip to content
Snippets Groups Projects
  1. Apr 23, 2008
  2. Apr 22, 2008
    • Jan Schmidt's avatar
      configure.ac: 0.10.7.4 pre-release · 2a0f4011
      Jan Schmidt authored
      Original commit message from CVS:
      * configure.ac:
      0.10.7.4 pre-release
      2a0f4011
    • Jan Schmidt's avatar
      gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and... · 4e11c343
      Jan Schmidt authored
      gst/goom/: Free a bunch of stuff, and initialise things to fix leaks and valgrind warnings in the testsuite.
      
      Original commit message from CVS:
      * gst/goom/config_param.c: (goom_plugin_parameters_free):
      * gst/goom/convolve_fx.c: (convolve_init), (convolve_free):
      * gst/goom/filters.c: (zoomFilterVisualFXWrapper_free):
      * gst/goom/flying_stars_fx.c: (fs_free):
      * gst/goom/goom_config_param.h:
      * gst/goom/goom_core.c: (goom_init), (goom_close):
      * gst/goom/goom_plugin_info.h:
      * gst/goom/gstgoom.c: (gst_goom_finalize):
      * gst/goom/lines.c: (goom_lines_free):
      * gst/goom/plugin_info.c: (plugin_info_init), (plugin_info_free):
      * gst/goom/surf3d.c: (grid3d_free):
      * gst/goom/surf3d.h:
      * gst/goom/tentacle3d.c: (tentacle_free):
      Free a bunch of stuff, and initialise things to fix leaks
      and valgrind warnings in the testsuite.
      Fixes: #529268
      4e11c343
  3. Apr 21, 2008
  4. Apr 18, 2008
  5. Apr 17, 2008
  6. Apr 16, 2008
    • Tim-Philipp Müller's avatar
      Strip out the config/script parsing stuff, we don't need it. · a8dec12d
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      * gst/goom/Makefile.am:
      * gst/goom/convolve_fx.c:
      * gst/goom/default_scripts.h:
      * gst/goom/goom.h:
      * gst/goom/goom_core.c: (choose_a_goom_line):
      * gst/goom/goom_plugin_info.h:
      * gst/goom/goomsl.c:
      * gst/goom/goomsl.h:
      * gst/goom/goomsl_hash.c:
      * gst/goom/goomsl_hash.h:
      * gst/goom/goomsl_heap.c:
      * gst/goom/goomsl_heap.h:
      * gst/goom/goomsl_private.h:
      * gst/goom/plugin_info.c:
      Strip out the config/script parsing stuff, we don't need it.
      Fixes #527999.
      a8dec12d
  7. Apr 15, 2008
  8. Apr 14, 2008
  9. Apr 13, 2008
  10. Apr 12, 2008
    • Jan Schmidt's avatar
      Remove LADSPA plugin. Fixes: #515978 · 75ad5867
      Jan Schmidt authored
      Original commit message from CVS:
      * configure.ac:
      * ext/Makefile.am:
      Remove LADSPA plugin. Fixes: #515978
      75ad5867
    • Jan Schmidt's avatar
      Move soup plugin from -bad (Fixes: #523124) · 8bc076ee
      Jan Schmidt authored
      Original commit message from CVS:
      * configure.ac:
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-good-plugins-docs.sgml:
      * docs/plugins/gst-plugins-good-plugins-sections.txt:
      * docs/plugins/gst-plugins-good-plugins.args:
      * docs/plugins/inspect/plugin-soup.xml:
      * ext/Makefile.am:
      * tests/check/Makefile.am:
      Move soup plugin from -bad (Fixes: #523124)
      8bc076ee
  11. Apr 11, 2008
  12. Apr 10, 2008
    • Sebastian Dröge's avatar
      tests/check/elements/souphttpsrc.c: Increase the timeout for the internet... · 33927286
      Sebastian Dröge authored
      tests/check/elements/souphttpsrc.c: Increase the timeout for the internet tests to 250 seconds and check for NULL cap...
      
      Original commit message from CVS:
      * tests/check/elements/souphttpsrc.c: (got_buffer),
      (souphttpsrc_suite):
      Increase the timeout for the internet tests to 250 seconds
      and check for NULL caps instead of just crashing.
      The real fix would be to implement an shoutcast server for the unit test
      instead of relying on a working internet connection.
      Fixes bug #521749.
      33927286
  13. Apr 09, 2008
  14. Apr 08, 2008
  15. Apr 07, 2008
  16. Apr 06, 2008
  17. Apr 05, 2008
  18. Apr 04, 2008
  19. Apr 03, 2008
    • Tim-Philipp Müller's avatar
      tests/check/: Add unit test for gdkpixbufsink element. · 401159a2
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * tests/check/Makefile.am:
      * tests/check/elements/.cvsignore:
      * tests/check/elements/gdkpixbufsink.c:
      Add unit test for gdkpixbufsink element.
      401159a2
    • Tim-Philipp Müller's avatar
      ext/gdk_pixbuf/: Add gdkpixbufsink element for easy snapshotting (#525946). · 27f76408
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/gdk_pixbuf/Makefile.am:
      * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
      * ext/gdk_pixbuf/gstgdkpixbufsink.c:
      (gst_gdk_pixbuf_sink_base_init),
      (gst_gdk_pixbuf_sink_class_init), (gst_gdk_pixbuf_sink_init),
      (gst_gdk_pixbuf_sink_start), (gst_gdk_pixbuf_sink_stop),
      (gst_gdk_pixbuf_sink_set_caps),
      (gst_gdk_pixbuf_sink_pixbuf_destroy_notify),
      (gst_gdk_pixbuf_sink_get_pixbuf_from_buffer),
      (gst_gdk_pixbuf_sink_handle_buffer), (gst_gdk_pixbuf_sink_preroll),
      (gst_gdk_pixbuf_sink_render), (gst_gdk_pixbuf_sink_set_property),
      (gst_gdk_pixbuf_sink_get_property):
      * ext/gdk_pixbuf/gstgdkpixbufsink.h:
      Add gdkpixbufsink element for easy snapshotting (#525946).
      27f76408
Loading