Age | Commit message (Collapse) | Author | Files | Lines |
|
plugin debug output for the first time, I'...
Original commit message from CVS:
Uhm, if I'll be fixing errors like this all over just because I'm enabling
plugin debug output for the first time, I'm in for a world of hurt over
the next few hours...
|
|
Original commit message from CVS:
quiet a warning from autoconf
|
|
Original commit message from CVS:
it's all about the versioning baby
|
|
Original commit message from CVS:
release version fix
|
|
Original commit message from CVS:
fixing aclocal
|
|
Original commit message from CVS:
syncing with as-version
|
|
Original commit message from CVS:
fix mad check, add defaut options properly
|
|
Original commit message from CVS:
Added $(AUDIOFILE_CFLAGS)
|
|
Original commit message from CVS:
fixing make distcheck
|
|
Original commit message from CVS:
fix a error I caused by not seeing the nested comments
|
|
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
|
|
Original commit message from CVS:
Added a tarkin encoder/decoder plugin.
I moved the tarking CVS code in here temporarily until they have a
library (hence this plugin is in ext)
test with:
./gst-launch filesrc location=/opt/data/shihad.mpg ! mpegdemux video_00! { queue ! mpeg2dec ! colorspace ! tarkinenc bitrate=3000 ! disksink location=out.ogg }
./gst-launch filesrc location=out.ogg ! tarkindec ! colorspace ! xvideosink
|