From 57ce0321c8971f964008920003a3e8b19649df85 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sun, 3 Feb 2002 16:30:31 +0000 Subject: Added a tarkin encoder/decoder plugin. 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 --- common | 1 + 1 file changed, 1 insertion(+) create mode 160000 common (limited to 'common') diff --git a/common b/common new file mode 160000 index 00000000..e35bdb88 --- /dev/null +++ b/common @@ -0,0 +1 @@ +Subproject commit e35bdb888e14d9e5b5f19a7d15be8157ca019234 -- cgit v1.2.1