Skip to content
Snippets Groups Projects
  1. Jun 07, 2015
  2. Jun 05, 2015
  3. Jun 04, 2015
  4. Jun 02, 2015
  5. Jun 01, 2015
    • Tim-Philipp Müller's avatar
      rtpbuffer: optimise payload mapping for buffers with one memory · 6410aba1
      Tim-Philipp Müller authored
      Micro-optimisation: if the buffer consist of just one memory, we
      know we have already mapped that memory to read the headers, so
      no need to map it another time to get to the payload data, we
      can just set up the payload data details right there and then
      and avoid another map call in gst_rtp_buffer_get_payload().
      Adds up when receiving RTP-payloaded raw video which can easily
      be thousands of packets per frame.
      6410aba1
    • Tim-Philipp Müller's avatar
      rtpbasedepayload: provide chain_list function on sink pad · bc309a10
      Tim-Philipp Müller authored
      Implement a chain_list function, which avoids lots of locking
      compared to the default fallback implementation in GstPad.
      We may also want to do some more sophisticated timestamp
      tracking here at some point, but for now leave it up to the
      jitterbuffer and/or subclasses (in case buffers in the
      buffer list have no timestamp set on them, there may only
      be a timestamp for the whole list on the first buffer).
      This provides the exact same behaviour as the default
      fallback implementation.
      bc309a10
    • Thibault Saunier's avatar
      encodebin: Add a way to enable/disabled a GstEncodingProfile · dcfb8a83
      Thibault Saunier authored
      Summary:
      So that the user can easily use the same encoding profile to render
      with/without audio/video stream.
      
      API:
        gst_encoding_profile_is_disabled
        gst_encoding_pofile_set_enabled
      
      https://bugzilla.gnome.org/show_bug.cgi?id=749056
      dcfb8a83
  6. May 30, 2015
    • Luis de Bethencourt's avatar
      tools: gst-play: remove unnecessary variable · 22302db7
      Luis de Bethencourt authored
      The second assignment of sret is never used. We can remove the first assignment
      and use the value directly instead.
      22302db7
    • Sebastian Dröge's avatar
      id3v2frames: Fix compiler warnings · 8803ea2d
      Sebastian Dröge authored
      id3v2frames.c:951:20: error: unused variable 'utf16enc' [-Werror,-Wunused-const-variable]
      static const gchar utf16enc[] = "UTF-16";
                         ^
      id3v2frames.c:952:20: error: unused variable 'utf16leenc' [-Werror,-Wunused-const-variable]
      static const gchar utf16leenc[] = "UTF-16LE";
                         ^
      id3v2frames.c:953:20: error: unused variable 'utf16beenc' [-Werror,-Wunused-const-variable]
      static const gchar utf16beenc[] = "UTF-16BE";
                         ^
      8803ea2d
  7. May 29, 2015
  8. May 28, 2015
  9. May 26, 2015
  10. May 25, 2015
  11. May 24, 2015
  12. May 23, 2015
  13. May 21, 2015
  14. May 20, 2015
Loading