Ronald S. Bultje
e87e59e1b3
Somewhat improve error reporting
...
Original commit message from CVS:
Somewhat improve error reporting
2003-06-01 15:13:56 +00:00
Ronald S. Bultje
401ae2bdee
This fixes a segfault on exit
...
Original commit message from CVS:
This fixes a segfault on exit
2003-06-01 13:20:37 +00:00
Julien Moutte
4740481183
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.
2003-06-01 11:43:08 +00:00
Jeremy Simon
a8b0a796c5
CPPFLAGS -> CXXFLAGS
...
Original commit message from CVS:
CPPFLAGS -> CXXFLAGS
2003-05-31 14:45:19 +00:00
Julien Moutte
f1a6f672da
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
2003-05-30 22:36:19 +00:00
Ronald S. Bultje
9abd17b846
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
2003-05-30 22:32:41 +00:00
Ronald S. Bultje
c4eefdd7bc
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?!?)
2003-05-30 21:44:53 +00:00
Thomas Vander Stichele
8e1ee4564b
pkgconfig checks for mad, audiofile, fix for mcopidl
...
Original commit message from CVS:
pkgconfig checks for mad, audiofile, fix for mcopidl
2003-05-30 10:53:14 +00:00
Ronald S. Bultje
c2c374b35b
Use new ffmpeg revision
...
Original commit message from CVS:
Use new ffmpeg revision
2003-05-29 19:33:58 +00:00
Thomas Vander Stichele
f6f7d4428a
don't warn on recoverable problems
...
Original commit message from CVS:
don't warn on recoverable problems
2003-05-29 17:00:55 +00:00
Ronald S. Bultje
2c98438c99
I'm too lazy to comment this
...
Original commit message from CVS:
New dxr3 plugins from Martin Soto <soto@informatik.uni-kl.de>
2003-05-29 14:35:24 +00:00
Thomas Vander Stichele
bbd6f9804b
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2003-05-28 16:06:00 +00:00
Wim Taymans
5f51e20e49
- some of my pending cleanups
...
Original commit message from CVS:
- some of my pending cleanups
2003-05-24 10:56:28 +00:00
Wim Taymans
4d96d4aa91
- removed UNITS
...
Original commit message from CVS:
- removed UNITS
2003-05-24 10:51:02 +00:00
Wim Taymans
328cce2c69
- UNITS -> DEFAULT
...
Original commit message from CVS:
- UNITS -> DEFAULT
2003-05-24 10:47:37 +00:00
Wim Taymans
ed75cd44e4
UNITS -> DEFAULT
...
Original commit message from CVS:
UNITS -> DEFAULT
2003-05-24 10:41:58 +00:00
Wim Taymans
fe40d42ec3
- UNITS -> DEFAULT
...
Original commit message from CVS:
- UNITS -> DEFAULT
- small seek updates
2003-05-24 10:33:08 +00:00
Wim Taymans
0faa83dc40
removed UNITS
...
Original commit message from CVS:
removed UNITS
2003-05-24 10:31:38 +00:00
Wim Taymans
ecbb3f88ca
better state change/link function
...
Original commit message from CVS:
better state change/link function
2003-05-24 10:20:31 +00:00
Benjamin Otte
940740d32a
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.
2003-05-22 20:45:09 +00:00
Benjamin Otte
f3e0b84064
remove '__inline' stuff and take normal 'inline' instead
...
Original commit message from CVS:
remove '__inline' stuff and take normal 'inline' instead
2003-05-22 17:51:01 +00:00
Brian Cameron
f4e4c4b31e
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.
2003-05-22 16:51:37 +00:00
Ronald S. Bultje
349abb3b06
Actually, I didn't read the spec correctly. doh
...
Original commit message from CVS:
Actually, I didn't read the spec correctly. doh
2003-05-22 16:18:21 +00:00
Ronald S. Bultje
c60afcbf2c
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%?
2003-05-22 16:10:12 +00:00
Brian Cameron
ec45be3bb6
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.
2003-05-22 11:33:15 +00:00
Brian Cameron
6d19f51c85
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.
2003-05-22 11:04:31 +00:00
Brian Cameron
37d86126ac
change required to build on solaris.
...
Original commit message from CVS:
change required to build on solaris.
2003-05-22 11:00:33 +00:00
Brian Cameron
2e570bdcec
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.
2003-05-22 10:26:44 +00:00
Brian Cameron
debf9fea7a
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.
2003-05-22 10:03:31 +00:00
Brian Cameron
4c3c8f6f10
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.
2003-05-21 18:16:30 +00:00
Brian Cameron
a62ca0048e
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
2003-05-21 15:16:51 +00:00
David Schleef
5198587eb4
Links also against libgstcontrol
...
Original commit message from CVS:
Links also against libgstcontrol
2003-05-21 07:47:28 +00:00
Ronald S. Bultje
6588850d74
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.
2003-05-21 06:33:18 +00:00
David Schleef
7777638d99
remove creation of makefile in nonexistent (sys/x11) directory
...
Original commit message from CVS:
remove creation of makefile in nonexistent (sys/x11) directory
2003-05-19 21:55:11 +00:00
Jeremy Simon
ad93ad3ab4
update libflac check
...
Original commit message from CVS:
update libflac check
2003-05-19 18:36:53 +00:00
Benjamin Otte
38a61ca1ba
make error signal use the right types
...
Original commit message from CVS:
make error signal use the right types
2003-05-12 16:31:31 +00:00
Benjamin Otte
8252b54d9f
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?
2003-05-12 16:25:26 +00:00
Thomas Vander Stichele
f85aa367f8
fixes 107967
...
Original commit message from CVS:
fixes 107967
2003-05-12 15:08:49 +00:00
Christian Schaller
58fcf76b2e
Some bugfixes:
...
Original commit message from CVS:
Some bugfixes:
- Add missing .h file to videoscale disting
- Remove http plugin from build
2003-05-12 13:17:11 +00:00
Ronald S. Bultje
ed779eaf85
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
2003-05-10 14:36:34 +00:00
David Schleef
1bdef6b2a0
remove bashisms
...
Original commit message from CVS:
remove bashisms
2003-05-09 08:09:38 +00:00
Julien Moutte
2ecac900f0
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.
2003-05-06 22:22:39 +00:00
Ronald S. Bultje
5b879bd5b7
Implement element synchronization ( #108301 )
...
Original commit message from CVS:
Implement element synchronization (#108301 )
2003-05-02 21:16:56 +00:00
Ronald S. Bultje
1cf42a0f44
Gcc < 3.0 fix
...
Original commit message from CVS:
Gcc < 3.0 fix
2003-05-02 20:13:08 +00:00
Julien Moutte
d06b679133
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
2003-04-28 10:52:29 +00:00
Thomas Vander Stichele
077be4ccbd
more uninstalled fixes
...
Original commit message from CVS:
more uninstalled fixes
2003-04-27 15:20:07 +00:00
Thomas Vander Stichele
0cf957d473
more uninstalled fixes
...
Original commit message from CVS:
more uninstalled fixes
2003-04-27 14:22:01 +00:00
Thomas Vander Stichele
c1576a214d
uninstalled pkgconfig fixes
...
Original commit message from CVS:
uninstalled pkgconfig fixes
2003-04-27 11:34:56 +00:00
Steve Baker
24b7a180e6
ignore .pc files
...
Original commit message from CVS:
ignore .pc files
2003-04-27 06:12:29 +00:00
Christian Schaller
e45fb6b8c0
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
2003-04-23 19:42:12 +00:00