Commit graph

268 commits

Author SHA1 Message Date
Thomas Vander Stichele 1641b9d2fa smallish fixes
Original commit message from CVS:
smallish fixes
2002-02-07 14:30:20 +00:00
Wim Taymans 16da17addc Converted some send_event to properties
Original commit message from CVS:
Converted some send_event to properties
2002-02-06 23:34:56 +00:00
Thomas Vander Stichele 6fb62bbc9a this makes more sense higher in the file
Original commit message from CVS:
this makes more sense higher in the file
2002-02-06 18:46:39 +00:00
Thomas Vander Stichele f0cfefc808 various additions
Original commit message from CVS:
various additions
2002-02-06 18:29:12 +00:00
Thomas Vander Stichele d377d3c658 more build fixing
Original commit message from CVS:
more build fixing
2002-02-06 18:18:16 +00:00
Thomas Vander Stichele 76100b8022 rtp conflicts with current gstclock.h, moving back to experimental
Original commit message from CVS:
rtp conflicts with current gstclock.h, moving back to experimental
2002-02-06 14:45:22 +00:00
Steve Baker 28ccb78b56 use numerical comparisions for version check
Original commit message from CVS:
use numerical comparisions for version check
2002-02-06 08:22:05 +00:00
Richard Boulton 3f0b94c40e Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext to display a visualiser for audio only formats.
Original commit message from CVS:
Add VISUALIZER property to ~/.gst: if set, it will cause gst-launch-ext
to display a visualiser for audio only formats.
Try "VISUALIZER=goom" ;-)
2002-02-05 16:39:43 +00:00
Thomas Vander Stichele 05d71364e4 adding tools dir
Original commit message from CVS:
adding tools dir
2002-02-05 09:34:03 +00:00
Thomas Vander Stichele 1190d56a62 yes we need this
Original commit message from CVS:
yes we need this
2002-02-04 23:14:26 +00:00
Christian Schaller aff3f58978 fixing some RPM dependencies
Original commit message from CVS:
fixing some RPM dependencies
2002-02-04 22:52:02 +00:00
Richard Boulton 5121b31731 Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand, rather than adding m4/ to aclocal search path....
Original commit message from CVS:
Revert aclocal invocation to do cat m4/*.m4 > acinclude.m4 beforehand,
rather than adding m4/ to aclocal search path.  Shouldn't cause errors when
macros are already present on system, because macros in acinclude.m4 are
used in preference.
2002-02-04 22:42:22 +00:00
Richard Boulton 911f9b4d53 Add support for multiple files on command line, and .m3u playlists (assuming format of .m3u playlist is simply a list...
Original commit message from CVS:
Add support for multiple files on command line, and .m3u playlists
(assuming format of .m3u playlist is simply a list of filenames, one per
line.  Comments will probably work, because the file won't be found. ;-> )

Needs to have support for ctrl-c added, so that play can be aborted without
going through whole list of files.
2002-02-04 22:35:09 +00:00
Thomas Vander Stichele f847cc21c8 does this matter ?
Original commit message from CVS:
does this matter ?
2002-02-04 22:09:40 +00:00
Thomas Vander Stichele 9c10719b38 gst-launch-ext can be used to play common media files with fixed pipes based on the file extension.
Original commit message from CVS:
gst-launch-ext can be used to play common media files with fixed pipes
based on the file extension.

It optionally uses a .gst file in the home directory to select preferred
audio and video sinks.
2002-02-04 21:39:45 +00:00
Thomas Vander Stichele 2114eaf1f4 gst-launch-ext
Original commit message from CVS:
gst-launch-ext
2002-02-04 20:57:13 +00:00
Richard Boulton ec911acfec Change gstreamer-register to gst-register
Original commit message from CVS:
Change gstreamer-register to gst-register
2002-02-04 20:34:27 +00:00
Thomas Vander Stichele ccffc1f9e6 start of a gst-launch helper based on extension
Original commit message from CVS:
start of a gst-launch helper based on extension
2002-02-04 19:57:35 +00:00
Ronald S. Bultje c28e95c7a2 And last but not least, update the TODO file
Original commit message from CVS:
And last but not least, update the TODO file
2002-02-04 19:47:37 +00:00
Ronald S. Bultje d26a6881a9 Re-add v4lelement as an actual element. Useless within pipes but extremely useful in generic video4linux audodetectio...
Original commit message from CVS:
Re-add v4lelement as an actual element. Useless within pipes but extremely useful in generic video4linux audodetection of features and such
2002-02-04 19:45:56 +00:00
Ronald S. Bultje c8168e2c31 Add an ugly hack for the capsnego system - this should be removed asap, but at least everything works now
Original commit message from CVS:
Add an ugly hack for the capsnego system - this should be removed asap, but at least everything works now
2002-02-04 19:45:02 +00:00
Ronald S. Bultje b9b6b9fc10 Add the v4lmjpeg plugins to the configure file
Original commit message from CVS:
Add the v4lmjpeg plugins to the configure file
2002-02-04 19:38:10 +00:00
Thomas Vander Stichele 0ce612f44b tarkin fix
Original commit message from CVS:
tarkin fix
2002-02-04 13:47:09 +00:00
Thomas Vander Stichele 4bb71e8304 back to cvs
Original commit message from CVS:
back to cvs
2002-02-04 11:05:17 +00:00
Thomas Vander Stichele e456365d89 adding tarkin to build to try building it run configure with --enable-experimental
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
2002-02-04 10:51:26 +00:00
Thomas Vander Stichele da729a89a4 various fixes
Original commit message from CVS:
various fixes
2002-02-04 10:36:20 +00:00
Wim Taymans 1330870c10 Assorted fixes.
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00
Christian Schaller 88ea69cbba fixed // style comments to more portable /* */
Original commit message from CVS:
fixed // style comments to more portable /* */
2002-02-03 19:58:48 +00:00
Christian Schaller 560a85abd2 fix small typo from earlier SPEC fix commits
Original commit message from CVS:
fix small typo from earlier SPEC fix commits
2002-02-03 19:27:21 +00:00
Christian Schaller 23403cfb3b Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more groupin...
Original commit message from CVS:
Tried grouping the plugins more togheter, think I saved us at least some rpms on this. Probably room for more grouping but I don't have the knowledge to know what plugins belong in what category of the remaining
2002-02-03 19:23:27 +00:00
Christian Schaller 85d0c60072 Added Goom and icecast to the spec, also fixed jpmeg mmx
Original commit message from CVS:
Added Goom and icecast to the spec, also fixed jpmeg mmx
2002-02-03 19:05:07 +00:00
Erik Walthinsen c984ba5978 added back goom to configure.ac after syncing with release
Original commit message from CVS:
added back goom to configure.ac after syncing with release
2002-02-03 04:00:17 +00:00
Erik Walthinsen 979290ded5 Committing differences between CVS and the 0.3.2 release. These changes were in the local copy that the dist was mad...
Original commit message from CVS:
Committing differences between CVS and the 0.3.2 release.  These changes
were in the local copy that the dist was made from, but have never been
in CVS (I hunted for matching revisions on all of them).  I will retag
these files with the proper release tag as soon as they're committed.
2002-02-03 03:57:04 +00:00
Bastien Nocera 08518534a8 - add goom to the build system, dunno if it works, but it doesn't break my ppc :)
Original commit message from CVS:
- add goom to the build system, dunno if it works, but it doesn't break my ppc :)
2002-02-02 18:49:03 +00:00
Christian Schaller ceddd28a25 Corrected OpenQuicktime dep to openquicktime
Original commit message from CVS:
Corrected OpenQuicktime dep to openquicktime
2002-02-02 15:59:00 +00:00
Thomas Vander Stichele 304dd4a6fc updates for release
Original commit message from CVS:
updates for release
2002-02-02 15:50:36 +00:00
Thomas Vander Stichele 242e80e503 another fix
Original commit message from CVS:
another fix
2002-02-02 14:30:39 +00:00
Wim Taymans 8926b8607d Add timestamps on the buffers
Original commit message from CVS:
Add timestamps on the buffers
2002-02-02 14:03:05 +00:00
Christian Schaller e9b7efe157 Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me
Original commit message from CVS:
Trying to fix the OpenQuicktime depenency as it strangly enough don't work for me
2002-02-01 15:31:53 +00:00
Thomas Vander Stichele e9c0b2bbab upped prerelease number
Original commit message from CVS:
upped prerelease number
2002-01-31 22:51:45 +00:00
Ronald S. Bultje ab9253b9fe Oops - last minute fix
Original commit message from CVS:
Oops - last minute fix
2002-01-31 22:37:15 +00:00
Thomas Vander Stichele 787731ba17 adding rel notes
Original commit message from CVS:
adding rel notes
2002-01-31 22:32:41 +00:00
Thomas Vander Stichele abba5c85a3 release notes
Original commit message from CVS:
release notes
2002-01-31 22:24:21 +00:00
Ronald S. Bultje ce1c2530ce Various fixes
Original commit message from CVS:
Various fixes
2002-01-31 22:22:42 +00:00
David I. Lehn e4f698d77f Revert lame include dir change. Upstream uses $prefix/include/lame/lame.h.
Original commit message from CVS:
Revert lame include dir change.  Upstream uses $prefix/include/lame/lame.h.
2002-01-31 17:08:45 +00:00
Christian Schaller 0b763e49d0 update libxml and gnome-vfs to libxml2 and gnome-vfs2
Original commit message from CVS:
update libxml and gnome-vfs to libxml2 and gnome-vfs2
2002-01-31 15:28:21 +00:00
Wrobell 40adafc6f7 - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-31 00:22:12 +00:00
Thomas Vander Stichele 976b03eb44 prerelease
Original commit message from CVS:
prerelease
2002-01-30 23:39:14 +00:00
Wrobell 1fd5f11ed3 - use aclocal -I option instead of cat
Original commit message from CVS:
- use aclocal -I option instead of cat
2002-01-30 23:09:52 +00:00
Thomas Vander Stichele 0db05bc494 I checked lame packages and source code and they seem to want lame.h in prefix/include/lame.h so I fixed stuff accord...
Original commit message from CVS:
I checked lame packages and source code and they seem to want lame.h in
prefix/include/lame.h

so I fixed stuff accordingly.

Do any systems have lame in include/lame/lame.h ?
If so, mail me and we'll work it out.
2002-01-30 11:25:58 +00:00