platform/upstream/gstreamer.git
21 years agoI'm too lazy to comment this
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 ***

21 years ago- added gst_oss_clock_set_time to .h file
Wim Taymans [Sat, 24 May 2003 10:55:02 +0000 (10:55 +0000)]
- added gst_oss_clock_set_time to .h file

Original commit message from CVS:
- added gst_oss_clock_set_time to .h file

21 years ago- removed UNITS
Wim Taymans [Sat, 24 May 2003 10:51:02 +0000 (10:51 +0000)]
- removed UNITS

Original commit message from CVS:
- removed UNITS

21 years ago- UNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:47:37 +0000 (10:47 +0000)]
- UNITS -> DEFAULT

Original commit message from CVS:
- UNITS -> DEFAULT

21 years ago- UNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:45:27 +0000 (10:45 +0000)]
- UNITS -> DEFAULT

Original commit message from CVS:
- UNITS -> DEFAULT
- added chunk_size option to osssink, buffers will be written to the
devive in chunks of this size, this can increase the accuracy of the
clock on some devices.

21 years agoUNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:41:21 +0000 (10:41 +0000)]
UNITS -> DEFAULT

Original commit message from CVS:
UNITS -> DEFAULT

21 years ago- UNITS -> DEFAULT
Wim Taymans [Sat, 24 May 2003 10:34:34 +0000 (10:34 +0000)]
- UNITS -> DEFAULT

Original commit message from CVS:
- UNITS -> DEFAULT
- seeking updates

21 years agoremoved UNITS
Wim Taymans [Sat, 24 May 2003 10:31:38 +0000 (10:31 +0000)]
removed UNITS

Original commit message from CVS:
removed UNITS

21 years agofix Makefiles for C++ libraries. They should now work with Forte. This needs a new...
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.

21 years agolocalhost should not be looked-up and the user should be able to able to use IP inste...
Zeeshan Ali [Thu, 22 May 2003 19:38:14 +0000 (19:38 +0000)]
localhost should not be looked-up and the user should be able to able to use IP instead of hostname

Original commit message from CVS:
localhost should not be looked-up and the user should be able to able to use IP instead of hostname

21 years agoActually, I didn't read the spec correctly. doh
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

