platform/upstream/gstreamer.git
21 years agoThis ISO_VARARGS macro is more consistant with the others.
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.

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: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.

21 years agoUpdated autogen.sh/configure.ac and various Makefiles to make the configure script...
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

21 years agoLinks also against libgstcontrol
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

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 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 error signal use the right types
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

21 years agouh, maybe putting new signals before LAST_SIGNAL might help against memory corruption?
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?

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 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 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 agodeep-notify can come from pads too, replacing GstElement by GstObject.
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.

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 agoGcc < 3.0 fix
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

21 years agoMake vis_video_thread play when connected afterwards
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

21 years agomore uninstalled fixes
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

21 years agomore 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

21 years agouninstalled pkgconfig 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

21 years agoignore .pc files
Steve Baker [Sun, 27 Apr 2003 06:12:29 +0000 (06:12 +0000)]
ignore .pc files

Original commit message from CVS:
ignore .pc files

21 years agoRemoving avifile and http plugins, also fixing some disting issues
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

21 years agoAdded corresponding divx/xvid decoders and fixed some first-hand encoder bugs
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

21 years agoRewrote much of the code. Hopefully will work with gst-player now.
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.

21 years agoAdds divx/xvid encoders. divx encoder is based on divx4linux (commercial, closed...
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.

21 years agoMade a theorical libgstplay which refs/unrefs elements before putting them in AsyncQueue.
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

21 years agoChanged sanity checks according to BBB feedback
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

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 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 agomake Company happy : Changed visualisation pipeline structure.. audio sink is directl...
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...

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 agoAdding a lot of sanity checks
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

21 years agofixes to mp3 typefinding:
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)

21 years agoGrrr... another fix, to make gst_artsio.idl dist correctly.
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.

21 years agoRefix #104689
David Schleef [Tue, 8 Apr 2003 22:53:24 +0000 (22:53 +0000)]
Refix #104689

Original commit message from CVS:
Refix #104689

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: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)

21 years agoConvert some of the broken fourcc printing to GST_FOURCC_FORMAT
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

21 years agoRemove CVS/Tag from dist. Should go into 0.6.1.
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.

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: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.

21 years agoRemove automake-1.4 hack to get files to dist correctly. Fixes #104689.
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.

21 years agoadd comments
Ronald S. Bultje [Sat, 5 Apr 2003 21:16:02 +0000 (21:16 +0000)]
add comments

Original commit message from CVS:
add comments

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 agoRevert last change, since it breaks build
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

21 years agoPartial fix for #109700. Should be applied to 0.6.1.
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.

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 agoWell, ok, one more patch - fix the well-known v4l compilation problems inside ffmpeg too
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

21 years agosys/io.h -> asm/io.h (more portable) - fixes bug #109048
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

21 years agoAdd $(GST_LIBS) to LIBADD for libgstgconf. Should go into 0.6.1.
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.

21 years agoIncorporating visualisation in libgstplay adding have_vis_xid signal and a new type...
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)

21 years agoFixed seeking discont with 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

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 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 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 agoupdate for the latest jack cvs and non-cothreaded gst scheduler
Andy Wingo [Tue, 4 Mar 2003 15:34:20 +0000 (15:34 +0000)]
update for the latest jack cvs and non-cothreaded gst scheduler

Original commit message from CVS:
update for the latest jack cvs and non-cothreaded gst scheduler

21 years agogst_play_get_sink_element has been improved :
Julien Moutte [Mon, 3 Mar 2003 17:58:07 +0000 (17:58 +0000)]
gst_play_get_sink_element has been improved :

Original commit message from CVS:
gst_play_get_sink_element has been improved :
- Recursively searches in bins
- Able to find sink_element of a specified GstPlaySinkType (audio,video,any)

This now allow us to send very complex bins to GstPlay for audio/video sink without breaking length querying, eos signaling, etc..

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 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:24 +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 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 agocommit first part of ivorbis fixes
Christian Schaller [Sat, 1 Mar 2003 14:48:00 +0000 (14:48 +0000)]
commit first part of ivorbis fixes

Original commit message from CVS:
commit first part of ivorbis fixes

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:23 +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 agoremove autogenerated file
David I. Lehn [Sun, 23 Feb 2003 18:30:26 +0000 (18:30 +0000)]
remove autogenerated file

Original commit message from CVS:
remove autogenerated file

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 agoDocumented libgstplay's public methods
Julien Moutte [Fri, 7 Feb 2003 11:02:21 +0000 (11:02 +0000)]
Documented libgstplay's public methods

Original commit message from CVS:
Documented libgstplay's public methods

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 agoCode cleanup and reorganization
Julien Moutte [Thu, 6 Feb 2003 23:17:37 +0000 (23:17 +0000)]
Code cleanup and reorganization

Original commit message from CVS:
Code cleanup and reorganization
I ll now be able to make nice gtk-doc for this lib
Fixed latency bug on async_queue pop
X video window now comes immediatly

21 years agoChanged caps->fixed to use FLAG_SET
Jan Schmidt [Wed, 5 Feb 2003 20:38:41 +0000 (20:38 +0000)]
Changed caps->fixed to use FLAG_SET

