Skip to content
Snippets Groups Projects
  1. Feb 09, 2006
  2. Feb 08, 2006
  3. Feb 07, 2006
  4. Feb 06, 2006
    • Wim Taymans's avatar
      gst/udp/gstmultiudpsink.*: Updated docs. · 21dbd4eb
      Wim Taymans authored
      Original commit message from CVS:
      * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
      (gst_multiudpsink_render), (gst_multiudpsink_get_property),
      (gst_multiudpsink_init_send), (gst_multiudpsink_add),
      (gst_multiudpsink_remove), (gst_multiudpsink_clear),
      (gst_multiudpsink_get_stats), (gst_multiudpsink_change_state):
      * gst/udp/gstmultiudpsink.h:
      Updated docs.
      Added properties bytes-served, bytes_to_serve.
      Post proper error messages,
      Emit client added signal too.
      21dbd4eb
    • Wim Taymans's avatar
      gst/qtdemux/qtdemux.*: Some QT demux loving. · 2651b40a
      Wim Taymans authored
      Original commit message from CVS:
      * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_src_query),
      (gst_qtdemux_handle_src_event), (gst_qtdemux_loop_header),
      (qtdemux_inflate), (qtdemux_parse), (qtdemux_parse_trak),
      (qtdemux_parse_udta), (qtdemux_tag_add_str), (qtdemux_tag_add_num),
      (qtdemux_tag_add_gnre), (gst_qtdemux_handle_esds),
      (qtdemux_video_caps), (qtdemux_audio_caps):
      * gst/qtdemux/qtdemux.h:
      Some QT demux loving.
      Handle seeking in a less broken way.
      Fix AMR caps to match the AMR decoder.
      Set first timestamp on AMR samples to 0 for now.
      Remove some \n in DEBUG strings.
      Use _scale_int for maximum precision.
      2651b40a
    • Thomas Vander Stichele's avatar
      adding docs for multiudpsink · 5118effe
      Thomas Vander Stichele authored
      Original commit message from CVS:
      adding docs for multiudpsink
      5118effe
    • Thomas Vander Stichele's avatar
      gst/level/gstlevel.c: peak below decay is not necessarily an error, so don't ERROR log · 1dffb837
      Thomas Vander Stichele authored
      Original commit message from CVS:
      
      * gst/level/gstlevel.c: (gst_level_transform_ip):
      peak below decay is not necessarily an error, so don't ERROR log
      1dffb837
    • Thomas Vander Stichele's avatar
      cvs versions · 5cfa2c1a
      Thomas Vander Stichele authored
      Original commit message from CVS:
      cvs versions
      5cfa2c1a
    • Tim-Philipp Müller's avatar
      gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES... · dce4937f
      Tim-Philipp Müller authored
      gst/matroska/ebml-write.*: Make sure we send a newsegment event in BYTES format before sending buffers (#328531).
      
      Original commit message from CVS:
      * gst/matroska/ebml-write.c: (gst_ebml_write_reset),
      (gst_ebml_write_flush_cache), (gst_ebml_write_element_push),
      (gst_ebml_write_seek):
      * gst/matroska/ebml-write.h:
      Make sure we send a newsegment event in BYTES format
      before sending buffers (#328531).
      dce4937f
    • Tim-Philipp Müller's avatar
      Pass unhandled queries upstream instead of just dropping them (#326446).... · 3a27956d
      Tim-Philipp Müller authored
      Pass unhandled queries upstream instead of just dropping them (#326446). Update query type arrays here and there.
      
      Original commit message from CVS:
      * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query),
      (gst_dvdemux_sink_query):
      * ext/flac/gstflacdec.c: (gst_flac_dec_src_query):
      * ext/speex/gstspeexdec.c: (speex_get_query_types),
      (speex_dec_src_query):
      * ext/speex/gstspeexenc.c: (gst_speexenc_src_query),
      (gst_speexenc_sink_query):
      * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
      * gst/matroska/matroska-demux.c:
      (gst_matroska_demux_get_src_query_types),
      (gst_matroska_demux_handle_src_query):
      * gst/wavparse/gstwavparse.c: (gst_wavparse_get_query_types),
      (gst_wavparse_pad_query):
      Pass unhandled queries upstream instead of just dropping
      them (#326446). Update query type arrays here and there.
      3a27956d
    • Tim-Philipp Müller's avatar
      tests/check/elements/matroskamux.c: Collectpads in core got changed and now... · 323331a0
      Tim-Philipp Müller authored
      tests/check/elements/matroskamux.c: Collectpads in core got changed and now also holds a reference to any pad that is...
      
      Original commit message from CVS:
      * tests/check/elements/matroskamux.c: (setup_src_pad):
      Collectpads in core got changed and now also holds a
      reference to any pad that is part of it. Fix refcount
      checks in test case accordingly.
      323331a0
    • Tim-Philipp Müller's avatar
      gst/apetag/gstapedemux.h: Fix include, for now GstTagDemux is in the apetag dir. · 6f224b25
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * gst/apetag/gstapedemux.h:
      Fix include, for now GstTagDemux is in the apetag dir.
      6f224b25
    • Tim-Philipp Müller's avatar
      docs/plugins/: Add cdio plugin to docs. · 7142afe6
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-good-plugins-docs.sgml:
      * docs/plugins/gst-plugins-good-plugins-sections.txt:
      * docs/plugins/inspect/plugin-cdio.xml:
      Add cdio plugin to docs.
      * ext/cdio/gstcdiocddasrc.c:
      Add gtk-doc blurb.
      * ext/cdio/gstcdio.c:
      The plugin is called 'cdio' not 'cddio'.
      7142afe6
    • Tim-Philipp Müller's avatar
      Add APE tag demuxer (#325649). · 5bc69ce9
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-good-plugins-docs.sgml:
      * docs/plugins/gst-plugins-good-plugins-sections.txt:
      * docs/plugins/gst-plugins-good-plugins.hierarchy:
      * docs/plugins/inspect/plugin-apetag.xml:
      * gst/apetag/Makefile.am:
      * gst/apetag/gstapedemux.c:
      * gst/apetag/gstapedemux.h:
      * gst/apetag/gsttagdemux.c:
      * gst/apetag/gsttagdemux.h:
      Add APE tag demuxer (#325649).
      5bc69ce9
  5. Feb 05, 2006
    • Jan Schmidt's avatar
      ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates that... · 059527ab
      Jan Schmidt authored
      ext/gconf/: Ignore changing the GConf key to "". Ignore GConf key updates that don't actually change the string.
      
      Original commit message from CVS:
      * ext/gconf/gconf.c: (gst_gconf_get_default_audio_sink),
      (gst_gconf_get_default_video_sink),
      (gst_gconf_get_default_audio_src),
      (gst_gconf_get_default_video_src):
      * ext/gconf/gconf.h:
      * ext/gconf/gstgconfaudiosink.c: (gst_gconf_audio_sink_reset),
      (gst_gconf_audio_sink_init), (gst_gconf_audio_sink_dispose),
      (do_toggle_element):
      * ext/gconf/gstgconfaudiosink.h:
      * ext/gconf/gstgconfaudiosrc.c: (gst_gconf_audio_src_reset),
      (gst_gconf_audio_src_init), (gst_gconf_audio_src_dispose),
      (do_toggle_element):
      * ext/gconf/gstgconfaudiosrc.h:
      * ext/gconf/gstgconfvideosink.c: (gst_gconf_video_sink_reset),
      (gst_gconf_video_sink_init), (gst_gconf_video_sink_dispose),
      (do_toggle_element):
      * ext/gconf/gstgconfvideosink.h:
      * ext/gconf/gstgconfvideosrc.c: (gst_gconf_video_src_reset),
      (gst_gconf_video_src_init), (gst_gconf_video_src_dispose),
      (do_toggle_element):
      * ext/gconf/gstgconfvideosrc.h:
      Ignore changing the GConf key to "". Ignore GConf key updates
      that don't actually change the string.
      For now, ignore the GConf key when the state is > READY, as
      it breaks streaming. Sometime it will be nice to bring the
      new sink online even mid-stream, by sending NEWSEGMENT info
      and possibly prerolling.
      (Fixes #326736)
      059527ab
    • Jan Schmidt's avatar
      gst/goom/: Make goom reentrant by moving all important static variables into instance structures. · 07c1dcea
      Jan Schmidt authored
      Original commit message from CVS:
      * gst/goom/filters.c: (zoomFilterNew), (calculatePXandPY),
      (setPixelRGB), (setPixelRGB_), (getPixelRGB), (getPixelRGB_),
      (zoomFilterSetResolution), (zoomFilterDestroy),
      (zoomFilterFastRGB), (pointFilter):
      * gst/goom/filters.h:
      * gst/goom/goom_core.c: (goom_init), (goom_set_resolution),
      (goom_update), (goom_close):
      * gst/goom/goom_core.h:
      * gst/goom/goom_tools.h:
      * gst/goom/graphic.c:
      * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
      (gst_goom_dispose), (gst_goom_src_setcaps), (gst_goom_chain):
      * gst/goom/gstgoom.h:
      * gst/goom/lines.c: (goom_lines):
      * gst/goom/lines.h:
      Make goom reentrant by moving all important static variables
      into instance structures.
      (Fixes #329181)
      07c1dcea
  6. Feb 04, 2006
  7. Feb 03, 2006
  8. Feb 02, 2006
  9. Feb 01, 2006
    • Tim-Philipp Müller's avatar
      gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are... · 638225ae
      Tim-Philipp Müller authored
      gst/auparse/gstauparse.c: Don't push buffers into the adapter that we are going to push downstream again without fram...
      
      Original commit message from CVS:
      * gst/auparse/gstauparse.c: (gst_au_parse_chain):
      Don't push buffers into the adapter that we are going to
      push downstream again without framing anyway. Also, the
      adaptor takes ownership of buffers put into it (fixes
      auparse pushing invalid buffers for .au files with
      ADPCM contents). Finally, set caps on all outgoing buffers.
      638225ae
  10. Jan 30, 2006
    • Jan Schmidt's avatar
      gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of the file. · 1e661e8f
      Jan Schmidt authored
      Original commit message from CVS:
      
      * gst/id3demux/gstid3demux.c: (gst_id3demux_chain),
      (gst_id3demux_read_id3v1), (gst_id3demux_sink_activate),
      (gst_id3demux_send_tag_event):
      * gst/id3demux/id3tags.c: (id3demux_read_id3v1_tag):
      Someone should kick my butt. Remove ID3v1 tags from the end of the
      file.
      
      Improve error messages. Send the TAG message as soon as we complete
      typefinding, instead of waiting until we send the first buffer.
      Downstream tag event is still sent before the first buffer.
      1e661e8f
  11. Jan 29, 2006
    • Tim-Philipp Müller's avatar
      ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix... · d258c36a
      Tim-Philipp Müller authored
      ext/wavpack/gstwavpackdec.c: Add debug category, use boilerplate macros, fix handling of widths of 32 bits.
      
      Original commit message from CVS:
      * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_setcaps),
      (gst_wavpack_dec_base_init), (gst_wavpack_dec_dispose),
      (gst_wavpack_dec_class_init), (gst_wavpack_dec_sink_event),
      (gst_wavpack_dec_init), (gst_wavpack_dec_format_samples),
      (gst_wavpack_dec_chain), (gst_wavpack_dec_plugin_init):
      Add debug category, use boilerplate macros, fix handling
      of widths of 32 bits.
      * ext/wavpack/gstwavpackparse.c: (gst_wavpack_parse_base_init),
      (gst_wavpack_parse_dispose), (gst_wavpack_parse_class_init),
      (gst_wavpack_parse_index_get_last_entry),
      (gst_wavpack_parse_index_get_entry_from_sample),
      (gst_wavpack_parse_index_append_entry), (gst_wavpack_parse_reset),
      (gst_wavpack_parse_src_query),
      (gst_wavpack_parse_scan_to_find_sample),
      (gst_wavpack_parse_send_newsegment),
      (gst_wavpack_parse_handle_seek_event),
      (gst_wavpack_parse_src_event), (gst_wavpack_parse_init),
      (gst_wavpack_parse_get_upstream_length),
      (gst_wavpack_parse_pull_buffer),
      (gst_wavpack_parse_create_src_pad), (gst_wavpack_parse_loop),
      (gst_wavpack_parse_change_state),
      (gst_wavepack_parse_sink_activate),
      (gst_wavepack_parse_sink_activate_pull),
      (gst_wavpack_parse_plugin_init):
      * ext/wavpack/gstwavpackparse.h:
      Rewrite a bit, mostly to fix flow logic and to make seeking work.
      Fix buffer/event refcounting. Add some debug statements. Add
      width of 32 to source pad template caps. Use boilerplate macros.
      d258c36a
  12. Jan 27, 2006
    • Andy Wingo Wingo's avatar
      ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new to... · f45b92e3
      Andy Wingo Wingo authored
      ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new to not have warings flooding stderr. this...
      
      Original commit message from CVS:
      2006-01-27  Jan Gerber  <j@bootlab.org>
      
      Reviewed by: Andy Wingo <wingo@pobox.com>
      
      * ext/dv/gstdvdec.c (gst_dvdec_change_state):
      * ext/dv/gstdvdemux.c (gst_dvdemux_change_state):
      Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new
      to not have warings flooding stderr. this is the suggested way
      also used in dvgrab and kino. (#328336)
      f45b92e3
    • Jan Schmidt's avatar
      sys/oss/gstosssink.c: Free the device name string when finalised. · 6b789d2d
      Jan Schmidt authored
      Original commit message from CVS:
      * sys/oss/gstosssink.c: (gst_oss_sink_class_init),
      (gst_oss_sink_init), (gst_oss_sink_finalise):
      Free the device name string when finalised.
      6b789d2d
  13. Jan 26, 2006
  14. Jan 25, 2006
Loading