Skip to content
Snippets Groups Projects
  1. Oct 03, 2005
  2. Oct 02, 2005
  3. Sep 29, 2005
    • Wim Taymans's avatar
      ext/: Propagate error codes from alloc_buffer too. · d6825b35
      Wim Taymans authored
      Original commit message from CVS:
      * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
      * ext/theora/theoradec.c: (theora_handle_data_packet):
      * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
      Propagate error codes from alloc_buffer too.
      d6825b35
    • Wim Taymans's avatar
      g_debug build fix. · 361eb99a
      Wim Taymans authored
      Original commit message from CVS:
      g_debug build fix.
      361eb99a
    • Wim Taymans's avatar
      ext/vorbis/vorbisdec.c: We use fixed caps. · 68a093a6
      Wim Taymans authored
      Original commit message from CVS:
      * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
      We use fixed caps.
      
      * gst/playback/Makefile.am:
      * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
      (dump_element_stats), (main):
      Added example stream introspection code.
      68a093a6
  4. Sep 28, 2005
  5. Sep 27, 2005
    • Andy Wingo Wingo's avatar
      gst/tcp/gsttcpclientsrc.c: Cleaned up. · c2c41e9f
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-09-27  Andy Wingo  <wingo@pobox.com>
      
      * gst/tcp/gsttcpclientsrc.c: Cleaned up.
      c2c41e9f
    • Andy Wingo Wingo's avatar
      gst/tcp/gsttcpserversrc.c: Cleaned up. · a76d36d2
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-09-27  Andy Wingo  <wingo@pobox.com>
      
      * gst/tcp/gsttcpserversrc.c: Cleaned up.
      a76d36d2
    • Andy Wingo Wingo's avatar
      pacify old gcc take 2 · 9717993b
      Andy Wingo Wingo authored
      Original commit message from CVS:
      pacify old gcc take 2
      9717993b
    • Andy Wingo Wingo's avatar
      pacify old gcc · 3a838921
      Andy Wingo Wingo authored
      Original commit message from CVS:
      pacify old gcc
      3a838921
    • Andy Wingo Wingo's avatar
      gst/tcp/: Updated for new gsttcp API. · 21881814
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-09-27  Andy Wingo  <wingo@pobox.com>
      
      * gst/tcp/gsttcpserversrc.c:
      * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
      
      * gst/tcp/gsttcp.h:
      * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
      out of tcpclientsrc.c. Cancellable.
      (gst_tcp_socket_read): Made private, cancellable, with better
      diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
      (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
      whole buffer, and better diagnostics.
      (gst_tcp_gdp_read_caps): Same.
      
      * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
      21881814
    • Andy Wingo Wingo's avatar
      gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time. · 9bea690f
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-09-27  Andy Wingo  <wingo@pobox.com>
      
      * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
      9bea690f
  6. Sep 26, 2005
    • Andy Wingo Wingo's avatar
      gst/sine/gstsinesrc.*: Refactor, remove the table lookup code, change the... · d812bea0
      Andy Wingo Wingo authored
      gst/sine/gstsinesrc.*: Refactor, remove the table lookup code, change the 'sync' property to 'is-live' and implement ...
      
      Original commit message from CVS:
      2005-09-26  Andy Wingo  <wingo@pobox.com>
      
      * gst/sine/gstsinesrc.h:
      * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
      change the 'sync' property to 'is-live' and implement it halfway,
      update for controller api change.
      
      * gst/volume/gstvolume.c (volume_transform_ip): Update for
      controller api change.
      d812bea0
  7. Sep 24, 2005
    • Wim Taymans's avatar
      Fix sync again. Moved sample alignment to basesink. · b17856db
      Wim Taymans authored
      Original commit message from CVS:
      * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
      * gst-libs/gst/audio/gstaudiosink.c:
      (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
      (gst_audioringbuffer_stop):
      * gst-libs/gst/audio/gstbaseaudiosink.c:
      (gst_base_audio_sink_event), (gst_base_audio_sink_render),
      (gst_base_audio_sink_change_state):
      * gst-libs/gst/audio/gstbaseaudiosink.h:
      * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
      (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
      (gst_ring_buffer_commit), (gst_ring_buffer_read):
      * gst-libs/gst/audio/gstringbuffer.h:
      Fix sync again. Moved sample alignment to basesink.
      b17856db
  8. Sep 23, 2005
    • Thomas Vander Stichele's avatar
      add/fix docs · 272aad79
      Thomas Vander Stichele authored
      Original commit message from CVS:
      
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-base-plugins-docs.sgml:
      * docs/plugins/gst-plugins-base-plugins-sections.txt:
      * gst/volume/gstvolume.c:
      add/fix docs
      * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
      * gst-libs/gst/audio/audio.h:
      add conversion macros for frames <-> clocktime
      272aad79
    • David Schleef's avatar
      gst/audioresample/: Convert to using gst debugging · d66befc8
      David Schleef authored
      Original commit message from CVS:
      * gst/audioresample/Makefile.am:
      * gst/audioresample/debug.h:
      * gst/audioresample/gstaudioresample.c:
      * gst/audioresample/resample.c: Convert to using gst debugging
      d66befc8
    • Thomas Vander Stichele's avatar
      some documentation for audioconvert · d9d1b4a9
      Thomas Vander Stichele authored
      Original commit message from CVS:
      some documentation for audioconvert
      d9d1b4a9
    • Thomas Vander Stichele's avatar
      fix build and use of GST_LIBS · a716f40c
      Thomas Vander Stichele authored
      Original commit message from CVS:
      fix build and use of GST_LIBS
      a716f40c
  9. Sep 22, 2005
  10. Sep 21, 2005
    • Andy Wingo Wingo's avatar
      gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe thingies. · 997b3c4b
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2005-09-21  Andy Wingo  <wingo@pobox.com>
      
      * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
      thingies.
      
      * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
      can be called multiple times, dogs.
      997b3c4b
    • Wim Taymans's avatar
      gst-libs/gst/rtp/gstbasertppayload.c: Allow 0 ssrc too. · 9bbe8af0
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/rtp/gstbasertppayload.c:
      (gst_basertppayload_class_init), (gst_basertppayload_init),
      (gst_basertppayload_setcaps), (gst_basertppayload_chain),
      (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
      (gst_basertppayload_push), (gst_basertppayload_get_property),
      (gst_basertppayload_change_state):
      Allow 0 ssrc too.
      9bbe8af0
  11. Sep 20, 2005
    • Stefan Kost's avatar
      docs/libs/compiling.sgml: fixing typos · 734aaba0
      Stefan Kost authored
      Original commit message from CVS:
      * docs/libs/compiling.sgml:
      fixing typos
      734aaba0
    • Wim Taymans's avatar
      gst-libs/gst/rtp/gstbasertppayload.*: Added property to configure sequence number offsets. · 597ace35
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/rtp/gstbasertppayload.c:
      (gst_basertppayload_class_init), (gst_basertppayload_init),
      (gst_basertppayload_setcaps), (gst_basertppayload_chain),
      (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
      (gst_basertppayload_push), (gst_basertppayload_set_property),
      (gst_basertppayload_get_property),
      (gst_basertppayload_change_state):
      * gst-libs/gst/rtp/gstbasertppayload.h:
      Added property to configure sequence number offsets.
      597ace35
    • Wim Taymans's avatar
      gst-libs/gst/rtp/gstbasertppayload.*: Make timestamp offset configurable. · 25e6dc60
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/rtp/gstbasertppayload.c:
      (gst_basertppayload_class_init), (gst_basertppayload_init),
      (gst_basertppayload_setcaps), (gst_basertppayload_chain),
      (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
      (gst_basertppayload_push), (gst_basertppayload_set_property),
      (gst_basertppayload_get_property),
      (gst_basertppayload_change_state):
      * gst-libs/gst/rtp/gstbasertppayload.h:
      Make timestamp offset configurable.
      25e6dc60
    • Thomas Vander Stichele's avatar
      fix wrong unref in a test · 6044583d
      Thomas Vander Stichele authored
      Original commit message from CVS:
      fix wrong unref in a test
      6044583d
  12. Sep 19, 2005
Loading