ext/theora/: Same changes as were done to vorbisenc, although theoraenc was timestamp...
authorAndy Wingo <wingo@pobox.com>
Mon, 30 Jan 2006 17:01:54 +0000 (17:01 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 30 Jan 2006 17:01:54 +0000 (17:01 +0000)
commit35f966cf13e9dac6d6e3ba2211f3683489a28ccc
tree6b9cda30b9b31e2e139f69cecba4cf58753eaca7
parenta169abc6794b9f12834030cc435a680db0fc9cb6
ext/theora/: Same changes as were done to vorbisenc, although theoraenc was timestamping correctly. Added handling of...

Original commit message from CVS:
2006-01-30  Andy Wingo  <wingo@pobox.com>

* ext/theora/gsttheoraenc.h:
* ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
although theoraenc was timestamping correctly. Added handling of
streams that start with nonzero timestamps.

* tests/check/Makefile.am:
* tests/check/pipelines/theoraenc.c: New file, basically does same
tests as vorbisenc.

* tests/check/pipelines/vorbisenc.c: I claim these bugs.
ChangeLog
ext/theora/gsttheoraenc.h
ext/theora/theoraenc.c
tests/check/Makefile.am
tests/check/pipelines/theoraenc.c [new file with mode: 0644]
tests/check/pipelines/vorbisenc.c