Skip to content
Snippets Groups Projects
  1. Mar 07, 2007
  2. Mar 06, 2007
  3. Mar 05, 2007
  4. Mar 04, 2007
    • Thomas Vander Stichele's avatar
      moap ignore · e77ac9bd
      Thomas Vander Stichele authored
      Original commit message from CVS:
      moap ignore
      e77ac9bd
    • Thomas Vander Stichele's avatar
      update defs · a4e60e06
      Thomas Vander Stichele authored
      Original commit message from CVS:
      update defs
      a4e60e06
    • Thomas Vander Stichele's avatar
      rename utils to pbutils · f6bd20e5
      Thomas Vander Stichele authored
      Original commit message from CVS:
      * configure.ac:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * gst-libs/gst/Makefile.am:
      * gst-libs/gst/interfaces/mixer.c:
      * gst-libs/gst/pbutils/Makefile.am:
      * gst-libs/gst/pbutils/descriptions.c:
      (gst_pb_utils_get_source_description),
      (gst_pb_utils_get_sink_description),
      (gst_pb_utils_get_decoder_description),
      (gst_pb_utils_get_encoder_description),
      (gst_pb_utils_get_element_description),
      (gst_pb_utils_add_codec_description_to_tag_list),
      (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
      * gst-libs/gst/pbutils/descriptions.h:
      * gst-libs/gst/pbutils/install-plugins.c:
      * gst-libs/gst/pbutils/install-plugins.h:
      * gst-libs/gst/pbutils/missing-plugins.c:
      (gst_missing_uri_source_message_new),
      (gst_missing_uri_sink_message_new),
      (gst_missing_element_message_new),
      (gst_missing_decoder_message_new),
      (gst_missing_encoder_message_new),
      (gst_missing_plugin_message_get_description):
      * gst-libs/gst/pbutils/missing-plugins.h:
      * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
      * gst-libs/gst/pbutils/pbutils.h:
      * gst-libs/gst/utils/Makefile.am:
      * gst-libs/gst/utils/base-utils.c:
      * gst-libs/gst/utils/base-utils.h:
      * gst-libs/gst/utils/descriptions.c:
      * gst-libs/gst/utils/descriptions.h:
      * gst-libs/gst/utils/install-plugins.c:
      * gst-libs/gst/utils/install-plugins.h:
      * gst-libs/gst/utils/missing-plugins.c:
      * gst-libs/gst/utils/missing-plugins.h:
      * gst-plugins-base.spec.in:
      * gst/playback/Makefile.am:
      * gst/playback/gstdecodebin.c:
      * gst/playback/gstdecodebin2.c:
      * gst/playback/gstplaybasebin.c: (setup_subtitle),
      (gen_source_element):
      * gst/playback/gstplaybin.c: (plugin_init):
      * tests/check/Makefile.am:
      * tests/check/libs/pbutils.c: (GST_START_TEST),
      (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
      * tests/check/libs/utils.c:
      rename utils to pbutils
      f6bd20e5
  5. Mar 03, 2007
  6. Mar 02, 2007
    • Jan Schmidt's avatar
      Add documentation for decodebin2 that indicates that the API is still unstable. · c73e88a6
      Jan Schmidt 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:
      * docs/plugins/inspect/plugin-decodebin2.xml:
      * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
      Add documentation for decodebin2 that indicates that the API
      is still unstable.
      c73e88a6
  7. Mar 01, 2007
    • Jan Schmidt's avatar
      configure.ac: Update to 0.10.11.2 (0.10.12 pre-release) · d1100095
      Jan Schmidt authored
      Original commit message from CVS:
      * configure.ac:
      Update to 0.10.11.2 (0.10.12 pre-release)
      d1100095
    • Wim Taymans's avatar
      gst-libs/gst/audio/gstbaseaudiosink.c: base time is irrelevant here. · 5ee0a694
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/audio/gstbaseaudiosink.c:
      (gst_base_audio_sink_async_play):
      base time is irrelevant here.
      5ee0a694
    • Wim Taymans's avatar
      gst-libs/gst/audio/: Improve debugging. · 85c7eeec
      Wim Taymans authored
      Original commit message from CVS:
      * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
      * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
      Improve debugging.
      * gst-libs/gst/audio/gstbaseaudiosink.c:
      (gst_base_audio_sink_query), (gst_base_audio_sink_event),
      (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
      Improve latency and clock slaving calculations.
      Improve slave clock calibration.
      * gst-libs/gst/audio/gstringbuffer.c:
      (gst_ring_buffer_commit_full):
      When we are asked to render N sample to 0 bytes, return N.
      85c7eeec
    • Wim Taymans's avatar
      ext/alsa/gstalsasink.*: Remove unused dispose function. · 1d0e1586
      Wim Taymans authored
      Original commit message from CVS:
      * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
      (gst_alsasink_write), (gst_alsasink_reset):
      * ext/alsa/gstalsasink.h:
      Remove unused dispose function.
      Rename lock to not interfere with alsasrc lock.
      * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
      (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
      (gst_alsasrc_read), (gst_alsasrc_reset):
      * ext/alsa/gstalsasrc.h:
      Implement finalize function.
      Use lock to protect alsa access.
      Implement _reset.
      Fine tune sw params.
      1d0e1586
    • Thomas Vander Stichele's avatar
      typo · 9b36a57e
      Thomas Vander Stichele authored
      Original commit message from CVS:
      typo
      9b36a57e
  8. Feb 28, 2007
  9. Feb 27, 2007
    • Julien Moutte Moutte's avatar
      tests/examples/seek/seek.c: Fix various seeking bugs (Slider was not updating... · 354c07de
      Julien Moutte Moutte authored
      tests/examples/seek/seek.c: Fix various seeking bugs (Slider was not updating when doing a non flushing seek, Reverse...
      
      Original commit message from CVS:
      2007-02-27  Julien MOUTTE  <julien@moutte.net>
      
      * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
      (msg_segment_done): Fix various seeking bugs (Slider was not
      updating when doing a non flushing seek, Reverse playback
      on segment seek was wrong).
      354c07de
  10. Feb 26, 2007
  11. Feb 25, 2007
    • René Stadler's avatar
      gst-libs/gst/tag/gstvorbistag.c: Parse date strings in vorbis comments that... · 88e94fc2
      René Stadler authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      gst-libs/gst/tag/gstvorbistag.c: Parse date strings in vorbis comments that have an invalid (zero) month or day (#410...
      
      Original commit message from CVS:
      Patch by: René Stadler <mail at renestadler de>
      * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
      Parse date strings in vorbis comments that have an invalid (zero)
      month or day (#410396).
      * tests/check/libs/tag.c: (GST_START_TEST):
      Test case for the above.
      88e94fc2
  12. Feb 24, 2007
  13. Feb 23, 2007
    • Tim-Philipp Müller's avatar
      gst/playback/gstplaybin.c: Improve docs: point out that the application needs... · d35f4efe
      Tim-Philipp Müller authored
      gst/playback/gstplaybin.c: Improve docs: point out that the application needs to assist playbin with buffering.
      
      Original commit message from CVS:
      * gst/playback/gstplaybin.c:
      Improve docs: point out that the application needs to assist playbin
      with buffering.
      d35f4efe
    • Tim-Philipp Müller's avatar
      Change GStreamer marker prefix in detail string from 'gstreamer.net' to just... · e8e648a7
      Tim-Philipp Müller authored
      Change GStreamer marker prefix in detail string from 'gstreamer.net' to just 'gstreamer'. Document the caps string co...
      
      Original commit message from CVS:
      * gst-libs/gst/utils/install-plugins.c:
      * gst-libs/gst/utils/missing-plugins.c:
      * tests/check/libs/utils.c: (missing_msg_check_getters):
      Change GStreamer marker prefix in detail string from 'gstreamer.net'
      to just 'gstreamer'. Document the caps string component of the
      decoder/encoder detail a bit better, since not everyone will be
      familiar with the GStreamer media type/caps system (but they better
      enjoy nested itemized lists).
      e8e648a7
  14. Feb 22, 2007
    • Tim-Philipp Müller's avatar
      gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would... · 011471db
      Tim-Philipp Müller authored
      gst-libs/gst/netbuffer/gstnetbuffer.c: Fix copying of GstNetBuffer (would crash before, or at least lead to invalid m...
      
      Original commit message from CVS:
      * gst-libs/gst/netbuffer/gstnetbuffer.c:
      (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
      Fix copying of GstNetBuffer (would crash before, or at least lead to
      invalid memory access, #410772), for now by copying the GstBuffer copy
      code from the core over here so we can copy the GstBuffer fields on a
      provided buffer instance (of type GstNetBuffer in this case). Would be
      better to fix this with some support by the core though (and in the long
      run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
      * tests/check/Makefile.am:
      Enable unit test for GstNetBuffer.
      011471db
    • Andy Wingo Wingo's avatar
      gst-libs/gst/audio/gstbaseaudiosink.c · d9b6796d
      Andy Wingo Wingo authored
      Original commit message from CVS:
      2007-02-22  Andy Wingo  <wingo@pobox.com>
      
      * gst-libs/gst/audio/gstbaseaudiosink.c
      (gst_base_audio_sink_init): Disable pull-mode activation until we
      figure out how to make audio sinks go to PLAYING.
      d9b6796d
Loading