Skip to content
Snippets Groups Projects
  1. Jan 16, 2006
  2. Jan 15, 2006
    • Thomas Vander Stichele's avatar
      sys/: move all regularly occurring messages to GST_LOG level add some more object logs · 71d80c47
      Thomas Vander Stichele authored
      Original commit message from CVS:
      
      * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
      (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
      (gst_ximagesink_buffer_alloc):
      * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
      (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
      (gst_xvimagesink_buffer_alloc):
      move all regularly occurring messages to GST_LOG level
      add some more object logs
      71d80c47
  3. Jan 14, 2006
  4. Jan 13, 2006
  5. Jan 12, 2006
    • Tim-Philipp Müller's avatar
      gst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus... · c0b087e4
      Tim-Philipp Müller authored
      gst-libs/gst/cdda/gstcddabasesrc.c: No need to post a tag message on the bus when seeking within the same track, only...
      
      Original commit message from CVS:
      * gst-libs/gst/cdda/gstcddabasesrc.c:
      (gst_cdda_base_src_handle_track_seek):
      No need to post a tag message on the bus when seeking
      within the same track, only post it when the current
      track changes.
      c0b087e4
  6. Jan 11, 2006
    • Jan Schmidt's avatar
      gst/playback/: Reenable stream selection. These mechanisms need a complete... · e0f836f4
      Jan Schmidt authored
      gst/playback/: Reenable stream selection. These mechanisms need a complete overhaul in the face of 0.8->0.10 changes ...
      
      Original commit message from CVS:
      * gst/playback/gstplaybasebin.c: (group_destroy),
      (probe_triggered), (new_decoded_pad), (mute_group_type),
      (set_active_source):
      * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
      * gst/playback/gststreamselector.c:
      (gst_stream_selector_base_init),
      (gst_stream_selector_set_property),
      (gst_stream_selector_request_new_pad):
      Reenable stream selection. These mechanisms need a complete overhaul
      in the face of 0.8->0.10 changes though.
      e0f836f4
    • Jan Schmidt's avatar
      ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads... · 08d73c14
      Jan Schmidt authored
      ext/ogg/gstoggdemux.c: Change the pad template to src_%d to match the pads that are created from it. decodebin needs ...
      
      Original commit message from CVS:
      * ext/ogg/gstoggdemux.c:
      Change the pad template to src_%d to match the pads that
      are created from it. decodebin needs this information in order
      to decide that oggdemux is capable of producing multiple pads
      (and hence needs queues inserted).
      
      * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
      (gst_ogg_mux_collected):
      Make debug output more useful by using GST_PTR_FORMAT.
      08d73c14
    • Christian Schaller's avatar
      update spec.in file · 13e2081f
      Christian Schaller authored
      Original commit message from CVS:
      update spec.in file
      13e2081f
    • Tim-Philipp Müller's avatar
      gst-libs/gst/audio/gstringbuffer.c: Set depth and width for alaw/mulaw (fixes #326601). · b8675107
      Tim-Philipp Müller authored
      Original commit message from CVS:
      Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
      * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
      Set depth and width for alaw/mulaw (fixes #326601).
      b8675107
  7. Jan 10, 2006
  8. Jan 09, 2006
  9. Jan 03, 2006
  10. Jan 02, 2006
    • Tim-Philipp Müller's avatar
      gst-libs/gst/audio/gstringbuffer.*: Sun's Forte compiler doesn't seem to like... · be8f0553
      Tim-Philipp Müller authored
      gst-libs/gst/audio/gstringbuffer.*: Sun's Forte compiler doesn't seem to like anonymous structs, so use same setup as...
      
      Original commit message from CVS:
      * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
      (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
      (gst_ring_buffer_pause), (wait_segment):
      * gst-libs/gst/audio/gstringbuffer.h:
      Sun's Forte compiler doesn't seem to like anonymous structs,
      so use same setup as in GstBaseSrc (fixes #324900).
      be8f0553
  11. Dec 30, 2005
    • Stefan Kost's avatar
      move old example to tests/examples/volume/volune.c · f2092fc7
      Stefan Kost authored
      Original commit message from CVS:
      * configure.ac:
      * gst/volume/Makefile.am:
      * gst/volume/demo.c:
      move old example to tests/examples/volume/volune.c
      * tests/examples/Makefile.am:
      * tests/examples/seek/seek.c: (main):
      change window-close event from "delete-event" to "destroy"
      * tests/examples/volume/Makefile.am:
      * tests/examples/volume/volume.c: (value_changed_callback),
      (setup_gui), (message_received), (eos_message_received), (main):
      fix event handling and bus usage
      f2092fc7
  12. Dec 29, 2005
    • Stefan Kost's avatar
      gst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement... · 0d85e2cc
      Stefan Kost authored
      gst/audiotestsrc/gstaudiotestsrc.*: update to basesrc changes, implement segmented seeking and eos handling, add a 's...
      
      Original commit message from CVS:
      * gst/audiotestsrc/gstaudiotestsrc.c:
      (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
      (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
      (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
      (gst_audio_test_src_create_square),
      (gst_audio_test_src_create_saw),
      (gst_audio_test_src_create_triangle),
      (gst_audio_test_src_create_silence),
      (gst_audio_test_src_create_white_noise),
      (gst_audio_test_src_create_pink_noise),
      (gst_audio_test_src_init_sine_table),
      (gst_audio_test_src_create_sine_table),
      (gst_audio_test_src_change_wave),
      (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
      (gst_audio_test_src_create), (gst_audio_test_src_set_property):
      * gst/audiotestsrc/gstaudiotestsrc.h:
      update to basesrc changes, implement segmented seeking and eos handling,
      add a 'sine-tab' waveform for performance critical playback
      0d85e2cc
    • Tim-Philipp Müller's avatar
      po/POTFILES.in: ... and this time the other modified file that I missed last time. · cd55b742
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * po/POTFILES.in:
      ... and this time the other modified file that I missed last time.
      cd55b742
    • Michael Smith's avatar
      gst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start... · f447d9a6
      Michael Smith authored
      gst/playback/gstdecodebin.c: Fix non-C89 variable declaration not at the start of a block. Should help some compilers.
      
      Original commit message from CVS:
      * gst/playback/gstdecodebin.c: (new_pad):
      Fix non-C89 variable declaration not at the start of a block. Should
      help some compilers.
      f447d9a6
    • Tim-Philipp Müller's avatar
      tests/check/Makefile.am: And now fix 'make distcheck' (builddir != srcdir) · 097f448b
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * tests/check/Makefile.am:
      And now fix 'make distcheck' (builddir != srcdir)
      097f448b
    • Tim-Philipp Müller's avatar
      New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again... · a8937ea3
      Tim-Philipp Müller authored
      New cdparanoiasrc element based on cddabasesrc; enable cdparanoia plugin again (there are still fixes required to pla...
      
      Original commit message from CVS:
      * configure.ac:
      * ext/cdparanoia/Makefile.am:
      * ext/cdparanoia/gstcdparanoia.c:
      * ext/cdparanoia/gstcdparanoia.h:
      * ext/cdparanoia/gstcdparanoiasrc.c:
      (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
      (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
      (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
      (gst_cd_paranoia_paranoia_callback),
      (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
      (gst_cd_paranoia_src_set_property),
      (gst_cd_paranoia_src_get_property), (plugin_init):
      * ext/cdparanoia/gstcdparanoiasrc.h:
      New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
      plugin again (there are still fixes required to playbin to make
      cdda:// uris work there).
      a8937ea3
    • Tim-Philipp Müller's avatar
      tests/check/Makefile.am: Fix test case compilation. · 0d0dd13a
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * tests/check/Makefile.am:
      Fix test case compilation.
      0d0dd13a
    • Tim-Philipp Müller's avatar
      gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to... · 10685889
      Tim-Philipp Müller authored
      gst-libs/gst/cdda/gstcddabasesrc.c: An integer is not a string. Fix access to uninitialised variable.
      
      Original commit message from CVS:
      * gst-libs/gst/cdda/gstcddabasesrc.c:
      (gst_cdda_base_src_update_duration),
      (gst_cdda_base_src_calculate_cddb_id):
      An integer is not a string. Fix access to uninitialised variable.
      * tests/check/Makefile.am:
      Add cddabasesrc unit test; also actually enable the vorbis test.
      * tests/check/generic/states.c:
      Blacklist new cd audio elements as well.
      * tests/check/libs/cddabasesrc.c:
      Unit test for GstCddaBaseSrc (discid calculation mostly).
      10685889
  13. Dec 28, 2005
    • Tim-Philipp Müller's avatar
      docs/libs/: Add docs for libgstcdda/GstCddaBaseSrc. · 27af2b5d
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * docs/libs/Makefile.am:
      * docs/libs/gst-plugins-base-libs-docs.sgml:
      * docs/libs/gst-plugins-base-libs-sections.txt:
      * docs/libs/gst-plugins-base-libs.types:
      Add docs for libgstcdda/GstCddaBaseSrc.
      * gst-libs/gst/interfaces/mixertrack.h:
      Do one struct member per line with a semicolon at the end, that way
      even gtk-doc might parse it without complaining.
      27af2b5d
    • Tim-Philipp Müller's avatar
      Add new libgstcdda with GstCddaBaseSrc class. · d129bea2
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      * gst-libs/gst/Makefile.am:
      * gst-libs/gst/cdda/Makefile.am:
      * gst-libs/gst/cdda/base64.c:
      * gst-libs/gst/cdda/base64.h:
      * gst-libs/gst/cdda/gstcddabasesrc.c:
      (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
      (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
      (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
      (gst_cdda_base_src_get_property),
      (gst_cdda_base_src_get_track_from_sector),
      (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
      (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
      (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
      (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
      (gst_cdda_base_src_uri_get_protocols),
      (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
      (gst_cdda_base_src_uri_handler_init),
      (gst_cdda_base_src_setup_interfaces),
      (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
      (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
      (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
      (gst_cdda_base_src_add_tags),
      (gst_cdda_base_src_add_index_associations),
      (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
      (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
      (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
      (gst_cdda_base_src_create):
      * gst-libs/gst/cdda/gstcddabasesrc.h:
      * gst-libs/gst/cdda/sha1.c:
      * gst-libs/gst/cdda/sha1.h:
      Add new libgstcdda with GstCddaBaseSrc class.
      d129bea2
Loading