Benjamin Otte [Wed, 12 Nov 2003 00:13:46 +0000 (00:13 +0000)]
add -lX11 to X_LIBS so ximagesink builds
Original commit message from CVS:
add -lX11 to X_LIBS so ximagesink builds
Benjamin Otte [Tue, 11 Nov 2003 22:40:43 +0000 (22:40 +0000)]
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse for...
Original commit message from CVS:
make colorspace handle the original RGB format, too, since it handles both. Add the template caps for the reverse format to video.h
Thomas Vander Stichele [Tue, 11 Nov 2003 11:11:36 +0000 (11:11 +0000)]
test for regular shm instead of XShm
Original commit message from CVS:
test for regular shm instead of XShm
Benjamin Otte [Tue, 11 Nov 2003 03:22:53 +0000 (03:22 +0000)]
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
Original commit message from CVS:
include macro for defining GST_FUNCTION, so debugging output from plugins gets function names, too
David Schleef [Tue, 11 Nov 2003 00:43:29 +0000 (00:43 +0000)]
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
David Schleef [Mon, 10 Nov 2003 22:48:31 +0000 (22:48 +0000)]
remove gst_video_sink_push_ui_event()
Original commit message from CVS:
remove gst_video_sink_push_ui_event()
Christian Schaller [Sun, 9 Nov 2003 22:48:58 +0000 (22:48 +0000)]
disting fixes, pixbuf loader still borked in regards to disting
Original commit message from CVS:
disting fixes, pixbuf loader still borked in regards to disting
Ronald S. Bultje [Sun, 9 Nov 2003 13:50:19 +0000 (13:50 +0000)]
Oh no, we didn't break all plugins. Identity kept on working just fine.
Original commit message from CVS:
Oh no, we didn't break all plugins. Identity kept on working just fine.
Jeremy Simon [Fri, 7 Nov 2003 20:01:02 +0000 (20:01 +0000)]
We don't need to patch wmadec.c and avcodec.h anymore
Original commit message from CVS:
We don't need to patch wmadec.c and avcodec.h anymore
Ronald S. Bultje [Fri, 7 Nov 2003 12:46:51 +0000 (12:46 +0000)]
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
David Schleef [Fri, 7 Nov 2003 04:36:41 +0000 (04:36 +0000)]
Don't set the actual video size in gst_video_sink_got_video_size().
Original commit message from CVS:
Don't set the actual video size in gst_video_sink_got_video_size().
This could probably be replaced once we handle pixel aspect ratios.
David I. Lehn [Fri, 7 Nov 2003 03:01:21 +0000 (03:01 +0000)]
use int64 for frame-time
Original commit message from CVS:
use int64 for frame-time
Thomas Vander Stichele [Fri, 7 Nov 2003 00:53:32 +0000 (00:53 +0000)]
test and define HAVE_XSHM build ximage plugin
Original commit message from CVS:
test and define HAVE_XSHM
build ximage plugin
David Schleef [Thu, 6 Nov 2003 22:16:19 +0000 (22:16 +0000)]
add config.h
Original commit message from CVS:
add config.h
Jeremy Simon [Thu, 6 Nov 2003 13:16:24 +0000 (13:16 +0000)]
Read the stream specific data (if needed) when there is no audio correction error
Original commit message from CVS:
Read the stream specific data (if needed) when there is no audio correction error
Steve Baker [Thu, 6 Nov 2003 05:36:06 +0000 (05:36 +0000)]
this will make it easier to merge when you have uncommited plugins in your tree
Original commit message from CVS:
this will make it easier to merge when you have uncommited plugins in your tree
Benjamin Otte [Thu, 6 Nov 2003 02:32:42 +0000 (02:32 +0000)]
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This s...
Original commit message from CVS:
set default errorlevel to NONE. Make configure change it to ERROR (the current value) when running cvs builds. This should make releases not output any debugging information at all
Jeremy Simon [Wed, 5 Nov 2003 23:14:52 +0000 (23:14 +0000)]
Handle the audio extradata
Original commit message from CVS:
Handle the audio extradata
Compute the 2 flags for ffmpeg wma codecs
Jeremy Simon [Wed, 5 Nov 2003 23:08:32 +0000 (23:08 +0000)]
Update Correction GUID
Original commit message from CVS:
Update Correction GUID
Update some field name
Jeremy Simon [Wed, 5 Nov 2003 23:06:27 +0000 (23:06 +0000)]
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
Original commit message from CVS:
Patch avcodec.h and wmadec.c to use flag1 and flag2 from context
The asfdemux calculates the 2 values and gives them to the decoder via the pad/caps
The ffdec_wmav1 & ffdec_wmav2 put them in the ffmpeg context before they start to decode the data
Ronald S. Bultje [Wed, 5 Nov 2003 22:59:46 +0000 (22:59 +0000)]
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This ...
Original commit message from CVS:
Some prettification fixes to this interface... Make it look good, make it simple and make it more GObject'ific. This means that it now works largely almost the same as GObject (concerning arguments that you give to the functions, and layout of the virtual functions). I've also got an OSS implementation for this, but it needs one small change before I commit that. Expect that this weekend or so.
Ronald S. Bultje [Wed, 5 Nov 2003 10:57:58 +0000 (10:57 +0000)]
Remove trailing slash in last line of comment, it causes issues with certain versions of automake
Original commit message from CVS:
Remove trailing slash in last line of comment, it causes issues with certain versions of automake
David Schleef [Wed, 5 Nov 2003 03:59:53 +0000 (03:59 +0000)]
Fix endianness issues manifested in pngenc. Fixes #125932
Original commit message from CVS:
Fix endianness issues manifested in pngenc. Fixes #125932
Benjamin Otte [Wed, 5 Nov 2003 03:24:53 +0000 (03:24 +0000)]
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation....
Original commit message from CVS:
add initial version of gdkpixbuf loader for gtk that is capable of loading AVI and mpeg videos as GdkPixbufAnimation. I'm not sure if such a thing would be useful or too much trouble, so I'll throw it at enough testers to figure it out ;) We might want to disable it by defualt though in the future. (Currently there is not even a configure switch implemented to disable it.)
This includes a fix to not use GError in gstgdkpixbuf's typefind function and to only return GST_TYPE_FIND_MINIMUM when doing typefinding via gdk as this breaks quite a bit with the GStreamer loader installed.
Benjamin Otte [Tue, 4 Nov 2003 22:35:37 +0000 (22:35 +0000)]
do not set a rank or the autoplugger will use it
Original commit message from CVS:
do not set a rank or the autoplugger will use it
Benjamin Otte [Tue, 4 Nov 2003 15:22:42 +0000 (15:22 +0000)]
disable Altivec until someone fixes the build to allow it conditionally
Original commit message from CVS:
disable Altivec until someone fixes the build to allow it conditionally
David Schleef [Mon, 3 Nov 2003 20:18:14 +0000 (20:18 +0000)]
use top-level defined plugindir
Original commit message from CVS:
use top-level defined plugindir
David Schleef [Mon, 3 Nov 2003 20:17:40 +0000 (20:17 +0000)]
change libgst-interfaces to libgstinterfaces
Original commit message from CVS:
change libgst-interfaces to libgstinterfaces
David Schleef [Mon, 3 Nov 2003 20:16:05 +0000 (20:16 +0000)]
fixes for new plugin system
Original commit message from CVS:
fixes for new plugin system
David Schleef [Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)]
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Ronald S. Bultje [Sun, 2 Nov 2003 23:06:23 +0000 (23:06 +0000)]
Add static version of removed gsT_element_factory_make_or_warn()
Original commit message from CVS:
Add static version of removed gsT_element_factory_make_or_warn()
Benjamin Otte [Sun, 2 Nov 2003 22:13:29 +0000 (22:13 +0000)]
fix for new plugin system
Original commit message from CVS:
fix for new plugin system
Ronald S. Bultje [Sun, 2 Nov 2003 21:52:09 +0000 (21:52 +0000)]
Realmedia streams can now be demuxed again, too
Original commit message from CVS:
Realmedia streams can now be demuxed again, too
Ronald S. Bultje [Sun, 2 Nov 2003 21:22:09 +0000 (21:22 +0000)]
MPEG system streams work too, now
Original commit message from CVS:
MPEG system streams work too, now
Ronald S. Bultje [Sun, 2 Nov 2003 21:10:18 +0000 (21:10 +0000)]
Whaaaaaaaaaaaaaaaaaaaaaack
Original commit message from CVS:
Whaaaaaaaaaaaaaaaaaaaaaack
Iain Holmes [Sun, 2 Nov 2003 00:33:31 +0000 (00:33 +0000)]
Mpeg2dec go go go!
Original commit message from CVS:
Mpeg2dec go go go!
Fixed for the new stuff
Iain Holmes [Sun, 2 Nov 2003 00:13:26 +0000 (00:13 +0000)]
Fixed lame too
Original commit message from CVS:
Fixed lame too
Iain Holmes [Sat, 1 Nov 2003 15:19:40 +0000 (15:19 +0000)]
DVDReadSrc updated as well
Original commit message from CVS:
DVDReadSrc updated as well
Iain Holmes [Sat, 1 Nov 2003 15:16:06 +0000 (15:16 +0000)]
DVDNavSrc updated
Original commit message from CVS:
DVDNavSrc updated
Iain Holmes [Sat, 1 Nov 2003 11:35:26 +0000 (11:35 +0000)]
gstasfmux - updated for new changes
Original commit message from CVS:
gstasfmux - updated for new changes
Iain Holmes [Sat, 1 Nov 2003 11:28:53 +0000 (11:28 +0000)]
Update demux for the new changes
Original commit message from CVS:
Update demux for the new changes
Iain Holmes [Sat, 1 Nov 2003 01:32:03 +0000 (01:32 +0000)]
Updated for new changes
Original commit message from CVS:
Updated for new changes
David Schleef [Sat, 1 Nov 2003 01:11:05 +0000 (01:11 +0000)]
switch to using new plugin init system
Original commit message from CVS:
switch to using new plugin init system
Benjamin Otte [Fri, 31 Oct 2003 20:03:29 +0000 (20:03 +0000)]
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ex...
Original commit message from CVS:
first bunch of conversions to new plugin_init. Includes libs/gst, gst/id3, sys/oss, ext/gnomevfs, gst/typefind and ext/mad.
You guessed it, everything Rhythmbox needs ;)
fixed BMP typefind and made gnomevfs one plugin instead of two while doing this
David Schleef [Fri, 31 Oct 2003 20:01:39 +0000 (20:01 +0000)]
Oops, didn't mean to remove riff
Original commit message from CVS:
Oops, didn't mean to remove riff
David Schleef [Thu, 30 Oct 2003 22:05:24 +0000 (22:05 +0000)]
minor cosmetic fix
Original commit message from CVS:
minor cosmetic fix
David Schleef [Thu, 30 Oct 2003 21:53:43 +0000 (21:53 +0000)]
Remove mpeg2enc
Original commit message from CVS:
Remove mpeg2enc
David Schleef [Thu, 30 Oct 2003 02:36:42 +0000 (02:36 +0000)]
Fix makefiles for GstPropertyProbe. Combine all interfaces into a single libgst-interface.
Original commit message from CVS:
Fix makefiles for GstPropertyProbe. Combine all interfaces into
a single libgst-interface.
David Schleef [Thu, 30 Oct 2003 02:32:00 +0000 (02:32 +0000)]
First attempt (actually third) at a property probing interface
Original commit message from CVS:
First attempt (actually third) at a property probing interface
David Schleef [Thu, 30 Oct 2003 01:43:45 +0000 (01:43 +0000)]
change Iface to Interface
Original commit message from CVS:
change Iface to Interface
David Schleef [Wed, 29 Oct 2003 05:12:18 +0000 (05:12 +0000)]
Change Class to Iface. Fix casting macros.
Original commit message from CVS:
Change Class to Iface. Fix casting macros.
David Schleef [Wed, 29 Oct 2003 05:09:39 +0000 (05:09 +0000)]
Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
Original commit message from CVS:
Move a few typefind functions to gst/typefind, remove all old typefinding
code from bitrotten plugins
David Schleef [Wed, 29 Oct 2003 03:15:55 +0000 (03:15 +0000)]
change gst/bytestream.h to gst/bytestream/bytestream.h
Original commit message from CVS:
change gst/bytestream.h to gst/bytestream/bytestream.h
David Schleef [Tue, 28 Oct 2003 23:22:31 +0000 (23:22 +0000)]
Don't use GstInterface
Original commit message from CVS:
Don't use GstInterface
Ronald S. Bultje [Tue, 28 Oct 2003 23:02:38 +0000 (23:02 +0000)]
Disable lame in ffmpeg, too
Original commit message from CVS:
Disable lame in ffmpeg, too
Benjamin Otte [Tue, 28 Oct 2003 20:52:41 +0000 (20:52 +0000)]
merge TYPEFIND branch. Major changes:
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- all typefind functions are in gst/typefind now
- more typefind functions then before
- some plugins might fail to compile now because I don't have them installed and they
a) require bytestream or
b) haven't had their typefind fixed.
Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
Gernot Ziegler [Tue, 28 Oct 2003 18:55:07 +0000 (18:55 +0000)]
added glsink directory
Original commit message from CVS:
added glsink directory
Ronald S. Bultje [Tue, 28 Oct 2003 12:20:52 +0000 (12:20 +0000)]
Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
Original commit message from CVS:
Disable ogg/vorbis build inside ffmpeg. We didn't enable it anyway, and we've got our own ogg/vorbis codec already
Jeremy Simon [Sun, 26 Oct 2003 13:55:13 +0000 (13:55 +0000)]
The sample rate property needs 'sample_rate' not 'byte_rate'
Original commit message from CVS:
The sample rate property needs 'sample_rate' not 'byte_rate'
Ronald S. Bultje [Sun, 26 Oct 2003 11:51:17 +0000 (11:51 +0000)]
Update FFMPEG snapshot to this morning's. Asked for by apoc.
Original commit message from CVS:
Update FFMPEG snapshot to this morning's. Asked for by apoc.
Jeremy Simon [Thu, 23 Oct 2003 20:45:32 +0000 (20:45 +0000)]
Change cvs host (mplayer)
Original commit message from CVS:
Change cvs host (mplayer)
Add compression (z4)
David Schleef [Mon, 20 Oct 2003 22:48:06 +0000 (22:48 +0000)]
bump version to 0.7.1.1
Original commit message from CVS:
bump version to 0.7.1.1
David Schleef [Mon, 20 Oct 2003 21:43:57 +0000 (21:43 +0000)]
bump to 0.7.1
Original commit message from CVS:
bump to 0.7.1
Ronald S. Bultje [Mon, 20 Oct 2003 11:22:42 +0000 (11:22 +0000)]
Gerd approved license change, so this code is now LGPL too
Original commit message from CVS:
Gerd approved license change, so this code is now LGPL too
Christian Schaller [Thu, 16 Oct 2003 21:31:59 +0000 (21:31 +0000)]
fix or no fix, we will survive
Original commit message from CVS:
fix or no fix, we will survive
Christian Schaller [Thu, 16 Oct 2003 21:11:37 +0000 (21:11 +0000)]
added colorbalance to spec added mixer to spec added tuner to spec added xoverlay to spec a little luv goes a long way
Original commit message from CVS:
* added colorbalance to spec
* added mixer to spec
* added tuner to spec
* added xoverlay to spec
* a little luv goes a long way
Christian Schaller [Thu, 16 Oct 2003 20:36:55 +0000 (20:36 +0000)]
death to kde-audio-devel, long live arts-devel
Original commit message from CVS:
death to kde-audio-devel, long live arts-devel
Iain Holmes [Mon, 13 Oct 2003 20:53:53 +0000 (20:53 +0000)]
Add audio/x-id3 as a mimetype handled by mad.
Original commit message from CVS:
Add audio/x-id3 as a mimetype handled by mad.
Could also be a flac file apparently, but this allows it to work more times than it does currently
Ronald S. Bultje [Fri, 10 Oct 2003 12:47:41 +0000 (12:47 +0000)]
Some interface implementations for video4linux/video4linux2 plugins: a Tuner interface, with which one can select inp...
Original commit message from CVS:
Some interface implementations for video4linux/video4linux2 plugins:
* a Tuner interface, with which one can select inputs and stations. Audio
work is underway here, but unfinished.
* A Xoverlay interface with which one can do simple overlay. Similar to
the API of the v4l/Xv XFree86 extension. Widget implementation for
GTK-2.0 coming up in the sandbox.
* Colorbalance - for adapting colors (brightness, contrast, etc.) - pretty
basic and maybe somewhat overdesigned. But it'll do for now.
Apart from these interfaces, there's also a loadable library 'xwindowlistener'
that listenes to X for the movement of a window and the overlap of other
windows. This is partly copied from xawtv (and thus partly GPL :(), but it's
needed for the xoverlay interface implementation in the v4l/v4l2 elements.
Lastly, some small changes to remove redundant properties from the v4l/v4l2
elements since these can be done much simpler. Comments appreciated!
Ronald S. Bultje [Fri, 10 Oct 2003 12:24:20 +0000 (12:24 +0000)]
Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not full...
Original commit message from CVS:
Make GstMixerTrack a GObject. I also want to make it emit several signals, starting work is in here but it's not fully implemented yet. for OSS, this will cause issues, but for ALSA, this is all automated.
Leif Johnson [Thu, 9 Oct 2003 22:02:35 +0000 (22:02 +0000)]
changing 'channel' to 'track' to avoid naming overlap
Original commit message from CVS:
changing 'channel' to 'track' to avoid naming overlap
Leif Johnson [Thu, 9 Oct 2003 21:59:03 +0000 (21:59 +0000)]
adding G_BEGIN and G_END_DECLS
Original commit message from CVS:
adding G_BEGIN and G_END_DECLS
Ronald S. Bultje [Thu, 9 Oct 2003 09:06:04 +0000 (09:06 +0000)]
Fix ASF demuxing. It works for me now, but I only tested it on one file. Please continue testing.
Original commit message from CVS:
Fix ASF demuxing. It works for me now, but I only tested it on one file. Please continue testing.
Ronald S. Bultje [Thu, 9 Oct 2003 09:04:23 +0000 (09:04 +0000)]
Fix typo in Andy's commit
Original commit message from CVS:
Fix typo in Andy's commit
David Schleef [Thu, 9 Oct 2003 02:23:01 +0000 (02:23 +0000)]
Trivial fixes for GstBuffer->GstData migration
Original commit message from CVS:
Trivial fixes for GstBuffer->GstData migration
David Schleef [Thu, 9 Oct 2003 01:57:54 +0000 (01:57 +0000)]
add object and struct padding
Original commit message from CVS:
add object and struct padding
Andy Wingo [Wed, 8 Oct 2003 16:08:10 +0000 (16:08 +0000)]
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
Original commit message from CVS:
/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
David Schleef [Tue, 7 Oct 2003 18:52:16 +0000 (18:52 +0000)]
Fix endianness problems in caps. Fixes #124006
Original commit message from CVS:
Fix endianness problems in caps. Fixes #124006
Ronald S. Bultje [Tue, 7 Oct 2003 10:08:30 +0000 (10:08 +0000)]
Make binary work with both libmpeg2-0.3.1 and -0.3.2
Original commit message from CVS:
Make binary work with both libmpeg2-0.3.1 and -0.3.2
Ronald S. Bultje [Mon, 6 Oct 2003 12:16:21 +0000 (12:16 +0000)]
I believe this fixes 0.3.2-cvs failures; it's 0.3.1-backwards-compatible (well, compile-wise) too
Original commit message from CVS:
I believe this fixes 0.3.2-cvs failures; it's 0.3.1-backwards-compatible (well, compile-wise) too
Julien Moutte [Mon, 6 Oct 2003 10:29:27 +0000 (10:29 +0000)]
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and lib...
Original commit message from CVS:
There was a floating doubt on the way visualization is written. We use 'z' everywhere now. Both in gst-player and libgstplay
David Schleef [Fri, 3 Oct 2003 17:01:25 +0000 (17:01 +0000)]
Fix typefinding for BBB's new system
Original commit message from CVS:
Fix typefinding for BBB's new system
Christian Schaller [Fri, 3 Oct 2003 05:45:41 +0000 (05:45 +0000)]
update with latest typefind changes, spec should once again work :)
Original commit message from CVS:
update with latest typefind changes, spec should once again work :)
Brian Cameron [Thu, 2 Oct 2003 20:12:33 +0000 (20:12 +0000)]
Corrected macro in medi-info-priv.h so that it follows ISO standards, and removed broken return from void function in...
Original commit message from CVS:
Corrected macro in medi-info-priv.h so that it follows ISO standards,
and removed broken return from void function in navigation.c
Ronald S. Bultje [Wed, 1 Oct 2003 13:14:51 +0000 (13:14 +0000)]
New typefind system: bytestream is now part of the core all plugins have been modified to use this new typefind syste...
Original commit message from CVS:
New typefind system:
* bytestream is now part of the core
* all plugins have been modified to use this new typefind system
* asf typefinding added
* mpeg video stream typefiding removed because it's broken
* duplicate typefind entries removed
* extra id3 typefinding added, because we've seen 4 types of files
(riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs
to work. Instead, I've added an id3 element and let it redo typefiding
after the id3 header. this needs a hack because spider only typefinds
once. We can remove this hack once spider supports multiple typefinds.
* with all this, mp3 typefinding is semi-rewritten
* id3 typefinding in flac/vorbis is removed, it's no longer needed
* fixed spider and gst-typefind to use this, too.
* Other general cleanups
Ronald S. Bultje [Tue, 30 Sep 2003 21:44:53 +0000 (21:44 +0000)]
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...
Original commit message from CVS:
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
Ronald S. Bultje [Tue, 30 Sep 2003 19:48:39 +0000 (19:48 +0000)]
Input and output samplerate are *not* necessarily the same in lame. This fixes the output caps
Original commit message from CVS:
Input and output samplerate are *not* necessarily the same in lame. This fixes the output caps
Christian Schaller [Sat, 27 Sep 2003 18:53:21 +0000 (18:53 +0000)]
update with latest fixes
Original commit message from CVS:
update with latest fixes
Benjamin Otte [Sat, 27 Sep 2003 16:44:53 +0000 (16:44 +0000)]
make ffmpeg erroring out work:
Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails
David Schleef [Sat, 27 Sep 2003 03:17:34 +0000 (03:17 +0000)]
add navigation subdir
Original commit message from CVS:
add navigation subdir
David Schleef [Sat, 27 Sep 2003 03:16:28 +0000 (03:16 +0000)]
add navigation interface
Original commit message from CVS:
add navigation interface
David Schleef [Sat, 27 Sep 2003 03:15:34 +0000 (03:15 +0000)]
Add navigation
Original commit message from CVS:
Add navigation
Benjamin Otte [Thu, 25 Sep 2003 21:40:35 +0000 (21:40 +0000)]
sort the list of plugins that are built and don't spit out so much empty lines
Original commit message from CVS:
sort the list of plugins that are built and don't spit out so much empty lines
Iain Holmes [Tue, 23 Sep 2003 22:49:35 +0000 (22:49 +0000)]
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
Original commit message from CVS:
Sync'ed files up to nautilus-media/media-info versions, and fixed them for errors and deprecated functions
Thomas Vander Stichele [Sun, 21 Sep 2003 13:25:46 +0000 (13:25 +0000)]
make sure gtk apps are built
Original commit message from CVS:
make sure gtk apps are built
Christian Schaller [Fri, 19 Sep 2003 06:24:35 +0000 (06:24 +0000)]
add versioning to gst-launch-ext and gst-visualise and add new files to spec
Original commit message from CVS:
add versioning to gst-launch-ext and gst-visualise and add new files to spec
Christian Schaller [Thu, 18 Sep 2003 18:28:22 +0000 (18:28 +0000)]
version gst-launch command in gst-launch-ext
Original commit message from CVS:
version gst-launch command in gst-launch-ext
Thomas Vander Stichele [Tue, 16 Sep 2003 10:00:00 +0000 (10:00 +0000)]
reverting error patch before making a branch.
Original commit message from CVS:
reverting error patch before making a branch.
Julien Moutte [Mon, 15 Sep 2003 09:29:06 +0000 (09:29 +0000)]
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Original commit message from CVS:
Changing have_xid to have_video_out to match the new GstVideoSink parent object.
Adding have_vis_size.
Fixing gst_play_connect_visualisation
Benjamin Otte [Mon, 15 Sep 2003 01:08:38 +0000 (01:08 +0000)]
converted gst_element_error to new format in ext/ - gettext pending
Original commit message from CVS:
converted gst_element_error to new format in ext/ - gettext pending