Skip to content
Snippets Groups Projects
  1. Dec 23, 2005
  2. Dec 21, 2005
  3. Dec 20, 2005
  4. Dec 19, 2005
    • Edward Hervey's avatar
      ext/ogg/gstogmparse.c: Make sure pads are initialized correctly. · e54ffc2c
      Edward Hervey authored
      Original commit message from CVS:
      * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
      (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
      (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
      (gst_ogm_parse_chain):
      Make sure pads are initialized correctly.
      * gst-libs/gst/riff/riff-ids.h:
      * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
      (gst_riff_create_video_template_caps):
      Add a whole bunch of FOURCC <=> MimeType.
      Extend the riff video pad template to support the newly added fourcc.
      e54ffc2c
  5. Dec 18, 2005
    • Jan Schmidt's avatar
      ext/ogg/gstoggdemux.c: Extra debug output when activating/deactivating chains. · 0efd7381
      Jan Schmidt authored
      Original commit message from CVS:
      * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
      (gst_ogg_demux_activate_chain):
      Extra debug output when activating/deactivating chains.
      
      * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
      (is_demuxer_element), (try_to_link_1), (remove_element_chain),
      (unlinked):
      Remove a queue from our list when it becomes unlinked.
      Don't add queues to elements in class 'Demux' if they
      can only produce one pad
      0efd7381
    • Julien Moutte Moutte's avatar
      gst-libs/gst/video/gstvideosink.c: Add a debug category. · 7811799c
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2005-12-18  Julien MOUTTE  <julien@moutte.net>
      
      * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
      (gst_video_sink_get_type): Add a debug category.
      7811799c
    • Philippe Khalaf's avatar
      gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by... · f5723a25
      Philippe Khalaf authored
      gst-libs/gst/rtp/gstbasertpdepayload.c: Handle downstream newsegment by sending our own newsegment before the next bu...
      
      Original commit message from CVS:
      2005-12-17  Philippe Khalaf  <burger@speedy.org>
      
      * gst-libs/gst/rtp/gstbasertpdepayload.c:
      (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
      Handle downstream newsegment by sending our own newsegment before the
      next buffer to be released. (#323900)
      f5723a25
    • Philippe Khalaf's avatar
      gst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well... · 3247ffbb
      Philippe Khalaf authored
      gst-libs/gst/rtp/gstbasertpdepayload.c: add queue delay to new segment as well (as opposed to just the first buffer)....
      
      Original commit message from CVS:
      2005-12-17  Philippe Khalaf  <burger@speedy.org>
      
      * gst-libs/gst/rtp/gstbasertpdepayload.c:
      (gst_base_rtp_depayload_set_gst_timestamp):
      add queue delay to new segment as well (as opposed to just the first
      buffer). (bug #322347)
      3247ffbb
  6. Dec 16, 2005
  7. Dec 15, 2005
  8. Dec 14, 2005
    • Stefan Kost's avatar
      gst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add... · 7906b3c9
      Stefan Kost authored
      gst/audiotestsrc/gstaudiotestsrc.*: Adjust to some recent api changes and add wtays new cool seeking capabillities
      
      Original commit message from CVS:
      * gst/audiotestsrc/gstaudiotestsrc.c:
      (gst_audio_test_src_class_init), (gst_audio_test_src_init),
      (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
      (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
      (gst_audio_test_src_create):
      * gst/audiotestsrc/gstaudiotestsrc.h:
      Adjust to some recent api changes and add wtays new cool seeking
      capabillities
      7906b3c9
    • Tim-Philipp Müller's avatar
      ext/alsa/: Helper functions to add device probing via the GstPropertyProbe interface to a class. · 534e0c26
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * ext/alsa/Makefile.am:
      * ext/alsa/gstalsadeviceprobe.c:
      * ext/alsa/gstalsadeviceprobe.h:
      Helper functions to add device probing via the GstPropertyProbe
      interface to a class.
      * ext/alsa/gstalsamixer.h:
      Comment out GST_ALSA_MIXER, it returns a struct that's not
      used.
      * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
      Add some debug info.
      * ext/alsa/gstalsamixerelement.c:
      (gst_alsa_mixer_element_interface_supported),
      (gst_implements_interface_init),
      (gst_alsa_mixer_element_init_interfaces),
      (gst_alsa_mixer_element_class_init),
      (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
      (gst_alsa_mixer_element_set_property),
      (gst_alsa_mixer_element_get_property),
      (gst_alsa_mixer_element_change_state):
      * ext/alsa/gstalsamixerelement.h:
      Add 'device' and 'device-name' properties. Add GstPropertyProbe
      for device handling (gnome-volume-control will need that).
      534e0c26
  9. Dec 12, 2005
    • Christian Schaller's avatar
      updates to activate cdparanoia plugin · 68232a28
      Christian Schaller authored
      Original commit message from CVS:
      updates to activate cdparanoia plugin
      68232a28
    • Michael Smith's avatar
      ext/ogg/gstoggdemux.c: Use the correct function to free list of typefind factories. · 30620499
      Michael Smith authored
      Original commit message from CVS:
      * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
      Use the correct function to free list of typefind factories.
      30620499
    • Wim Taymans's avatar
      gst/videotestsrc/gstvideotestsrc.*: Implement seeking in videotestsrc. · eb9cd91b
      Wim Taymans authored
      Original commit message from CVS:
      * gst/videotestsrc/gstvideotestsrc.c:
      (gst_video_test_src_class_init), (gst_video_test_src_init),
      (gst_video_test_src_parse_caps), (gst_video_test_src_query),
      (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
      (gst_video_test_src_create):
      * gst/videotestsrc/gstvideotestsrc.h:
      Implement seeking in videotestsrc.
      Small cleanups.
      eb9cd91b
    • Wim Taymans's avatar
      ext/cdparanoia/: Partially ported cdparanoia now that basesrc can support a plugin like this.. · d02b57f7
      Wim Taymans authored
      Original commit message from CVS:
      * ext/cdparanoia/Makefile.am:
      * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
      (gst_paranoia_endian_get_type), (_do_init),
      (cdparanoia_class_init), (cdparanoia_init),
      (cdparanoia_set_property), (cdparanoia_get_property),
      (cdparanoia_do_seek), (cdparanoia_is_seekable),
      (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
      (cdparanoia_convert), (cdparanoia_get_query_types),
      (cdparanoia_query), (cdparanoia_set_index),
      (cdparanoia_uri_set_uri):
      * ext/cdparanoia/gstcdparanoia.h:
      Partially ported cdparanoia now that basesrc can support a
      plugin like this..
      d02b57f7
    • Wim Taymans's avatar
      tests/examples/seek/scrubby.c: Set higher priority for bus events so they... · c7588474
      Wim Taymans authored
      tests/examples/seek/scrubby.c: Set higher priority for bus events so they don't get reordered with gtk gui events.
      
      Original commit message from CVS:
      * tests/examples/seek/scrubby.c: (main):
      Set higher priority for bus events so they don't get reordered with
      gtk gui events.
      
      * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
      (flush_toggle_cb), (main):
      Added checkbox do disable flushing seeks.
      Disable scrubbing when doing non flushing seeks.
      c7588474
    • Tim-Philipp Müller's avatar
      gst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't... · 3b930ebf
      Tim-Philipp Müller authored
      gst/subparse/gstsubparse.c: Implement some sort of event handling that doesn't rely on g_return_if_fail; make sure we...
      
      Original commit message from CVS:
      * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
      (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
      (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
      (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
      Implement some sort of event handling that doesn't rely on
      g_return_if_fail; make sure we always push the last chunk of an
      .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
      state change function; remove some old cruft. Seeking is still
      rather unlikely to work though.
      * tools/.cvsignore:
      Ignore more.
      3b930ebf
  10. Dec 11, 2005
  11. Dec 09, 2005
  12. Dec 08, 2005
  13. Dec 07, 2005
    • Tim-Philipp Müller's avatar
      gst/playback/: Work around refcount problem with g_value_set_object() that... · d0cc0e90
      Tim-Philipp Müller authored
      gst/playback/: Work around refcount problem with g_value_set_object() that occur if the core has been compiled agains...
      
      Original commit message from CVS:
      * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
      * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
      Work around refcount problem with g_value_set_object() that occur
      if the core has been compiled against GLib-2.6 (g_value_set_object()
      will only g_object_ref() the element, but the caller will
      gst_object_unref() it and bad things will happen due to the way
      GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
      totem for people on FC4 using Thomas's 0.10 RPMs.
      d0cc0e90
    • Edward Hervey's avatar
      Time to welcome ogm to 0.10 :) · 5c6b0570
      Edward Hervey authored
      Original commit message from CVS:
      Time to welcome ogm to 0.10 :)
      * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
      (gst_ogg_pad_typefind):
      Oggdemux can now properly typefind elements with dynamic pads.
      * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
      Properly set caps on src pad, and set caps on outgoing buffers.
      5c6b0570
  14. Dec 06, 2005
  15. Dec 05, 2005
Loading