21 years agoFix for bttv driver (which doesn't seem to follow the v4l2 spec 100%?
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%?

21 years agoRemoved needless ; at the end of GST_PAD_TEMPLATE_FACTORY calls, which were causing...
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.

21 years agoMade the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof...
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.

21 years agoFixed header files so that rtp builds on Solaris
Brian Cameron [Thu, 22 May 2003 09:27:15 +0000 (09:27 +0000)]
Fixed header files so that rtp builds on Solaris

Original commit message from CVS:
Fixed header files so that rtp builds on Solaris

21 years agoCorrected the configure.ac so it actually works. Updated some c files so that they...
Brian Cameron [Wed, 21 May 2003 18:16:28 +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.

21 years agoUpdated autogen.sh/configure.ac and various Makefiles to make the configure script...
Brian Cameron [Wed, 21 May 2003 15:16:49 +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

21 years agoSome final fixes for the v4lsrc elements. remove software sync thread (use GST_ELEMEN...
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.

21 years agoFix typo in last checkin
David Schleef [Tue, 20 May 2003 21:55:28 +0000 (21:55 +0000)]
Fix typo in last checkin

Original commit message from CVS:
Fix typo in last checkin

21 years agoFix typo (incorrect pointer dereference). Change the magic number for little-endian...
David Schleef [Tue, 20 May 2003 21:19:42 +0000 (21:19 +0000)]
Fix typo (incorrect pointer dereference).  Change the magic number for little-endian streams to match with /etc/magic.

Original commit message from CVS:
Fix typo (incorrect pointer dereference).  Change the magic number
for little-endian streams to match with /etc/magic.

21 years agoremove creation of makefile in nonexistent (sys/x11) directory
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

21 years agoupdate libflac check
Jeremy Simon [Mon, 19 May 2003 18:36:53 +0000 (18:36 +0000)]
update libflac check

Original commit message from CVS:
update libflac check

21 years agomake wavparse not segfault when somebody puts data at the end of the file
Benjamin Otte [Sat, 17 May 2003 16:09:59 +0000 (16:09 +0000)]
make wavparse not segfault when somebody puts data at the end of the file

Original commit message from CVS:
make wavparse not segfault when somebody puts data at the end of the file

21 years agoHm, one more little endian fix
Ronald S. Bultje [Wed, 14 May 2003 22:04:20 +0000 (22:04 +0000)]
Hm, one more little endian fix

Original commit message from CVS:
Hm, one more little endian fix

21 years agoPCM data in AVI is always little endian
Ronald S. Bultje [Wed, 14 May 2003 21:59:18 +0000 (21:59 +0000)]
PCM data in AVI is always little endian

Original commit message from CVS:
PCM data in AVI is always little endian

21 years agofixed gst-launch-ext to use new pipelines (bug 111108)
Benjamin Otte [Wed, 14 May 2003 00:05:29 +0000 (00:05 +0000)]
fixed gst-launch-ext to use new pipelines (bug 111108)

Original commit message from CVS:
fixed gst-launch-ext to use new pipelines (bug 111108)

21 years agowavenc supports 8 bits too
Ronald S. Bultje [Tue, 13 May 2003 12:26:51 +0000 (12:26 +0000)]
wavenc supports 8 bits too

Original commit message from CVS:
wavenc supports 8 bits too

21 years agofixes 107967
Thomas Vander Stichele [Mon, 12 May 2003 15:08:49 +0000 (15:08 +0000)]
fixes 107967

Original commit message from CVS:
fixes 107967

21 years agoSome bugfixes:
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

21 years agoI'm too lazy to comment this
Ronald S. Bultje [Mon, 12 May 2003 12:17:40 +0000 (12:17 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
Move wav parser into correct category. Thanks, Ross Burton <r.burton@180sw.com> - #112829

21 years agoOups I forgot gstflacenc.h
Jeremy Simon [Sun, 11 May 2003 17:19:00 +0000 (17:19 +0000)]
Oups I forgot gstflacenc.h

Original commit message from CVS:
Oups I forgot gstflacenc.h

21 years ago_ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill...
Jeremy Simon [Sun, 11 May 2003 17:18:17 +0000 (17:18 +0000)]
_ Change from StreamEncoder to SeekableStreamEncoder _ Add a seek callback to fill STREAMINFO blocks correctly _ Add ...

Original commit message from CVS:
_ Change from StreamEncoder to SeekableStreamEncoder
_ Add a seek callback to fill STREAMINFO blocks correctly
_ Add metadata (vorbis comments)

21 years agofixes #112657
Thomas Vander Stichele [Sat, 10 May 2003 16:57:38 +0000 (16:57 +0000)]
fixes #112657

Original commit message from CVS:
fixes #112657

21 years agoThis implements filtered-caps negotiation for all the v4l*src elements, and removes...
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

21 years agoproperly get rid of clocks on disposal - be parent of own clock
Benjamin Otte [Sat, 10 May 2003 11:35:59 +0000 (11:35 +0000)]
properly get rid of clocks on disposal - be parent of own clock

Original commit message from CVS:
properly get rid of clocks on disposal - be parent of own clock

21 years agoremove bashisms
David Schleef [Fri, 9 May 2003 08:09:38 +0000 (08:09 +0000)]
remove bashisms

Original commit message from CVS:
remove bashisms

21 years agoSee #112579
Ronald S. Bultje [Thu, 8 May 2003 16:07:30 +0000 (16:07 +0000)]
See #112579

Original commit message from CVS:
See #112579

21 years agoFound more problems. Refix #112329.
David Schleef [Mon, 5 May 2003 21:26:01 +0000 (21:26 +0000)]
Found more problems.  Refix #112329.

Original commit message from CVS:
Found more problems.  Refix #112329.

21 years agoFix off-by-one allocation problem in gst_aasink_dither_get_type().
David Schleef [Mon, 5 May 2003 21:15:08 +0000 (21:15 +0000)]
Fix off-by-one allocation problem in gst_aasink_dither_get_type().

Original commit message from CVS:
Fix off-by-one allocation problem in gst_aasink_dither_get_type().
Fixes #112329.

21 years agoImplement element synchronization (#108301)
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)

21 years agobugfixes:
Benjamin Otte [Tue, 29 Apr 2003 21:54:47 +0000 (21:54 +0000)]
bugfixes:

Original commit message from CVS:
bugfixes:
- seek correctly on SEEK_METHOD_END
- don't emit a warning when mp3's in wav's have no width information
- use BYTES format on discontinuous events and omit timestamp when invalid (mp3 anyone?)

21 years agoAdd metadata (only vorbis comment)
Jeremy Simon [Sun, 27 Apr 2003 12:00:41 +0000 (12:00 +0000)]
Add metadata (only vorbis comment)

Original commit message from CVS:
Add metadata (only vorbis comment)

21 years agofixes:
Benjamin Otte [Sat, 26 Apr 2003 01:55:53 +0000 (01:55 +0000)]
fixes:

Original commit message from CVS:
fixes:
- wrong type of 0
- only write data into buffer if buffer is big enough
- write data into a buffer which we actually may write

21 years agoRemoving avifile and http plugins, also fixing some disting issues
Christian Schaller [Wed, 23 Apr 2003 19:42:11 +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

21 years agoAdded corresponding divx/xvid decoders and fixed some first-hand encoder bugs
Ronald S. Bultje [Tue, 22 Apr 2003 14:55:09 +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

21 years agoAdds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed...
Ronald S. Bultje [Mon, 21 Apr 2003 21:54:26 +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.

21 years agoFix compilation errors
David Schleef [Wed, 16 Apr 2003 07:23:02 +0000 (07:23 +0000)]
Fix compilation errors

Original commit message from CVS:
Fix compilation errors

21 years agowe do not destroy anything anymore. Not even unwanted pads
Benjamin Otte [Tue, 15 Apr 2003 17:11:42 +0000 (17:11 +0000)]
we do not destroy anything anymore. Not even unwanted pads

Original commit message from CVS:
we do not destroy anything anymore. Not even unwanted pads

21 years agoadded support for alaw/mulaw audio - yes, I have alaw encoded AVIs here
Benjamin Otte [Mon, 14 Apr 2003 02:18:46 +0000 (02:18 +0000)]
added support for alaw/mulaw audio - yes, I have alaw encoded AVIs here

Original commit message from CVS:
added support for alaw/mulaw audio - yes, I have alaw encoded AVIs here

21 years agoAdded initial version of audioconvert, a generic converter of integer audio/raw formats.
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.

21 years agoChange autoconf_2.52d_check to 2_52 to make bash happy
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

21 years ago- handle mono audio too
Wim Taymans [Sun, 13 Apr 2003 18:40:34 +0000 (18:40 +0000)]
- handle mono audio too

Original commit message from CVS:
- handle mono audio too
- better caps negotiation
- goom_close() in dispose

21 years agoUpdate dvdnav plugin to latest version
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

21 years agofixes to wavparse:
Benjamin Otte [Fri, 11 Apr 2003 21:52:18 +0000 (21:52 +0000)]
fixes to wavparse:

Original commit message from CVS:
fixes to wavparse:
- endianness is G_LITTLE_ENDIAN and not G_BYTE_ORDER
- support the law formats
- error out on unknown format, don't try to go on (fixes #110516)
- check buffer size before typefinding

21 years agoThis one needs to be adapted too
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

21 years agoPort some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/,...
Ronald S. Bultje [Mon, 7 Apr 2003 21:34:28 +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)

21 years agoConvert some of the broken fourcc printing to GST_FOURCC_FORMAT
David Schleef [Mon, 7 Apr 2003 20:47:29 +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

21 years agoFix a bunch of endianness conversions that were done as long instead of int32. Shoul...
David Schleef [Mon, 7 Apr 2003 18:43:20 +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.

21 years agoFixup for bug 109797 and 109094
Ronald S. Bultje [Sun, 6 Apr 2003 22:20:42 +0000 (22:20 +0000)]
Fixup for bug 109797 and 109094

Original commit message from CVS:
Fixup for bug 109797 and 109094

21 years ago- Better state change function
Wim Taymans [Sun, 6 Apr 2003 13:04:20 +0000 (13:04 +0000)]
- Better state change function

Original commit message from CVS:
- Better state change function
- fail when negotiation was not performed
- removed properties that are implied by caps
- only open device in negotiation

21 years agoFix the QCAM detection. (Correctly, this time.) Should go into 0.6.1
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

21 years agoCorrect fix for #109048. Disable qcamsrc plugin if non-i386.
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.

21 years agoI'm too lazy to comment this
Ronald S. Bultje [Fri, 4 Apr 2003 21:02:18 +0000 (21:02 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
Fix #106709 - waiting for approval in 0.6.1 - patch thanks to Peter N Lundblad <lundblad@linux.nu>

21 years agoimplement clocking set clock counter back to zero on ready->paused move open/close...
Ronald S. Bultje [Sun, 30 Mar 2003 21:19:08 +0000 (21:19 +0000)]
implement clocking set clock counter back to zero on ready->paused move open/close to ready/null instead of paused/re...

Original commit message from CVS:
* implement clocking
* set clock counter back to zero on ready->paused
* move open/close to ready/null instead of paused/ready.
* add random typos

21 years agoAdded gst_gconf function to render visualisation plugin from GConf key "default/visua...
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

21 years agowav is little endian
Benjamin Otte [Tue, 25 Mar 2003 20:12:20 +0000 (20:12 +0000)]
wav is little endian

Original commit message from CVS:
wav is little endian

21 years agoI bet you didn't try if the fix worked, BBB ;)
Benjamin Otte [Mon, 24 Mar 2003 04:06:08 +0000 (04:06 +0000)]
I bet you didn't try if the fix worked, BBB ;)

Original commit message from CVS:
I bet you didn't try if the fix worked, BBB ;)
Fixed it the right way now.

21 years agofix compile error
Benjamin Otte [Mon, 24 Mar 2003 02:58:13 +0000 (02:58 +0000)]
fix compile error

Original commit message from CVS:
fix compile error

21 years agoFix compiler problems with gcc-2.96/RH-7.3
Ronald S. Bultje [Fri, 14 Mar 2003 21:08:30 +0000 (21:08 +0000)]
Fix compiler problems with gcc-2.96/RH-7.3

Original commit message from CVS:
Fix compiler problems with gcc-2.96/RH-7.3

21 years agofixes for monkeys audio
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

21 years agoAdd monkeyaudio plugin
Jeremy Simon [Tue, 11 Mar 2003 19:29:20 +0000 (19:29 +0000)]
Add monkeyaudio plugin

Original commit message from CVS:
Add monkeyaudio plugin

21 years agoFix v4l/v4l2 compilation problems
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

21 years agoFix compilation failure in testsuite/alsa/
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/

21 years agogoom takes stereo data
Wim Taymans [Tue, 4 Mar 2003 22:22:56 +0000 (22:22 +0000)]
goom takes stereo data

Original commit message from CVS:
goom takes stereo data

21 years agoresync on discont events
Wim Taymans [Tue, 4 Mar 2003 22:04:05 +0000 (22:04 +0000)]
resync on discont events

Original commit message from CVS:
resync on discont events

21 years agoAdded state change function to clear some state in READY
Wim Taymans [Tue, 4 Mar 2003 21:46:59 +0000 (21:46 +0000)]
Added state change function to clear some state in READY

Original commit message from CVS:
Added state change function to clear some state in READY

21 years agoMake alaw / mulaw work again.
Benjamin Otte [Mon, 3 Mar 2003 22:17:28 +0000 (22:17 +0000)]
Make alaw / mulaw work again.

Original commit message from CVS:
Make alaw / mulaw work again.
- fixed link functions
- make alaw encode/decode use alsa code, so it works right now

21 years agoUnification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when...
Ronald S. Bultje [Sun, 2 Mar 2003 21:58:52 +0000 (21:58 +0000)]
Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src

Original commit message from CVS:
Unification of the way to speak to v4l2 and v4l elements... Also fix a segfautl when doing gst-inspect v4l2src

21 years agoSilly bug, i wonder who was the last one to play with it
Zeeshan Ali [Sun, 2 Mar 2003 20:17:21 +0000 (20:17 +0000)]
Silly bug, i wonder who was the last one to play with it

Original commit message from CVS:
Silly bug, i wonder who was the last one to play with it

21 years agoremove obsolete requirement from rtp plugin
Christian Schaller [Sun, 2 Mar 2003 11:58:26 +0000 (11:58 +0000)]
remove obsolete requirement from rtp plugin

Original commit message from CVS:
remove obsolete requirement from rtp plugin

21 years agocommit RTP fixes to spec file
Christian Schaller [Sun, 2 Mar 2003 11:29:18 +0000 (11:29 +0000)]
commit RTP fixes to spec file

Original commit message from CVS:
commit RTP fixes to spec file

21 years agoCommit header changes too
Wim Taymans [Sun, 2 Mar 2003 10:49:54 +0000 (10:49 +0000)]
Commit header changes too

Original commit message from CVS:
Commit header changes too

21 years agoone missing file updated
Christian Schaller [Sun, 2 Mar 2003 10:17:53 +0000 (10:17 +0000)]
one missing file updated

Original commit message from CVS:
one missing file updated

21 years agoComplete the move of the RTP plugin
Christian Schaller [Sun, 2 Mar 2003 10:16:26 +0000 (10:16 +0000)]
Complete the move of the RTP plugin

Original commit message from CVS:
Complete the move of the RTP plugin

21 years agoImplement seeking on wav
Wim Taymans [Sat, 1 Mar 2003 18:34:38 +0000 (18:34 +0000)]
Implement seeking on wav

Original commit message from CVS:
Implement seeking on wav

21 years agoremove videosink from spec
Christian Schaller [Sat, 1 Mar 2003 15:04:35 +0000 (15:04 +0000)]
remove videosink from spec

Original commit message from CVS:
remove videosink from spec

21 years agofix ivorbis part 2
Christian Schaller [Sat, 1 Mar 2003 14:49:57 +0000 (14:49 +0000)]
fix ivorbis part 2

Original commit message from CVS:
fix ivorbis part 2

21 years agoget this thing working (again ?)
Benjamin Otte [Tue, 25 Feb 2003 22:48:30 +0000 (22:48 +0000)]
get this thing working (again ?)

Original commit message from CVS:
get this thing working (again ?)

21 years agoForward events.
Wim Taymans [Tue, 25 Feb 2003 21:34:10 +0000 (21:34 +0000)]
Forward events.

Original commit message from CVS:
Forward events.

21 years agodisabling videosink from head build, should I do the same for 0.6 branch?
Christian Schaller [Sun, 23 Feb 2003 21:52:42 +0000 (21:52 +0000)]
disabling videosink from head build, should I do the same for 0.6 branch?

Original commit message from CVS:
disabling videosink from head build, should I do the same for 0.6 branch?

21 years agostate change fixes from Pedro Corte-Real for shout and shout2 plugins
Christian Schaller [Sun, 23 Feb 2003 21:01:24 +0000 (21:01 +0000)]
state change fixes from Pedro Corte-Real for shout and shout2 plugins

Original commit message from CVS:
state change fixes from Pedro Corte-Real for shout and shout2 plugins

21 years agoadd FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disabl...
Christian Schaller [Sun, 23 Feb 2003 19:58:50 +0000 (19:58 +0000)]
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...

Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor

21 years agoFix bug 105886
Ronald S. Bultje [Sun, 23 Feb 2003 17:48:07 +0000 (17:48 +0000)]
Fix bug 105886

Original commit message from CVS:
Fix bug 105886

21 years agomerge integer based Tremor vorbis plugin
Christian Schaller [Sun, 23 Feb 2003 17:35:35 +0000 (17:35 +0000)]
merge integer based Tremor vorbis plugin

Original commit message from CVS:
merge integer based Tremor vorbis plugin

21 years agoI'm too lazy to comment this
Colin Walters [Sat, 15 Feb 2003 04:54:32 +0000 (04:54 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

21 years agocommitting fixes before deleting all of my gstreamer cvs to make room for music for...
Thomas Vander Stichele [Fri, 14 Feb 2003 14:22:04 +0000 (14:22 +0000)]
committing fixes before deleting all of my gstreamer cvs to make room for music for the skiing trip, yay !

Original commit message from CVS:
committing fixes before deleting all of my gstreamer cvs to make room for
music for the skiing trip, yay !

21 years agoMaking some things work and breaking others
Zeeshan Ali [Mon, 10 Feb 2003 22:10:46 +0000 (22:10 +0000)]
Making some things work and breaking others

Original commit message from CVS:
Making some things work and breaking others

21 years agoI'm too lazy to comment this
Colin Walters [Fri, 7 Feb 2003 01:48:21 +0000 (01:48 +0000)]
I'm too lazy to comment this

Original commit message from CVS:
*** empty log message ***

21 years agoBigendian fixes
Wim Taymans [Tue, 4 Feb 2003 21:21:38 +0000 (21:21 +0000)]
Bigendian fixes

Original commit message from CVS:
Bigendian fixes

21 years agoEndian fixes for index parsing.
Wim Taymans [Tue, 4 Feb 2003 18:58:34 +0000 (18:58 +0000)]
Endian fixes for index parsing.

Original commit message from CVS:
Endian fixes for index parsing.