Skip to content
Snippets Groups Projects
  1. May 21, 2008
  2. May 19, 2008
  3. May 13, 2008
    • Edward Hervey's avatar
      gst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in... · 826629a9
      Edward Hervey authored
      gst/realmedia/rmdemux.c: Properly aggregate GstFlowReturn from downstream in order to properly stop, and doing that a...
      
      Original commit message from CVS:
      * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_video_packet):
      Properly aggregate GstFlowReturn from downstream in order to properly
      stop, and doing that as early as possible.
      Fixes #532807
      826629a9
  4. May 10, 2008
  5. May 07, 2008
  6. May 06, 2008
  7. May 05, 2008
    • Sebastian Dröge's avatar
      gst/mpegaudioparse/gstmpegaudioparse.c: Send a new duration message if the... · 744d36d3
      Sebastian Dröge authored
      gst/mpegaudioparse/gstmpegaudioparse.c: Send a new duration message if the average bitrate changed and we don't know ...
      
      Original commit message from CVS:
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      (gst_mp3parse_emit_frame):
      Send a new duration message if the average bitrate changed and
      we don't know the duration from the Xing or VBRI header.
      Fixes bug #321857.
      744d36d3
  8. Apr 30, 2008
    • Wim Taymans's avatar
      gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we... · dc920d92
      Wim Taymans authored
      gst/realmedia/rtspreal.*: Move assembly rule parsing to the place where we parse the SDP as it's also there that we c...
      
      Original commit message from CVS:
      * gst/realmedia/rtspreal.c: (rtsp_ext_real_before_send),
      (rtsp_ext_real_parse_sdp), (rtsp_ext_real_stream_select):
      * gst/realmedia/rtspreal.h:
      Move assembly rule parsing to the place where we parse the SDP as it's
      also there that we create the MDPR and we need the currently selected
      asmrule in order to select the right MTLI.
      Fixes #529359.
      dc920d92
  9. Apr 29, 2008
  10. Apr 25, 2008
    • Sebastian Dröge's avatar
      ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as... · 0ad0632f
      Sebastian Dröge authored
      ext/sidplay/gstsiddec.cc: Cast NULL sentinels to void * as NULL is defined as an integer constant in most environment...
      
      Original commit message from CVS:
      * ext/sidplay/gstsiddec.cc:
      Cast NULL sentinels to void * as NULL is defined as an integer
      constant in most environments when using C++ and it's size might
      be different from a pointer. Fixes #529488.
      0ad0632f
  11. Apr 22, 2008
  12. Apr 17, 2008
  13. Apr 11, 2008
  14. Apr 06, 2008
  15. Apr 04, 2008
  16. Apr 03, 2008
    • Sebastian Dröge's avatar
      gst/mpegaudioparse/: Use GSlice for allocating the seek table entries if we compile with · e6107e7b
      Sebastian Dröge authored
      Original commit message from CVS:
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      (mpeg_audio_seek_entry_new), (mpeg_audio_seek_entry_free),
      (gst_mp3parse_reset), (gst_mp3parse_emit_frame):
      * gst/mpegaudioparse/gstxingmux.c: (gst_xing_seek_entry_new),
      (gst_xing_seek_entry_free), (gst_xing_mux_finalize), (xing_reset),
      (gst_xing_mux_chain):
      Use GSlice for allocating the seek table entries if we compile with
      GLib 2.10 or newer.
      e6107e7b
  17. Apr 01, 2008
  18. Mar 21, 2008
  19. Mar 19, 2008
  20. Mar 12, 2008
    • Sebastian Dröge's avatar
      gst/mpegaudioparse/gstmpegaudioparse.c: Don't take the stream lock when... · 62204cad
      Sebastian Dröge authored
      gst/mpegaudioparse/gstmpegaudioparse.c: Don't take the stream lock when caching events. This is not necessary and res...
      
      Original commit message from CVS:
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      (gst_mp3parse_sink_event):
      Don't take the stream lock when caching events. This is not necessary
      and results in a deadlock when seeking with rhythmbox (but not with
      totem or banshee for some reason).
      62204cad
  21. Mar 10, 2008
  22. Mar 04, 2008
    • Simone Gotti's avatar
      ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav,... · b1fe4672
      Simone Gotti authored
      ext/dvdnav/dvdnavsrc.*: Apply patch that adds some seeking support to dvdnav, and fixes it in various other ways. Thi...
      
      Original commit message from CVS:
      * ext/dvdnav/dvdnavsrc.c:
      * ext/dvdnav/dvdnavsrc.h:
      Apply patch that adds some seeking support to dvdnav, and fixes it
      in various other ways. This doesn't make dvdnavsrc fully functional,
      but moves it forward.
      Fixes: #476149
      Patch By: Simone Gotti <simone.gotti@email.it>
      * ext/dvdnav/gst-dvd:
      Update the simple dvdnavsrc gst-launch example to work for 0.10
      b1fe4672
  23. Mar 03, 2008
  24. Feb 27, 2008
    • Sebastian Dröge's avatar
      Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead of dropping and leaking them. · 71f6199a
      Sebastian Dröge authored
      Original commit message from CVS:
      * ext/mad/gstmad.c: (gst_mad_sink_event):
      * gst/mpegaudioparse/gstmpegaudioparse.c:
      (gst_mp3parse_sink_event):
      Push EOS, FLUSH_STOP and NEWSEGMENT immediately instead
      of dropping and leaking them.
      71f6199a
    • Sebastian Dröge's avatar
      Cache all events except EOS if we still have to send a NEWSEGMENT event. This... · b6529e9d
      Sebastian Dröge authored
      Cache all events except EOS if we still have to send a NEWSEGMENT event. This will let TAG events be forwarded until ...
      
      Original commit message from CVS:
      * ext/mad/gstmad.c: (gst_mad_dispose), (gst_mad_sink_event),
      (gst_mad_chain):
      * ext/mad/gstmad.h:
      * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_dispose),
      (gst_mp3parse_sink_event), (gst_mp3parse_emit_frame):
      * gst/mpegaudioparse/gstmpegaudioparse.h:
      Cache all events except EOS if we still have to send a NEWSEGMENT
      event. This will let TAG events be forwarded until after decodebin
      to an encoder for example as decodebin only links the pads
      after NEWSEGMENT. Fixes bug #518933.
      b6529e9d
    • Sebastian Dröge's avatar
      gst/mpegaudioparse/gstxingmux.c: Write Xing header at the correct position in... · 98577768
      Sebastian Dröge authored
      gst/mpegaudioparse/gstxingmux.c: Write Xing header at the correct position in the MP3 frame for stereo files. Fixes b...
      
      Original commit message from CVS:
      * gst/mpegaudioparse/gstxingmux.c: (get_xing_offset):
      Write Xing header at the correct position in the MP3 frame for
      stereo files. Fixes bug #518676.
      98577768
  25. Feb 23, 2008
  26. Feb 22, 2008
Loading