Original commit message from CVS:
Changed caps->fixed to use FLAG_SET

21 years ago- properly ref/unref the caps while doing caps nego
Wim Taymans [Sun, 2 Feb 2003 20:00:19 +0000 (20:00 +0000)]
- properly ref/unref the caps while doing caps nego

Original commit message from CVS:
- properly ref/unref the caps while doing caps nego

21 years ago- Cleanups
Wim Taymans [Sun, 2 Feb 2003 19:25:58 +0000 (19:25 +0000)]
- Cleanups

Original commit message from CVS:
- Cleanups
- remove old tracing API calls

21 years agoChange %lld, %llu to G_G[U]INT64_FORMAT globally. Fix bad pointer->integer conversion.
David Schleef [Sun, 2 Feb 2003 05:26:29 +0000 (05:26 +0000)]
Change %lld, %llu to G_G[U]INT64_FORMAT globally.  Fix bad pointer->integer conversion.

Original commit message from CVS:
Change %lld, %llu to G_G[U]INT64_FORMAT globally.  Fix bad pointer->integer
conversion.

21 years agoremove README from Makefile.am as there is no README
Christian Schaller [Sat, 1 Feb 2003 15:43:39 +0000 (15:43 +0000)]
remove README from Makefile.am as there is no README

Original commit message from CVS:
remove README from Makefile.am as there is no README

21 years agoRenamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added...
Owen Fraser-Green [Fri, 31 Jan 2003 23:06:18 +0000 (23:06 +0000)]
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9

Original commit message from CVS:
Renamed GST_RIFF_WAVE_FORMAT_DIVX and _divx to _DIVX_WMAV1 and _DIVX_WMAV2 and added _WMAV9

21 years agoAdd metadata/streaminfo to AVI
Ronald S. Bultje [Fri, 31 Jan 2003 19:37:25 +0000 (19:37 +0000)]
Add metadata/streaminfo to AVI

Original commit message from CVS:
Add metadata/streaminfo to AVI

21 years agoJust correcting my mistake
Zeeshan Ali [Thu, 30 Jan 2003 21:05:22 +0000 (21:05 +0000)]
Just correcting my mistake

Original commit message from CVS:
Just correcting my mistake

21 years agoAdd untested get-video-size function (bug 104360)
Ronald S. Bultje [Thu, 30 Jan 2003 20:47:43 +0000 (20:47 +0000)]
Add untested get-video-size function (bug 104360)

Original commit message from CVS:
Add untested get-video-size function (bug 104360)

21 years agoThe first attempt to support MAS. Dont expect it to work :)
Zeeshan Ali [Thu, 30 Jan 2003 20:24:26 +0000 (20:24 +0000)]
The first attempt to support MAS. Dont expect it to work :)

Original commit message from CVS:
The first attempt to support MAS. Dont expect it to work :)

21 years agomake 8bit modplug use the right caps. 8bit sounds really crappy tho
Benjamin Otte [Thu, 30 Jan 2003 18:03:47 +0000 (18:03 +0000)]
make 8bit modplug use the right caps. 8bit sounds really crappy tho

Original commit message from CVS:
make 8bit modplug use the right caps. 8bit sounds really crappy tho

21 years agoadd asf plugin
Christian Schaller [Sun, 26 Jan 2003 00:25:41 +0000 (00:25 +0000)]
add asf plugin

Original commit message from CVS:
add asf plugin

21 years agoadd asf plugin to build
Christian Schaller [Sun, 26 Jan 2003 00:25:04 +0000 (00:25 +0000)]
add asf plugin to build

Original commit message from CVS:
add asf plugin to build

21 years agoDon't make a size request when in iradio mode.
Colin Walters [Sat, 25 Jan 2003 23:20:36 +0000 (23:20 +0000)]
Don't make a size request when in iradio mode.

Original commit message from CVS:
(gst_gnomevfssrc_open_file): Don't make a size request when in iradio mode.

21 years agoAdd length querying
David Schleef [Thu, 23 Jan 2003 21:06:30 +0000 (21:06 +0000)]
Add length querying

Original commit message from CVS:
Add length querying

21 years agofix swfdec link
Christian Schaller [Thu, 23 Jan 2003 20:32:37 +0000 (20:32 +0000)]
fix swfdec link

Original commit message from CVS:
fix swfdec link

21 years agoclean up spec file, more virtualprovides
Thomas Vander Stichele [Thu, 23 Jan 2003 13:06:24 +0000 (13:06 +0000)]
clean up spec file, more virtualprovides

Original commit message from CVS:
clean up spec file, more virtualprovides

21 years ago0.7.x dev branch is open
Thomas Vander Stichele [Thu, 23 Jan 2003 12:25:29 +0000 (12:25 +0000)]
0.7.x dev branch is open

Original commit message from CVS:
0.7.x dev branch is open

21 years agoupdate version
Thomas Vander Stichele [Wed, 22 Jan 2003 21:57:38 +0000 (21:57 +0000)]
update version

Original commit message from CVS:
update version

21 years agostray x check
Thomas Vander Stichele [Tue, 21 Jan 2003 22:50:19 +0000 (22:50 +0000)]
stray x check

Original commit message from CVS:
stray x check