Ronald S. Bultje
95281dfe33
This updates all plugins to the new API for gst_pad_try_set_caps
...
Original commit message from CVS:
This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-10 09:31:40 +00:00
Thomas Vander Stichele
2ddfd11493
removing warnings as approved by wim
...
Original commit message from CVS:
removing warnings as approved by wim
2002-09-09 23:27:38 +00:00
Thomas Vander Stichele
a734880ad3
removing warnings (approved by wtay)
...
Original commit message from CVS:
removing warnings (approved by wtay)
2002-09-09 23:24:27 +00:00
Whitespace Fixer
046a6ffb8a
colorspace ! xvideosink is better
...
Original commit message from CVS:
colorspace ! xvideosink is better
2002-09-09 20:20:24 +00:00
Ronald S. Bultje
4d78305dc7
Patch as given in http://bugzilla.gnome.org/show_bug.cgi?id=92262 , thanks to goraxe@ntlworld.com
...
Original commit message from CVS:
Patch as given in http://bugzilla.gnome.org/show_bug.cgi?id=92262 , thanks to goraxe@ntlworld.com
2002-09-09 20:14:15 +00:00
Christian Schaller
d887f1cd9c
added v4l2 plugins
...
Original commit message from CVS:
added v4l2 plugins
2002-09-09 16:53:13 +00:00
Thomas Vander Stichele
76866a1a71
various code cleanups use gst/audio/audio.h more allow setting fixed set of audio format specs so that adder can work...
...
Original commit message from CVS:
various code cleanups
use gst/audio/audio.h more
allow setting fixed set of audio format specs so that adder can work as a
NULL src
adder ! fakesink works, but adder ! osssink not yet, due to some caps nego
that is failing.
Help is appreciated there.
2002-09-09 09:26:23 +00:00
Thomas Vander Stichele
4d5888a1f5
some simple fixes and additions
...
Original commit message from CVS:
some simple fixes and additions
2002-09-09 08:39:58 +00:00
Ronald S. Bultje
99bbbb2238
This adds v4l2 stuff to the build system
...
Original commit message from CVS:
This adds v4l2 stuff to the build system
2002-09-09 07:15:56 +00:00
Ronald S. Bultje
9c1e52ad11
This patch: 1) would provide v4l2 plugins, if only the CVS server wouldn't bork on all commits :-(. This patch will c...
...
Original commit message from CVS:
This patch:
1) would provide v4l2 plugins, if only the CVS server wouldn't bork on all commits :-(. This patch will come later on in a separate commit when SF fixes her repository.
2) it fixes capsnego for all the video4linux1 plugins
3) it rewrites the debugging of all v4l1 plugins, which now make use of the standard gstreamer debugging features (gst-mask=...). This should make debugging video4linux1/gstreamer problems much easier then it used to be.
VS: ----------------------------------------------------------------------
2002-09-09 07:12:29 +00:00
David I. Lehn
d5f82d02f9
Fixup dvdnav plugin.
...
Original commit message from CVS:
Fixup dvdnav plugin.
Merge .h into .c.
Event handling patch and fixups from Cameron Hutchison <camh@xdna.net>.
2002-09-08 04:21:36 +00:00
Wim Taymans
0f56077797
Make a copy of device string as we're going to free it
...
Original commit message from CVS:
Make a copy of device string as we're going to free it
2002-09-01 13:57:57 +00:00
Christian Schaller
839878c50d
small fixage to get latest gconf stuff etc.
...
Original commit message from CVS:
small fixage to get latest gconf stuff etc.
2002-08-27 17:32:31 +00:00
Christian Schaller
0af703e3ae
fix spec.in as DV has become LIBDV
...
Original commit message from CVS:
fix spec.in as DV has become LIBDV
2002-08-27 13:16:49 +00:00
Thomas Vander Stichele
a8d6edad67
this should've gone in a long time ago
...
Original commit message from CVS:
this should've gone in a long time ago
2002-08-27 09:54:08 +00:00
Thomas Vander Stichele
f58af3c230
patch from mromaine
...
Original commit message from CVS:
patch from mromaine
2002-08-26 15:49:34 +00:00
David Schleef
abb0571a19
Add .swf file type, even though swfdec isn't in gst-plugins yet
...
Original commit message from CVS:
Add .swf file type, even though swfdec isn't in gst-plugins yet
2002-08-25 05:29:23 +00:00
Thomas Vander Stichele
b9139a0bb1
fixes http://bugzilla.gnome.org/show_bug.cgi?id=90839
...
Original commit message from CVS:
fixes
http://bugzilla.gnome.org/show_bug.cgi?id=90839
2002-08-17 17:57:38 +00:00
Christian Schaller
cc0a04861b
Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.
...
Original commit message from CVS:
Fixes and addition to license overview file. Contacted libsidplay and aalib authors about a possible LGPL relicense.
2002-08-14 21:20:47 +00:00
Thomas Vander Stichele
babd1460df
ok, i should stop playing around with this now ;)
...
Original commit message from CVS:
ok, i should stop playing around with this now ;)
2002-08-13 12:29:00 +00:00
Thomas Vander Stichele
2ce9f8cb89
also adding a libstdc++ check explicitly
...
Original commit message from CVS:
also adding a libstdc++ check explicitly
2002-08-13 11:56:57 +00:00
Thomas Vander Stichele
0c3cec9c8a
need c++
...
Original commit message from CVS:
need c++
2002-08-13 11:25:16 +00:00
Thomas Vander Stichele
5529f27e18
closes http://bugzilla.gnome.org/show_bug.cgi?id=87453 please test this and let me know if it works or not !
...
Original commit message from CVS:
closes
http://bugzilla.gnome.org/show_bug.cgi?id=87453
please test this and let me know if it works or not !
2002-08-13 10:39:26 +00:00
Thomas Vander Stichele
096eca22a2
shiny new avifile test macro let's give it a ride
...
Original commit message from CVS:
shiny new avifile test macro
let's give it a ride
2002-08-13 10:25:36 +00:00
Steve Baker
e40b24493b
use gstcontrol as a lib, not a plugin
...
Original commit message from CVS:
use gstcontrol as a lib, not a plugin
2002-08-11 12:20:43 +00:00
Steve Baker
3acd03c923
add #include <stdlib.h> where needed
...
Original commit message from CVS:
add #include <stdlib.h> where needed
2002-08-11 11:45:07 +00:00
David I. Lehn
8aa24ef807
vorbis check fix (applied upstream) remove unused glade m4
...
Original commit message from CVS:
vorbis check fix (applied upstream)
remove unused glade m4
2002-08-10 02:43:26 +00:00
David I. Lehn
b67d76a7f0
libdv build fixes
...
Original commit message from CVS:
libdv build fixes
2002-08-09 21:14:55 +00:00
David I. Lehn
931bb82e3a
add common and m4 to dist
...
Original commit message from CVS:
add common and m4 to dist
2002-08-09 20:56:56 +00:00
David I. Lehn
0ca29946dd
update to 0.4.0-4 debian packages
...
Original commit message from CVS:
update to 0.4.0-4 debian packages
2002-08-09 16:31:55 +00:00
Thomas Vander Stichele
9c124ef568
split gst plugins between c and c++ ones
...
Original commit message from CVS:
split gst plugins between c and c++ ones
2002-08-07 00:22:04 +00:00
Thomas Vander Stichele
6e8bd7473c
oops, longtime pending fix
...
Original commit message from CVS:
oops, longtime pending fix
2002-08-06 23:55:08 +00:00
Wim Taymans
9c816d1d3a
Big endian fix.
...
Original commit message from CVS:
Big endian fix.
2002-07-31 21:25:38 +00:00
David Schleef
2af7be18a3
Use bufferpool, if available
...
Original commit message from CVS:
Use bufferpool, if available
2002-07-30 07:38:01 +00:00
David Schleef
eea061c98b
Will now negotiate I420, YV12, and RGB
...
Original commit message from CVS:
Will now negotiate I420, YV12, and RGB
2002-07-30 07:17:37 +00:00
David Schleef
463055e531
Add timestamping
...
Original commit message from CVS:
Add timestamping
2002-07-30 01:25:26 +00:00
Wim Taymans
85f54048d2
Added query/eventmask/format functions properly unref events
...
Original commit message from CVS:
Added query/eventmask/format functions
properly unref events
2002-07-29 19:23:20 +00:00
Charles Schmidt
096445806e
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' propert...
...
Original commit message from CVS:
Added *BSD (and Darwin) ioctl cdaudio playing. Couple bugfixes. 'end-track','current-track' and 'cddb-discid' properties and 'track-change' signal for the element.
2002-07-28 22:45:45 +00:00
Wim Taymans
b44ed86c31
Avoid symbol conflicts
...
Original commit message from CVS:
Avoid symbol conflicts
2002-07-28 19:51:29 +00:00
Wim Taymans
b89f95f179
Do better sync
...
Original commit message from CVS:
Do better sync
2002-07-28 18:16:59 +00:00
Steve Baker
4c137abcf6
one bin is enough
...
Original commit message from CVS:
one bin is enough
2002-07-28 15:06:06 +00:00
Steve Baker
c9b9e1dd22
#include <string.h>
...
Original commit message from CVS:
#include <string.h>
2002-07-28 13:40:53 +00:00
Wim Taymans
cb63c55077
Added linux/cdrom.h check patch from cbschmid
...
Original commit message from CVS:
Added linux/cdrom.h check patch from cbschmid
2002-07-28 13:21:37 +00:00
Wim Taymans
01a81b78a6
gnome_vfs_close implicitly destroys the handle
...
Original commit message from CVS:
gnome_vfs_close implicitly destroys the handle
2002-07-28 11:48:26 +00:00
David Schleef
768253dc38
Added reasonable values for primaries in YUV space. Added second reverse blue pattern. Added a crummy but very fast...
...
Original commit message from CVS:
Added reasonable values for primaries in YUV space. Added second
reverse blue pattern. Added a crummy but very fast RNG to replace
calls to random().
2002-07-28 04:23:07 +00:00
Wim Taymans
0d3e66a5aa
Added conditional for cdrom, someone needs to write a configure check to make this work
...
Original commit message from CVS:
Added conditional for cdrom, someone needs to write a configure check
to make this work
2002-07-27 01:38:32 +00:00
Wim Taymans
9e4a7711e5
Added cdrom plugin
...
Original commit message from CVS:
Added cdrom plugin
2002-07-27 01:37:25 +00:00
David Schleef
b79591c9a4
Add videotestsrc plugin
...
Original commit message from CVS:
Add videotestsrc plugin
2002-07-26 22:20:45 +00:00
David Schleef
e5f5cc155c
New plugin for generating a test video stream
...
Original commit message from CVS:
New plugin for generating a test video stream
2002-07-26 22:18:57 +00:00
Wim Taymans
db77f68c5b
Parse the format as a fourcc
...
Original commit message from CVS:
Parse the format as a fourcc
2002-07-26 20:27:01 +00:00