Skip to content
Snippets Groups Projects
  1. Oct 03, 2008
  2. Oct 02, 2008
  3. Sep 28, 2008
  4. Sep 25, 2008
  5. Sep 23, 2008
  6. Sep 22, 2008
  7. Sep 16, 2008
  8. Sep 15, 2008
  9. Sep 13, 2008
  10. Sep 05, 2008
  11. Sep 04, 2008
    • Wim Taymans's avatar
      gst-libs/gst/audio/gstaudiosrc.c: Disable a code path that is now called but... · 265a494d
      Wim Taymans authored
      gst-libs/gst/audio/gstaudiosrc.c: Disable a code path that is now called but causes a deadlock for some reason and is...
      
      Original commit message from CVS:
      * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
      Disable a code path that is now called but causes a deadlock for some
      reason and is unneeded.
      265a494d
    • Stefan Kost's avatar
      sys/xvimage/xvimagesink.*: Add a "draw-border" property that can be set to... · fb3d85f2
      Stefan Kost authored
      sys/xvimage/xvimagesink.*: Add a "draw-border" property that can be set to false to disable drawing borders.
      
      Original commit message from CVS:
      * sys/xvimage/xvimagesink.c:
      * sys/xvimage/xvimagesink.h:
      Add a "draw-border" property that can be set to false to disable
      drawing borders.
      * tests/icles/test-colorkey.c:
      * tests/icles/Makefile.am:
      Add new test application for the colorkey handling.
      fb3d85f2
  12. Sep 03, 2008
  13. Sep 02, 2008
  14. Sep 01, 2008
    • Edward Hervey's avatar
      tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' ...... · 162cb885
      Edward Hervey authored
      tests/check/elements/audioresample.c: Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
      
      Original commit message from CVS:
      * tests/check/elements/audioresample.c: (setup_audioresample),
      (fail_unless_perfect_stream), (test_perfect_stream_instance),
      (test_discont_stream_instance):
      Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
      Add debugging for coherence.
      162cb885
  15. Aug 30, 2008
    • Jonathan Matthew's avatar
      gst/typefind/gsttypefindfunctions.c: Add typefinder for PDF documents (which... · 686a893a
      Jonathan Matthew authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      gst/typefind/gsttypefindfunctions.c: Add typefinder for PDF documents (which is nice to have, since it's a common for...
      
      Original commit message from CVS:
      Patch by: Jonathan Matthew  <notverysmart gmail com>
      * gst/typefind/gsttypefindfunctions.c: (plugin_init):
      Add typefinder for PDF documents (which is nice to have, since it's a
      common format, but also helps prevent false positives). Fixes #549814.
      686a893a
  16. Aug 27, 2008
    • Wim Taymans's avatar
      gst/playback/gstplaybin2.c: Fix nasty race where multiple decodebins could... · ed11048c
      Wim Taymans authored
      gst/playback/gstplaybin2.c: Fix nasty race where multiple decodebins could start pushing data before we manage to con...
      
      Original commit message from CVS:
      * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
      (no_more_pads_cb):
      Fix nasty race where multiple decodebins could start pushing data before
      we manage to configure the sinks, resulting in not-linked errors in
      typical RTSP streaming cases.
      ed11048c
  17. Aug 26, 2008
    • Wim Taymans's avatar
      gst-libs/gst/audio/gstaudiosink.c: Since we now call stop, we trigger this... · da76d5e7
      Wim Taymans authored
      gst-libs/gst/audio/gstaudiosink.c: Since we now call stop, we trigger this code path that causes a deadlock is appare...
      
      Original commit message from CVS:
      * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
      Since we now call stop, we trigger this code path that causes a deadlock
      is apparently not needed.
      da76d5e7
    • Wim Taymans's avatar
      gst-libs/gst/audio/gstringbuffer.c: Also allow the case where the ringbuffer... · 44043261
      Wim Taymans authored
      gst-libs/gst/audio/gstringbuffer.c: Also allow the case where the ringbuffer was paused when we try to stop it so tha...
      
      Original commit message from CVS:
      * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
      (gst_ring_buffer_stop):
      Also allow the case where the ringbuffer was paused when we try to stop
      it so that the basesrc stop function is still called.
      44043261
  18. Aug 23, 2008
    • Mike Ruprecht's avatar
      sys/v4l/gstv4lelement.c: Reprobe devices again instead of taking a cached list... · 648d0604
      Mike Ruprecht authored and Sebastian Dröge's avatar Sebastian Dröge committed
      sys/v4l/gstv4lelement.c: Reprobe devices again instead of taking a cached list as new devices could've been plugged i...
      
      Original commit message from CVS:
      Patch by: Mike Ruprecht <cmaiku at gmail dot com>
      * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
      Reprobe devices again instead of taking a cached list as new
      devices could've been plugged in. Fixes bug #549062.
      648d0604
    • Alessandro Decina's avatar
      ext/ogg/gstoggdemux.c: Don't add pads and activate them for skeleton streams.... · 4f9bfa6a
      Alessandro Decina authored and Sebastian Dröge's avatar Sebastian Dröge committed
      ext/ogg/gstoggdemux.c: Don't add pads and activate them for skeleton streams. These are already handled inside oggdem...
      
      Original commit message from CVS:
      Patch by: Alessandro Dessina <alessandro nnva org>
      * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
      (gst_ogg_demux_activate_chain):
      Don't add pads and activate them for skeleton streams. These are already
      handled inside oggdemux. Fixes bug #537599.
      4f9bfa6a
  19. Aug 22, 2008
  20. Aug 21, 2008
  21. Aug 16, 2008
  22. Aug 15, 2008
  23. Aug 14, 2008
  24. Aug 13, 2008
  25. Aug 12, 2008
  26. Aug 11, 2008
Loading