Commit graph

10 commits

Author SHA1 Message Date
Robert Swain 0de362f248 interlace: Fix buffer timestamp and duration
The field rate is twice the frame rate of the src pad and so the duration of
one output buffer is src_fps_d / (2 * src_fps_n).
2010-11-24 12:09:16 +01:00
Robert Swain 341b0c2d62 interlace: Rename pattern property to field-pattern
This is mostly for clarity of what the property means and, I believe, makes the
pattern-offset property more comprehensible.
2010-11-24 12:09:16 +01:00
Robert Swain bea13ef43b interlace: Add pattern offset property
This property allows one to start at any point within the field pattern after
a discontinuity (whenever gst_interlace_reset () is called). Thus with the
2:3:3:2 pattern, for example, one can start at offset 2 and achieve 3:2:2:3
or offset 1 and achieve 3:3:2:2.
2010-11-24 12:09:16 +01:00
David Schleef 8dfcc11bcb interlace: Add allow-rff property. Fix timestamping 2010-09-18 15:05:26 -07:00
David Schleef fd3d269b8d interlace: merge telecine into normal operation 2010-09-18 14:58:04 -07:00
Robert Swain 351562936c interlace: Add telecine support 2010-09-18 14:58:04 -07:00
Robert Swain 141f728169 interlace: Fix element details 2010-09-07 13:32:26 +02:00
David Schleef aa3fa6a542 interlace: Add documentation 2010-09-06 03:25:15 -07:00
David Schleef 5db2beeb49 interlace: Add more formats 2010-09-05 22:50:06 -07:00
David Schleef 7ce0ca6c89 interlace: new element 2010-09-04 11:22:26 -07:00