David Schleef [Sun, 15 Jun 2003 02:57:53 +0000 (02:57 +0000)]
Fix some of the fourcc to caps conversions. reenable setting of rate and n channels on audio caps.
Original commit message from CVS:
Fix some of the fourcc to caps conversions. reenable setting of rate
and n channels on audio caps.
Benjamin Otte [Sat, 14 Jun 2003 20:10:13 +0000 (20:10 +0000)]
gcc 3.3 and ppc fixes
Original commit message from CVS:
gcc 3.3 and ppc fixes
Wim Taymans [Fri, 13 Jun 2003 21:21:50 +0000 (21:21 +0000)]
hack removal
Original commit message from CVS:
hack removal
Wim Taymans [Fri, 13 Jun 2003 21:21:17 +0000 (21:21 +0000)]
Removed ugly caps fixed flag hack, will be done automatically in core soon
Original commit message from CVS:
Removed ugly caps fixed flag hack, will be done automatically in
core soon
David Schleef [Fri, 13 Jun 2003 05:38:16 +0000 (05:38 +0000)]
Add videoflip
Original commit message from CVS:
Add videoflip
Ronald S. Bultje [Wed, 11 Jun 2003 19:42:20 +0000 (19:42 +0000)]
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
Original commit message from CVS:
Fix 114948 - adds some autotools magic that makes sure that we only make install ffmpeg if its actually there
David Schleef [Wed, 11 Jun 2003 06:14:29 +0000 (06:14 +0000)]
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
Original commit message from CVS:
Fix test for qcamsrc: only works on i386-linux. Fix assignment of GST_CVS
David Schleef [Tue, 10 Jun 2003 06:23:42 +0000 (06:23 +0000)]
Complete rewrite. Not finished, nothing to see here.
Original commit message from CVS:
Complete rewrite. Not finished, nothing to see here.
Thomas Vander Stichele [Sat, 7 Jun 2003 22:28:39 +0000 (22:28 +0000)]
warn on state change failures
Original commit message from CVS:
warn on state change failures
Ronald S. Bultje [Sat, 7 Jun 2003 00:17:53 +0000 (00:17 +0000)]
Remove NEW_MEDIA from plugins
Original commit message from CVS:
Remove NEW_MEDIA from plugins
David Schleef [Fri, 6 Jun 2003 20:24:13 +0000 (20:24 +0000)]
Make sure buffer is long enough in type_find. Attempt to fix #114580
Original commit message from CVS:
Make sure buffer is long enough in type_find. Attempt to fix #114580
Thomas Vander Stichele [Thu, 5 Jun 2003 21:40:55 +0000 (21:40 +0000)]
g_warning -> GST_DEBUG
Original commit message from CVS:
g_warning -> GST_DEBUG
Ronald S. Bultje [Sun, 1 Jun 2003 17:01:15 +0000 (17:01 +0000)]
Add ranking to divx/xvid plugins
Original commit message from CVS:
Add ranking to divx/xvid plugins
Ronald S. Bultje [Sun, 1 Jun 2003 17:00:06 +0000 (17:00 +0000)]
Make these compile with both solaris as well as lunix-based stuffies
Original commit message from CVS:
Make these compile with both solaris as well as lunix-based stuffies
Ronald S. Bultje [Sun, 1 Jun 2003 15:13:56 +0000 (15:13 +0000)]
Somewhat improve error reporting
Original commit message from CVS:
Somewhat improve error reporting
Ronald S. Bultje [Sun, 1 Jun 2003 13:20:37 +0000 (13:20 +0000)]
This fixes a segfault on exit
Original commit message from CVS:
This fixes a segfault on exit
Julien Moutte [Sun, 1 Jun 2003 11:43:08 +0000 (11:43 +0000)]
Fixing error message when a plugin is missing (gst-player -> libgstplay).
Original commit message from CVS:
Fixing error message when a plugin is missing (gst-player -> libgstplay).
Pipeline state change on error is now done directly in error callback, there's still something weird with oss /dev/dsp ressource busy error.
Jeremy Simon [Sat, 31 May 2003 14:45:19 +0000 (14:45 +0000)]
CPPFLAGS -> CXXFLAGS
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
Julien Moutte [Fri, 30 May 2003 22:36:19 +0000 (22:36 +0000)]
Error handling is inside and works :)
Original commit message from CVS:
Error handling is inside and works :)
Mutexes have been removed. That should fix UI responsiveness problems on query_length. Please heavily test to check if they were really needed.
Some fixes in GClosures
Ronald S. Bultje [Fri, 30 May 2003 22:32:41 +0000 (22:32 +0000)]
Hm, let's not quit on these since the divx libs seem totally hosed
Original commit message from CVS:
Hm, let's not quit on these since the divx libs seem totally hosed
Ronald S. Bultje [Fri, 30 May 2003 21:44:53 +0000 (21:44 +0000)]
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
Original commit message from CVS:
Update plugins to newest divx.com release API (5.2) (why aren't these libs API stable?!?)
Thomas Vander Stichele [Fri, 30 May 2003 10:53:14 +0000 (10:53 +0000)]
pkgconfig checks for mad, audiofile, fix for mcopidl
Original commit message from CVS:
pkgconfig checks for mad, audiofile, fix for mcopidl
Ronald S. Bultje [Thu, 29 May 2003 19:33:58 +0000 (19:33 +0000)]
Use new ffmpeg revision
Original commit message from CVS:
Use new ffmpeg revision
Thomas Vander Stichele [Thu, 29 May 2003 17:00:55 +0000 (17:00 +0000)]
don't warn on recoverable problems
Original commit message from CVS:
don't warn on recoverable problems
Ronald S. Bultje [Thu, 29 May 2003 14:35:24 +0000 (14:35 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
Thomas Vander Stichele [Wed, 28 May 2003 16:06:00 +0000 (16:06 +0000)]
I'm too lazy to comment this
Original commit message from CVS:
*** empty log message ***
Wim Taymans [Sat, 24 May 2003 10:56:28 +0000 (10:56 +0000)]
- some of my pending cleanups
Original commit message from CVS:
- some of my pending cleanups
Wim Taymans [Sat, 24 May 2003 10:51:02 +0000 (10:51 +0000)]
- removed UNITS
Original commit message from CVS:
- removed UNITS
Wim Taymans [Sat, 24 May 2003 10:47:37 +0000 (10:47 +0000)]
- UNITS -> DEFAULT
Original commit message from CVS:
- UNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:41:58 +0000 (10:41 +0000)]
UNITS -> DEFAULT
Original commit message from CVS:
UNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:33:08 +0000 (10:33 +0000)]
- UNITS -> DEFAULT
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
Wim Taymans [Sat, 24 May 2003 10:31:38 +0000 (10:31 +0000)]
removed UNITS
Original commit message from CVS:
removed UNITS
Wim Taymans [Sat, 24 May 2003 10:20:31 +0000 (10:20 +0000)]
better state change/link function
Original commit message from CVS:
better state change/link function
Benjamin Otte [Thu, 22 May 2003 20:45:09 +0000 (20:45 +0000)]
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to refl...
Original commit message from CVS:
fix Makefiles for C++ libraries. They should now work with Forte. This needs a new libtool, update autogen.sh to reflect this.
Benjamin Otte [Thu, 22 May 2003 17:51:01 +0000 (17:51 +0000)]
remove '__inline' stuff and take normal 'inline' instead
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
Brian Cameron [Thu, 22 May 2003 16:51:37 +0000 (16:51 +0000)]
Forte is more picky about how the pow() and log() functions are called.
Original commit message from CVS:
Forte is more picky about how the pow() and log() functions are called.
Ronald S. Bultje [Thu, 22 May 2003 16:18:21 +0000 (16:18 +0000)]
Actually, I didn't read the spec correctly. doh
Original commit message from CVS:
Actually, I didn't read the spec correctly. doh
Ronald S. Bultje [Thu, 22 May 2003 16:10:12 +0000 (16:10 +0000)]
Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
Original commit message from CVS:
Fix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
Brian Cameron [Thu, 22 May 2003 11:33:15 +0000 (11:33 +0000)]
Corrected modplug and monkeyaudio to build with non-gcc compilers.
Original commit message from CVS:
Corrected modplug and monkeyaudio to build with non-gcc compilers.
Brian Cameron [Thu, 22 May 2003 11:04:31 +0000 (11:04 +0000)]
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing non-gcc compilers to break.
Original commit message from CVS:
Removed needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which
were causing non-gcc compilers to break.
Brian Cameron [Thu, 22 May 2003 11:00:33 +0000 (11:00 +0000)]
change required to build on solaris.
Original commit message from CVS:
change required to build on solaris.
Brian Cameron [Thu, 22 May 2003 10:26:44 +0000 (10:26 +0000)]
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extensio...
Original commit message from CVS:
Made the SWAP and PREPARE_3D_LINE macros work with gints rather than
using typeof(), since typeof() is a gcc-extension and does not work
with other compilers. This is okay since every place these macros
are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect
that it is not so generic.
Brian Cameron [Thu, 22 May 2003 10:03:31 +0000 (10:03 +0000)]
This ISO_VARARGS macro is more consistant with the others.
Original commit message from CVS:
This ISO_VARARGS macro is more consistant with the others.
Brian Cameron [Wed, 21 May 2003 18:16:30 +0000 (18:16 +0000)]
Corrected the configure.ac so it actually works. Updated some c files so that they build on Solaris. This mostly in...
Original commit message from CVS:
Corrected the configure.ac so it actually works. Updated some c files
so that they build on Solaris. This mostly involved supporting ISO
style variable-argument macros.
Brian Cameron [Wed, 21 May 2003 15:16:51 +0000 (15:16 +0000)]
Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler a...
Original commit message from CVS:
Updated autogen.sh/configure.ac and various Makefiles to make the
configure script set up all gcc specific compiler arguments, rather
than hardcoding them in the Makefile.am files
David Schleef [Wed, 21 May 2003 07:47:28 +0000 (07:47 +0000)]
Links also against libgstcontrol
Original commit message from CVS:
Links also against libgstcontrol
Ronald S. Bultje [Wed, 21 May 2003 06:33:18 +0000 (06:33 +0000)]
Some final fixes for the v4lsrc elements. remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead) make...
Original commit message from CVS:
Some final fixes for the v4lsrc elements.
* remove software sync thread (use GST_ELEMENT_THREAD_SUGGESTED instead)
* make all src elements threadsafe
* fix num_buffer argument setting in v4l2src (VIDIOC_S_PARM)
* re-add bufsize (RO) for v4lmjpegsrc
* fix the A/V sync calculation in all elements (spvf=GST_SECOND/fps, not GST_SECOND*fps)
* probably some more crap....
With all this, it actually works quite well. The TODO files describes the
next steps in order to make a full-featured video recorder based on these
elements and GStreamer (bottom). Making a simple recorder should be fairly
easy now, btw.
David Schleef [Mon, 19 May 2003 21:55:11 +0000 (21:55 +0000)]
remove creation of makefile in nonexistent (sys/x11) directory
Original commit message from CVS:
remove creation of makefile in nonexistent (sys/x11) directory
Jeremy Simon [Mon, 19 May 2003 18:36:53 +0000 (18:36 +0000)]
update libflac check
Original commit message from CVS:
update libflac check
Benjamin Otte [Mon, 12 May 2003 16:31:31 +0000 (16:31 +0000)]
make error signal use the right types
Original commit message from CVS:
make error signal use the right types
Benjamin Otte [Mon, 12 May 2003 16:25:26 +0000 (16:25 +0000)]
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
Original commit message from CVS:
uh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
Thomas Vander Stichele [Mon, 12 May 2003 15:08:49 +0000 (15:08 +0000)]
fixes 107967
Original commit message from CVS:
fixes 107967
Christian Schaller [Mon, 12 May 2003 13:17:11 +0000 (13:17 +0000)]
Some bugfixes:
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
Ronald S. Bultje [Sat, 10 May 2003 14:36:34 +0000 (14:36 +0000)]
This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since...
Original commit message from CVS:
This implements filtered-caps negotiation for all the v4l*src elements, and removes the accompanying properties since they're no longer needed
David Schleef [Fri, 9 May 2003 08:09:38 +0000 (08:09 +0000)]
remove bashisms
Original commit message from CVS:
remove bashisms
Julien Moutte [Tue, 6 May 2003 22:22:39 +0000 (22:22 +0000)]
deep-notify can come from pads too, replacing GstElement by GstObject.
Original commit message from CVS:
deep-notify can come from pads too, replacing GstElement by GstObject.
Ronald S. Bultje [Fri, 2 May 2003 21:16:56 +0000 (21:16 +0000)]
Implement element synchronization (#108301)
Original commit message from CVS:
Implement element synchronization (#108301)
Ronald S. Bultje [Fri, 2 May 2003 20:13:08 +0000 (20:13 +0000)]
Gcc < 3.0 fix
Original commit message from CVS:
Gcc < 3.0 fix
Julien Moutte [Mon, 28 Apr 2003 10:52:29 +0000 (10:52 +0000)]
Make vis_video_thread play when connected afterwards
Original commit message from CVS:
Make vis_video_thread play when connected afterwards
This generates some segfaults in gst_thread but we need to fix that
Thomas Vander Stichele [Sun, 27 Apr 2003 15:20:07 +0000 (15:20 +0000)]
more uninstalled fixes
Original commit message from CVS:
more uninstalled fixes
Thomas Vander Stichele [Sun, 27 Apr 2003 14:22:01 +0000 (14:22 +0000)]
more uninstalled fixes
Original commit message from CVS:
more uninstalled fixes
Thomas Vander Stichele [Sun, 27 Apr 2003 11:34:56 +0000 (11:34 +0000)]
uninstalled pkgconfig fixes
Original commit message from CVS:
uninstalled pkgconfig fixes
Steve Baker [Sun, 27 Apr 2003 06:12:29 +0000 (06:12 +0000)]
ignore .pc files
Original commit message from CVS:
ignore .pc files
Christian Schaller [Wed, 23 Apr 2003 19:42:12 +0000 (19:42 +0000)]
Removing avifile and http plugins, also fixing some disting issues
Original commit message from CVS:
Removing avifile and http plugins, also fixing some disting issues
Ronald S. Bultje [Tue, 22 Apr 2003 14:55:12 +0000 (14:55 +0000)]
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
Original commit message from CVS:
Added corresponding divx/xvid decoders and fixed some first-hand encoder bugs
David Schleef [Tue, 22 Apr 2003 08:23:08 +0000 (08:23 +0000)]
Rewrote much of the code. Hopefully will work with gst-player now.
Original commit message from CVS:
Rewrote much of the code. Hopefully will work with gst-player now.
Ronald S. Bultje [Mon, 21 Apr 2003 21:54:27 +0000 (21:54 +0000)]
Adds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed-source)
Original commit message from CVS:
Adds divx/xvid encoders.
* divx encoder is based on divx4linux (commercial, closed-source)
* xvid encoder is based on xvidcore (http://www.xvid.org/, GPL - Christian? ;) )
Both use a GstCaps that doesn't conform with what we currently use, I might fix that later on or so. For now, it doesn't matter, it's just a test. We're also missing corresponding decoders (ffmpeg can decoded this too, but that's not the point), these might come later too.
Julien Moutte [Sun, 20 Apr 2003 21:06:55 +0000 (21:06 +0000)]
Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue.
Original commit message from CVS:
Made a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue.
Added a "pipeline_error" signal which will later allow the player and apps to detect that pipeline was unable to play and why...
This version is NOT STABLE AT ALL. it will need fixes in core but i commit it as is so that we fix those problems
Julien Moutte [Thu, 17 Apr 2003 10:20:25 +0000 (10:20 +0000)]
Changed sanity checks according to BBB feedback
Original commit message from CVS:
Changed sanity checks according to BBB feedback
David Schleef [Wed, 16 Apr 2003 07:23:02 +0000 (07:23 +0000)]
Fix compilation errors
Original commit message from CVS:
Fix compilation errors
Benjamin Otte [Mon, 14 Apr 2003 01:19:11 +0000 (01:19 +0000)]
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
Original commit message from CVS:
Added initial version of audioconvert, a generic converter of integer audio/raw formats.
It currently supports conversion of
- channels (mono/stereo only, until someone tells me how to mix other channels)
- endianness (little/bi endian)
- signedness
- width (8, 1, 24 and 32 bits)
- depth (1 - width bits)
missing:
- enough testing (I intend to write a testsuite for this, but that's pending)
- samplerate conversion
- other goodies like format conversion etc
Expect bugs when using it.
problems this should solve:
- encoding wav files on big endian machines
- goom working with mono audio files in gst-player
- Iain's soundcard (that one is a problem in itself)
- complaints about missing conversion
- too many age old, nearly unmaintained plugins (stereo2mono etc.)
Have fun.
David Schleef [Sun, 13 Apr 2003 20:13:58 +0000 (20:13 +0000)]
Change autoconf_2.52d_check to 2_52 to make bash happy
Original commit message from CVS:
Change autoconf_2.52d_check to 2_52 to make bash happy
Julien Moutte [Sun, 13 Apr 2003 20:02:34 +0000 (20:02 +0000)]
make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue b...
Original commit message from CVS:
make Company happy : Changed visualisation pipeline structure.. audio sink is directly connected to tee so no queue between volume and audio sink...
Ronald S. Bultje [Sun, 13 Apr 2003 11:24:54 +0000 (11:24 +0000)]
Update dvdnav plugin to latest version
Original commit message from CVS:
Update dvdnav plugin to latest version
Julien Moutte [Thu, 10 Apr 2003 13:20:02 +0000 (13:20 +0000)]
Adding a lot of sanity checks
Original commit message from CVS:
Adding a lot of sanity checks
Checking if vis pad is connected before linking/unlinking
Benjamin Otte [Thu, 10 Apr 2003 02:34:13 +0000 (02:34 +0000)]
fixes to mp3 typefinding:
Original commit message from CVS:
fixes to mp3 typefinding:
- removed workaround that detected files with valid ID3v2 tag as mp3 (not needed anymore)
Invalid files didn't occur because of broken length in the tag but because of padding
in the beginning of the audio data most of the time.
- fixed various assorted stuff in the old typefind function (like not adjusting buffer
size after skipping)
- added 2nd typefind function to detect mp3 streams (fixes #94113)
David Schleef [Wed, 9 Apr 2003 22:20:11 +0000 (22:20 +0000)]
Grrr... another fix, to make gst_artsio.idl dist correctly.
Original commit message from CVS:
Grrr... another fix, to make gst_artsio.idl dist correctly.
David Schleef [Tue, 8 Apr 2003 22:53:24 +0000 (22:53 +0000)]
Refix #104689
Original commit message from CVS:
Refix #104689
Ronald S. Bultje [Mon, 7 Apr 2003 22:02:55 +0000 (22:02 +0000)]
This one needs to be adapted too
Original commit message from CVS:
This one needs to be adapted too
Ronald S. Bultje [Mon, 7 Apr 2003 21:34:30 +0000 (21:34 +0000)]
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
Original commit message from CVS:
Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
David Schleef [Mon, 7 Apr 2003 20:47:30 +0000 (20:47 +0000)]
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
Original commit message from CVS:
Convert some of the broken fourcc printing to GST_FOURCC_FORMAT
David Schleef [Mon, 7 Apr 2003 19:00:09 +0000 (19:00 +0000)]
Remove CVS/Tag from dist. Should go into 0.6.1.
Original commit message from CVS:
Remove CVS/Tag from dist. Should go into 0.6.1.
David Schleef [Mon, 7 Apr 2003 18:43:25 +0000 (18:43 +0000)]
Fix a bunch of endianness conversions that were done as long instead of int32. Should go into 0.6.1.
Original commit message from CVS:
Fix a bunch of endianness conversions that were done as long instead of
int32. Should go into 0.6.1.
David Schleef [Sat, 5 Apr 2003 21:28:34 +0000 (21:28 +0000)]
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.
Original commit message from CVS:
Remove automake-1.4 hack to get files to dist correctly. Fixes #104689.
Doesn't need to go into 0.6.1, imo.
Ronald S. Bultje [Sat, 5 Apr 2003 21:16:02 +0000 (21:16 +0000)]
add comments
Original commit message from CVS:
add comments
David Schleef [Sat, 5 Apr 2003 20:09:05 +0000 (20:09 +0000)]
Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
Original commit message from CVS:
Fix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
David Schleef [Sat, 5 Apr 2003 01:31:54 +0000 (01:31 +0000)]
Revert last change, since it breaks build
Original commit message from CVS:
Revert last change, since it breaks build
David Schleef [Fri, 4 Apr 2003 22:51:07 +0000 (22:51 +0000)]
Partial fix for #109700. Should be applied to 0.6.1.
Original commit message from CVS:
Partial fix for #109700. Should be applied to 0.6.1.
David Schleef [Fri, 4 Apr 2003 22:22:15 +0000 (22:22 +0000)]
Correct fix for #109048. Disable qcamsrc plugin if non-i386.
Original commit message from CVS:
Correct fix for #109048. Disable qcamsrc plugin if non-i386.
Ronald S. Bultje [Fri, 4 Apr 2003 21:17:10 +0000 (21:17 +0000)]
Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
Original commit message from CVS:
Well, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
Ronald S. Bultje [Fri, 4 Apr 2003 19:32:49 +0000 (19:32 +0000)]
sys/io.h -> asm/io.h (more portable) - fixes bug #109048
Original commit message from CVS:
sys/io.h -> asm/io.h (more portable) - fixes bug #109048
David Schleef [Fri, 4 Apr 2003 19:16:46 +0000 (19:16 +0000)]
Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
Original commit message from CVS:
Add $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
Julien Moutte [Wed, 2 Apr 2003 21:33:12 +0000 (21:33 +0000)]
Incorporating visualisation in libgstplay adding have_vis_xid signal and a new type of GstPlay object (VIDEO_VISUALIS...
Original commit message from CVS:
Incorporating visualisation in libgstplay
adding have_vis_xid signal and a new type of GstPlay object (VIDEO_VISUALISATION)
Julien Moutte [Sun, 30 Mar 2003 10:21:40 +0000 (10:21 +0000)]
Fixed seeking discont with visualisation
Original commit message from CVS:
Fixed seeking discont with visualisation
Julien Moutte [Sat, 29 Mar 2003 19:48:38 +0000 (19:48 +0000)]
Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation"
Original commit message from CVS:
Added gst_gconf function to render visualisation plugin from GConf key "default/visualisation"
Enjoyed that commit to document those functions and remove commented functions
Benjamin Otte [Mon, 24 Mar 2003 02:58:13 +0000 (02:58 +0000)]
fix compile error
Original commit message from CVS:
fix compile error
Christian Schaller [Tue, 11 Mar 2003 21:46:07 +0000 (21:46 +0000)]
fixes for monkeys audio
Original commit message from CVS:
fixes for monkeys audio
Jeremy Simon [Tue, 11 Mar 2003 19:29:20 +0000 (19:29 +0000)]
Add monkeyaudio plugin
Original commit message from CVS:
Add monkeyaudio plugin
Ronald S. Bultje [Sun, 9 Mar 2003 15:07:53 +0000 (15:07 +0000)]
Fix v4l/v4l2 compilation problems
Original commit message from CVS:
Fix v4l/v4l2 compilation problems
Ronald S. Bultje [Wed, 5 Mar 2003 13:41:34 +0000 (13:41 +0000)]
Fix compilation failure in testsuite/alsa/
Original commit message from CVS:
Fix compilation failure in testsuite/alsa/