A rather large update:
authorWim Taymans <wim.taymans@gmail.com>
Mon, 2 Apr 2001 14:21:08 +0000 (14:21 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 2 Apr 2001 14:21:08 +0000 (14:21 +0000)
commit2d20073eb32513fdf16aa845515e0dd25116853c
tree43e03f588212ac073ccb932d4dab57845f3d596a
parentea51729ef668781bb372e2233339f3c3c66c0f55
A rather large update:

Original commit message from CVS:
A rather large update:
- a new videosink using plain X windows (xvideosink). It uses capsnego to
set up it's formats.
- gstplay uses the new xvideosink and a gtk_socket. The initial window
size is set to 0x0 so you need to resize it before you see something.
- got rid of the video metadata include file in favour of properties and
caps negotiation
- adjusted most plugins to not use the metadata.
gst/gstcaps.c
gst/gstprops.c
gst/meta/Makefile.am
gst/meta/videoraw.h [deleted file]
gstplay/gstplay.c
libs/videoscale/gstvideoscale.c
test/Makefile.am
test/mpeg2parse2.c
test/videotest2.c