mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display ...
Original commit message from CVS: RTjpeg plugin with several elements. It's currently a skeleton, doing no work at all. Need to have a video display element, some kind of simulation source (read from .ppm, a la what I do at work to solve the exact same problem), raw video types, metadata structs, etc. The RTjpeg.[ch] code is taken from a just-downloaded copy from Justin's site, with some fixes (#include <asm/types.h> to get __u64,etc). Once the aforementioned infrastructure is in place, the elements can actually be set up to do the encode/decode, and we'll have our first functioning video codec in place. ;-)
This commit is contained in:
parent
0f55b5399b
commit
e4f151a2ce
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ plugins/visualization/smoothwave/Makefile
|
|||
plugins/dvdsrc/Makefile
|
||||
plugins/vcdsrc/Makefile
|
||||
plugins/cobin/Makefile
|
||||
plugins/rtjpeg/Makefile
|
||||
test/Makefile
|
||||
test/xml/Makefile
|
||||
test/bindings/Makefile
|
||||
|
|
Loading…
Reference in a new issue