Skip to content
Snippets Groups Projects
  1. Apr 24, 2008
  2. Apr 22, 2008
  3. Apr 21, 2008
    • Sebastian Dröge's avatar
      tests/check/elements/rganalysis.c: Don't leak a tag list. Fixes bug #529285. · 3c162690
      Sebastian Dröge authored
      Original commit message from CVS:
      * tests/check/elements/rganalysis.c: (GST_START_TEST):
      Don't leak a tag list. Fixes bug #529285.
      3c162690
    • Sebastian Dröge's avatar
      tests/check/elements/ofa.c: Don't leak the tags string and tag list. Fixes bug #529283. · 73f8c763
      Sebastian Dröge authored
      Original commit message from CVS:
      * tests/check/elements/ofa.c: (bus_handler):
      Don't leak the tags string and tag list. Fixes bug #529283.
      73f8c763
    • Olivier Crete's avatar
      gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache. · 4be1b4a3
      Olivier Crete authored and Wim Taymans's avatar Wim Taymans committed
      Original commit message from CVS:
      Patch by: Olivier Crete <tester at tester dot ca>
      * gst/rtpmanager/gstrtpbin.c: (create_session), (get_pt_map),
      (new_ssrc_pad_found):
      Ref caps when inserting into the cache.
      Don't leak pads.
      * gst/rtpmanager/gstrtpjitterbuffer.c:
      (gst_rtp_jitter_buffer_get_clock_rate),
      (gst_rtp_jitter_buffer_query):
      Avoid a caps leak.
      Don't leak refcount in query.
      * gst/rtpmanager/gstrtpptdemux.c: (gst_rtp_pt_demux_get_caps),
      (gst_rtp_pt_demux_chain):
      Avoid caps leaks.
      * gst/rtpmanager/gstrtpsession.c: (source_get_sdes_structure),
      (gst_rtp_session_init), (return_true),
      (gst_rtp_session_clear_pt_map), (gst_rtp_session_cache_caps),
      (gst_rtp_session_clock_rate):
      Ref caps when inserting into the cache.
      Fix some more caps leaks. Fixes #528245.
      4be1b4a3
  4. Apr 18, 2008
  5. Apr 17, 2008
  6. Apr 16, 2008
    • Sebastian Dröge's avatar
      tests/check/Makefile.am: Don't inlcude dc1394src in the generic/states test as... · 720aaac7
      Sebastian Dröge authored
      tests/check/Makefile.am: Don't inlcude dc1394src in the generic/states test as it requires special hardware. Fixes bu...
      
      Original commit message from CVS:
      * tests/check/Makefile.am:
      Don't inlcude dc1394src in the generic/states test as it requires
      special hardware. Fixes bug #528011.
      720aaac7
    • Sebastian Dröge's avatar
      tests/check/elements/ofa.c: Only check if the generated fingerprints are valid... · 07ebb734
      Sebastian Dröge authored
      tests/check/elements/ofa.c: Only check if the generated fingerprints are valid Base64. The fingerprints are different...
      
      Original commit message from CVS:
      * tests/check/elements/ofa.c: (bus_handler), (GST_START_TEST):
      Only check if the generated fingerprints are valid Base64. The
      fingerprints are different when running on different architectures
      which is a) no problem because the fingerprints are tolerant enough
      and b) is caused by libofa. Fixes bug #528266.
      07ebb734
    • Sebastian Dröge's avatar
      ext/timidity/Makefile.am: Dist all source files, no matter if only timidity or... · 4f2884df
      Sebastian Dröge authored
      ext/timidity/Makefile.am: Dist all source files, no matter if only timidity or wildmidi or nothing is found by config...
      
      Original commit message from CVS:
      * ext/timidity/Makefile.am:
      Dist all source files, no matter if only timidity or wildmidi or
      nothing is found by configure. Fixes bug #528000.
      4f2884df
  7. Apr 14, 2008
  8. Apr 13, 2008
  9. Apr 12, 2008
    • Jan Schmidt's avatar
      Remove soup plugin that's moved to -good (#523124) · 92bb41c8
      Jan Schmidt authored
      Original commit message from CVS:
      * configure.ac:
      * docs/plugins/Makefile.am:
      * docs/plugins/gst-plugins-bad-plugins-docs.sgml:
      * docs/plugins/gst-plugins-bad-plugins-sections.txt:
      * docs/plugins/gst-plugins-bad-plugins.args:
      * docs/plugins/inspect/plugin-soup.xml:
      * ext/Makefile.am:
      * ext/soup/Makefile.am:
      * ext/soup/gstsouphttpsrc.c:
      * ext/soup/gstsouphttpsrc.h:
      * tests/check/Makefile.am:
      * tests/check/elements/souphttpsrc.c:
      * tests/check/test-cert.pem:
      * tests/check/test-key.pem:
      Remove soup plugin that's moved to -good (#523124)
      92bb41c8
  10. Apr 11, 2008
    • Tim-Philipp Müller's avatar
      gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more... · d5484250
      Tim-Philipp Müller authored
      gst/flv/gstflvparse.c: Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes crash caused by a strlen on a...
      
      Original commit message from CVS:
      * gst/flv/gstflvparse.c: (gst_flv_parse_metadata_item),
      (gst_flv_parse_tag_script):
      Handle NULL returns from FLV_GET_STRING() more gracefully. Fixes
      crash caused by a strlen on a NULL string (#527622).
      d5484250
    • Ole Andre Vadla Ravnaas's avatar
      sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing... · 53e5f028
      Ole Andre Vadla Ravnaas authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      sys/dshowsrcwrapper/gstdshowvideosrc.*: Don't increase latency by queuing buffers in an async queue when the streamin...
      
      Original commit message from CVS:
      Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
      * sys/dshowsrcwrapper/gstdshowvideosrc.c: (PROP_DEVICE_NAME),
      (gst_dshowvideosrc_class_init), (gst_dshowvideosrc_init),
      (gst_dshowvideosrc_dispose), (gst_dshowvideosrc_stop),
      (gst_dshowvideosrc_unlock), (gst_dshowvideosrc_unlock_stop),
      (gst_dshowvideosrc_create), (gst_dshowvideosrc_push_buffer):
      * sys/dshowsrcwrapper/gstdshowvideosrc.h:
      Don't increase latency by queuing buffers in an async queue when
      the streaming thread can't keep up or isn't scheduled often
      enough for some other reason, but just drop the previous buffer
      in that case. Also implement GstBaseSrc::unlock for faster
      unlocking when shutting down. (#520892).
      53e5f028
    • Tim-Philipp Müller's avatar
      tests/icles/metadata_editor.*: Remove GstXOverlay stuff and use gdkpixbufsink... · 950db408
      Tim-Philipp Müller authored
      tests/icles/metadata_editor.*: Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude drawing/scaling ...
      
      Original commit message from CVS:
      * tests/icles/metadata_editor.c: (ENC_UNKNOWN), (last_pixbuf),
      (draw_pixbuf), (change_tag_list), (update_draw_pixbuf),
      (ui_drawing_size_allocate_cb), (on_drawingMain_expose_event),
      (on_buttonSaveFile_clicked), (ui_create), (me_gst_bus_callback_view),
      (me_gst_setup_view_pipeline), (process_file):
      * tests/icles/metadata_editor.glade:
      Remove GstXOverlay stuff and use gdkpixbufsink plus some rather crude
      drawing/scaling logic to make this compile and work on all platforms.
      Fixes #518227.
      950db408
    • Tim-Philipp Müller's avatar
      configure.ac: Bump core/base requirements to released versions to avoid confusion. · a1023d43
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      Bump core/base requirements to released versions to avoid
      confusion.
      * gst/deinterlace/gstdeinterlace.c: (deinterlace_debug),
      (GST_CAT_DEFAULT), (gst_deinterlace_base_init),
      (gst_deinterlace_set_caps), (plugin_init):
      Add debug category, use _set_element_details_simple and
      remove special code path for Y42B to calculate offsets and
      strides; libgstvideo knows how to handle this format now.
      a1023d43
    • Tim-Philipp Müller's avatar
      gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't... · 2079938f
      Tim-Philipp Müller authored
      gst/cdxaparse/: Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do anything the 0.8 version didn't do ...
      
      Original commit message from CVS:
      * gst/cdxaparse/Makefile.am:
      * gst/cdxaparse/gstcdxaparse.c:
      * gst/cdxaparse/gstcdxastrip.c:
      * gst/cdxaparse/gstcdxastrip.h:
      * gst/cdxaparse/gstvcdparse.c:
      * gst/cdxaparse/gstvcdparse.h:
      Port VCD parser (formerly cdxastrip) from 0.8 to 0.10. Doesn't do
      anything the 0.8 version didn't do though.
      2079938f
    • Julien Moutte Moutte's avatar
      sys/oss4/: Fix arguments format in debug statements. · 5788aba9
      Julien Moutte Moutte authored
      Original commit message from CVS:
      2008-04-11  Julien Moutte  <julien@fluendo.com>
      
      * sys/oss4/oss4-mixer-enum.c:
      (gst_oss4_mixer_enum_get_values_locked):
      * sys/oss4/oss4-source.c: (gst_oss4_source_delay): Fix arguments
      format in debug statements.
      5788aba9
  11. Apr 10, 2008
    • Ole Andre Vadla Ravnaas's avatar
      Add wininetsrc for basic http/ftp support on windows (#520897). · 44611701
      Ole Andre Vadla Ravnaas authored and Tim-Philipp Müller's avatar Tim-Philipp Müller committed
      Original commit message from CVS:
      Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
      * configure.ac:
      * sys/Makefile.am:
      * sys/wininet/Makefile.am:
      * sys/wininet/gstwininetsrc.c:
      * sys/wininet/gstwininetsrc.h:
      Add wininetsrc for basic http/ftp support on windows (#520897).
      44611701
    • Tim-Philipp Müller's avatar
      gst/nsf/nsf.h: Change prototype of process function here too to avoid... · c1193130
      Tim-Philipp Müller authored
      gst/nsf/nsf.h: Change prototype of process function here too to avoid 'incompatible assignment' warnings.
      
      Original commit message from CVS:
      * gst/nsf/nsf.h:
      Change prototype of process function here too to avoid
      'incompatible assignment' warnings.
      c1193130
    • Sebastian Dröge's avatar
      tests/check/elements/souphttpsrc.c: Increase the timeout for the internet... · a6d35071
      Sebastian Dröge authored
      tests/check/elements/souphttpsrc.c: Increase the timeout for the internet tests to 250 seconds and check for NULL cap...
      
      Original commit message from CVS:
      * tests/check/elements/souphttpsrc.c: (got_buffer),
      (souphttpsrc_suite):
      Increase the timeout for the internet tests to 250 seconds
      and check for NULL caps instead of just crashing.
      The real fix would be to implement an shoutcast server for the unit test
      instead of relying on a working internet connection.
      Fixes bug #521749.
      a6d35071
  12. Apr 09, 2008
  13. Apr 06, 2008
  14. Apr 05, 2008
  15. Apr 04, 2008
  16. Apr 03, 2008
  17. Apr 02, 2008
    • Tim-Philipp Müller's avatar
      Add initial support for OSSv4. Mixer still needs a bit more love, but even magic has its limits. · a4246ff3
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      * sys/Makefile.am:
      * sys/oss4/Makefile.am:
      * sys/oss4/oss4-audio.c:
      * sys/oss4/oss4-audio.h:
      * sys/oss4/oss4-mixer-enum.c:
      * sys/oss4/oss4-mixer-enum.h:
      * sys/oss4/oss4-mixer-slider.c:
      * sys/oss4/oss4-mixer-slider.h:
      * sys/oss4/oss4-mixer-switch.c:
      * sys/oss4/oss4-mixer-switch.h:
      * sys/oss4/oss4-mixer.c:
      * sys/oss4/oss4-mixer.h:
      * sys/oss4/oss4-property-probe.c:
      * sys/oss4/oss4-property-probe.h:
      * sys/oss4/oss4-sink.c:
      * sys/oss4/oss4-sink.h:
      * sys/oss4/oss4-soundcard.h:
      * sys/oss4/oss4-source.c:
      * sys/oss4/oss4-source.h:
      Add initial support for OSSv4. Mixer still needs a bit more love,
      but even magic has its limits.
      a4246ff3
  18. Apr 01, 2008
    • Tim-Philipp Müller's avatar
      Rename new srtenc plugin to subenc. · 3e89814b
      Tim-Philipp Müller authored
      Original commit message from CVS:
      * configure.ac:
      * gst-plugins-bad.spec.in:
      * gst/srtenc/Makefile.am:
      * gst/srtenc/gstsrtenc.c:
      * gst/srtenc/gstsrtenc.h:
      * gst/subenc/Makefile.am:
      * gst/subenc/gstsrtenc.c: (plugin_init):
      Rename new srtenc plugin to subenc.
      3e89814b
    • Christian Schaller's avatar
      fix spec'a'lec · b205840b
      Christian Schaller authored
      Original commit message from CVS:
      fix spec'a'lec
      b205840b
Loading