Skip to content
Snippets Groups Projects
  1. Mar 16, 2014
  2. Mar 15, 2014
  3. Mar 14, 2014
    • Thibault Saunier's avatar
      pipeline: Always set the encoding profile presence to 1 · 0a903cdd
      Thibault Saunier authored
      We currenty do not support multiple tracks with same type in GESPipeline
      and we actually need to set the presence field to avoid a scenario where
      we have only video in a video track, and no audio in the audio track. So
      audiotestsrc is used and we end up encoding the whole audio stream but
      no decoded video frame as reached the decodebin src pad, so the pad
      has not been created and thus it will not be linked to the encodebin.
      On the audio part, the EOS will be emitted so fast that the resulting stream will
      not have any video in it as the muxer will not even have a video pad created.
      
      Setting the presence will ensure that the muxer does have a video pad
      (because of how encodebin behaves) and thus will create a pad for it
      and wait for its EOS.
      0a903cdd
    • Thibault Saunier's avatar
      title-source: Rename ges_title_clip_set_backrgound_colour as appropriate · bffc8a1d
      Thibault Saunier authored
      The method was badly called _clip_ instead of _source_ we have not release the API
      so we still can change it.
      bffc8a1d
  4. Mar 08, 2014
  5. Mar 07, 2014
  6. Feb 28, 2014
  7. Feb 27, 2014
  8. Feb 26, 2014
  9. Feb 18, 2014
  10. Feb 17, 2014
  11. Feb 16, 2014
  12. Feb 09, 2014
  13. Feb 08, 2014
  14. Feb 04, 2014
  15. Jan 30, 2014
  16. Jan 10, 2014
  17. Dec 27, 2013
  18. Dec 22, 2013
  19. Nov 28, 2013
  20. Nov 25, 2013
  21. Nov 22, 2013
Loading