Skip to content
Snippets Groups Projects
  1. Apr 11, 2011
  2. Apr 10, 2011
  3. Apr 08, 2011
    • Kipp Cannon's avatar
      add segment-list property · b53ff4ed
      Kipp Cannon authored
      This gives the framesrc the ability to produce a continuous stream of data
      from disjoint segments.  The framesrc is provided with a single frame cache
      as usual, and a seek is performed to the desired start time of the stream
      as usual.  If a segment list is provided, only data from the intervals in
      the segment list will be read from disk and pushed downstream.  The
      intervals outside the segment list will be pushed down stream as gaps.  If
      no segment list is provided, all data is read from disk and pushed down
      stream.
      
      When using the segment list feature, the gap/non-gap transitions might
      result in short buffers being produced, that is buffers smaller than block
      size will be produced in order to align their boundaries with the segment
      boundaries.  No buffers larger than blocksize will be produced.
      b53ff4ed
    • Kipp Cannon's avatar
    • Kipp Cannon's avatar
      fix redefinition of GST_IS_ADAPTER_CLASS · b507619b
      Kipp Cannon authored
      b507619b
  4. Apr 07, 2011
  5. Apr 06, 2011
  6. Apr 05, 2011
  7. Apr 04, 2011
  8. Apr 01, 2011
  9. Mar 31, 2011
  10. Mar 30, 2011
Loading