Fixed a few plugins so that mpeg1 encoding sorta works.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 21 Apr 2001 17:45:56 +0000 (17:45 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 21 Apr 2001 17:45:56 +0000 (17:45 +0000)
commit57a5017c8b86d2ea594d5534143a7b3c5cef5ad3
treebc0665dfdc1ef10b4320a52ee614b242ec103405
parent31427072e3fa5da886abbfea03d6f2c6009248e8
Fixed a few plugins so that mpeg1 encoding sorta works.

Original commit message from CVS:
Fixed a few plugins so that mpeg1 encoding sorta works.
Added an mpeg1 encoder example, it uses the autoplugger to convert
the stream to audio/video, which is then fed to the encoders.
examples/autoplug/autoplug.c
gst/autoplug/gststaticautoplugrender.c
libs/putbits/gstputbits.c
test/Makefile.am
test/mp2tomp1.c
test/video2mp1.c [new file with mode: 0644]
tests/old/examples/autoplug/autoplug.c