Commit graph

631 commits

Author SHA1 Message Date
Christian Schaller e127f803f0 plugins part of license field patch
Original commit message from CVS:
plugins part of license field patch
2002-09-18 19:02:52 +00:00
Thomas Vander Stichele a8974e0a63 up the micro
Original commit message from CVS:
up the micro
2002-09-18 13:05:36 +00:00
Ronald S. Bultje 9f7340b4a4 some enhancements for capsnego
Original commit message from CVS:
some enhancements for capsnego
2002-09-18 10:57:56 +00:00
David Schleef 8801c9bdea Add swfdec to dist subdirs
Original commit message from CVS:
Add swfdec to dist subdirs
2002-09-17 22:44:47 +00:00
Ronald S. Bultje 45f6a1c5f0 This fixes the video4linux/video4linux2 debug output, which had one \n too much
Original commit message from CVS:
This fixes the video4linux/video4linux2 debug output, which had one \n too much
2002-09-17 17:45:19 +00:00
Ronald S. Bultje cd4572dbed Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
Original commit message from CVS:
Add the convert functions to the source pads of the video4linux and video4linux2 source plugins
2002-09-16 21:01:42 +00:00
David Schleef 58f484799d Add config.h, since we use HAVE_CPU_PPC
Original commit message from CVS:
Add config.h, since we use HAVE_CPU_PPC
2002-09-15 21:39:54 +00:00
David Schleef 4f5c32f140 If output size == input size, just pass through buffer
Original commit message from CVS:
If output size == input size, just pass through buffer
2002-09-15 21:38:28 +00:00
David Schleef c5d1baf05a Add swfdec autoconf stuff
Original commit message from CVS:
Add swfdec autoconf stuff
2002-09-15 21:33:53 +00:00
Thomas Vander Stichele c81b3c6cf8 audiofile check fix
Original commit message from CVS:
audiofile check fix
2002-09-15 21:26:03 +00:00
Wim Taymans 41278f0703 - Don't close gnome-vfs if we didn't open it
Original commit message from CVS:
- Don't close gnome-vfs if we didn't open it
- Mark mmaped buffers as READONLY for inplace filters
2002-09-15 11:28:41 +00:00
Iain Holmes 2c49951a5c mimetype patch from iain holmes, thanks dude
Original commit message from CVS:
mimetype patch from iain holmes, thanks dude
2002-09-13 13:02:56 +00:00
Ronald S. Bultje 51b1ddf706 This makes mjpegtools plugins compile against latest CVS
Original commit message from CVS:
This makes mjpegtools plugins compile against latest CVS
2002-09-12 21:48:30 +00:00
Wim Taymans bda510b4a0 const fixes
Original commit message from CVS:
const fixes
2002-09-12 20:53:56 +00:00
Thomas Vander Stichele a316ba39ef this is what triggered olive's bug.
Original commit message from CVS:
this is what triggered olive's bug.
guess this needs an event update ?
2002-09-12 16:13:08 +00:00
Wim Taymans fa13715d58 Fix vorbisenc EOS problems
Original commit message from CVS:
Fix vorbisenc EOS problems
2002-09-11 21:41:53 +00:00
Christian Schaller 4f69b5040b Commiting iradio metadata patch from Colin Walters
Original commit message from CVS:
Commiting iradio metadata patch from Colin Walters
2002-09-10 18:38:22 +00:00
Steve Baker dacd65ae01 remove some debugging. it works already
Original commit message from CVS:
remove some debugging. it works already
2002-09-10 17:08:14 +00:00
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