Benjamin Otte
6bc9e75d2a
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
Brian Cameron
803c7ab378
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
David Schleef
fd82531af2
gsize != gint on some platforms. Fix.
...
Original commit message from CVS:
gsize != gint on some platforms. Fix.
2003-05-21 19:56:30 +00:00
Brian Cameron
a27b4e441f
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
361c9eff09
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
346b918257
Links also against libgstcontrol
...
Original commit message from CVS:
Links also against libgstcontrol
2003-05-21 07:47:28 +00:00
Ronald S. Bultje
6ba3abb3a5
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
e5d05269ff
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
6b43ed696c
update libflac check
...
Original commit message from CVS:
update libflac check
2003-05-19 18:36:53 +00:00
David Schleef
e8d4772d3f
Add sync parameter
...
Original commit message from CVS:
Add sync parameter
2003-05-18 23:20:24 +00:00
Benjamin Otte
5cb610d298
make filtered connections actually work. Remove a leftover g_print
...
Original commit message from CVS:
make filtered connections actually work. Remove a leftover g_print
2003-05-17 20:39:34 +00:00
Benjamin Otte
3b983a1788
next big bunch of stuff:
...
Original commit message from CVS:
next big bunch of stuff:
- proper caps setting in alsasrc
- query / conversion functions
WARNING: Alsa 0.9.2 is heavily borked wrt recording - expect segfaults
2003-05-15 16:32:22 +00:00
Ronald S. Bultje
8162e4b296
Un-globalize variable
...
Original commit message from CVS:
Un-globalize variable
2003-05-14 19:54:37 +00:00
David Schleef
90e3d8cd2e
Fix issues with invalid fourcc parameters.
...
Original commit message from CVS:
Fix issues with invalid fourcc parameters.
2003-05-14 18:43:36 +00:00
Benjamin Otte
0d93e57380
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)
2003-05-14 00:05:29 +00:00
David Schleef
5dd299ff83
code cleanup. Changed g_print to GST_DEBUG(). Fixed RGB caps to work with 0.6.
...
Original commit message from CVS:
code cleanup. Changed g_print to GST_DEBUG(). Fixed RGB caps to
work with 0.6.
2003-05-13 07:14:36 +00:00
Benjamin Otte
15f0448b79
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
2bc184b6ab
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
83d8d30024
fixes 107967
...
Original commit message from CVS:
fixes 107967
2003-05-12 15:08:49 +00:00
Christian Schaller
4f03b7c098
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
Thomas Vander Stichele
8991e57614
fixes #112711
...
Original commit message from CVS:
fixes #112711
2003-05-10 17:37:27 +00:00
Ronald S. Bultje
863a0f81f8
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
Benjamin Otte
7035f1be3e
be parent of own clock
...
Original commit message from CVS:
be parent of own clock
2003-05-10 11:37:35 +00:00
David Schleef
4784df277a
Change .p2align to .align for non-gas assemblers. ( Fixes : #112608 )
...
Original commit message from CVS:
Change .p2align to .align for non-gas assemblers. (Fixes : #112608 )
2003-05-09 18:36:50 +00:00
David Schleef
6e6926d6fe
remove bashisms
...
Original commit message from CVS:
remove bashisms
2003-05-09 08:09:38 +00:00
Julien Moutte
dffe04541c
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
e8f3cb83ab
Implement element synchronization ( #108301 )
...
Original commit message from CVS:
Implement element synchronization (#108301 )
2003-05-02 21:16:55 +00:00
Ronald S. Bultje
738752c19e
Fix compile error because of unused functions
...
Original commit message from CVS:
Fix compile error because of unused functions
2003-05-02 20:36:55 +00:00
Ronald S. Bultje
2c8acd1196
Gcc < 3.0 fix
...
Original commit message from CVS:
Gcc < 3.0 fix
2003-05-02 20:13:08 +00:00
David Schleef
75dd6425ed
restore wtay's clocking changes in 1.17->1.18
...
Original commit message from CVS:
restore wtay's clocking changes in 1.17->1.18
2003-05-01 06:24:34 +00:00
Benjamin Otte
51bbd119fd
bugfixes:
...
Original commit message from CVS:
bugfixes:
- better error reporting
- segfault when using alsasrc without alsasink (d'oh)
- don't try to round when doing samples => time conversion
2003-04-29 21:51:10 +00:00
Julien Moutte
550f0bd378
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
4ffaf1f893
more uninstalled fixes
...
Original commit message from CVS:
more uninstalled fixes
2003-04-27 15:20:07 +00:00
Thomas Vander Stichele
5e5ec63757
more uninstalled fixes
...
Original commit message from CVS:
more uninstalled fixes
2003-04-27 14:22:01 +00:00
Thomas Vander Stichele
4bbe165f75
uninstalled pkgconfig fixes
...
Original commit message from CVS:
uninstalled pkgconfig fixes
2003-04-27 11:34:56 +00:00
Steve Baker
8a82029b69
ignore .pc files
...
Original commit message from CVS:
ignore .pc files
2003-04-27 06:12:29 +00:00
Benjamin Otte
a3f57dfba4
alsasrc works now, but it still uses hardcoded caps
...
Original commit message from CVS:
alsasrc works now, but it still uses hardcoded caps
2003-04-24 22:58:33 +00:00
Benjamin Otte
a05c17a8b8
fix segfault when --gst-mask=-1 is enabled
...
Original commit message from CVS:
fix segfault when --gst-mask=-1 is enabled
2003-04-24 20:31:20 +00:00
Benjamin Otte
05d819a9a5
We're not at EOS after a successfull seek ( fixes #111498 )
...
Original commit message from CVS:
We're not at EOS after a successfull seek (fixes #111498 )
2003-04-24 18:56:47 +00:00
Benjamin Otte
dcdb424424
total code reorganization as a start to get alsasrc working - sink and src are now really different classes, not just...
...
Original commit message from CVS:
total code reorganization as a start to get alsasrc working - sink and src are now really different classes, not just on paper - includes a fix that makes the testsuite work that might be an older bug
2003-04-24 00:03:06 +00:00
Christian Schaller
232891aaf1
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
David Schleef
fcb4b55a0c
Add parameter to set the type of test pattern. Fix black test pattern.
...
Original commit message from CVS:
Add parameter to set the type of test pattern. Fix black test pattern.
2003-04-23 07:38:32 +00:00
Benjamin Otte
7d5843f31f
change alsa to use non-blocking mode
...
Original commit message from CVS:
change alsa to use non-blocking mode
2003-04-22 23:33:04 +00:00
David Schleef
35c9b84644
Added a test pattern for black. Made it the default (temporarily)
...
Original commit message from CVS:
Added a test pattern for black. Made it the default (temporarily)
2003-04-22 22:21:08 +00:00
Benjamin Otte
f2f10fcade
more indentation madness, no actual code changes
...
Original commit message from CVS:
more indentation madness, no actual code changes
2003-04-22 18:28:33 +00:00
Ronald S. Bultje
8f6ae19cbf
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
2003-04-22 14:55:09 +00:00
Benjamin Otte
51b95c4653
indenting only
...
Original commit message from CVS:
indenting only
2003-04-22 14:45:41 +00:00
David Schleef
00494ba94f
Add 16 and 15-bit RGB formats
...
Original commit message from CVS:
Add 16 and 15-bit RGB formats
2003-04-22 07:39:34 +00:00
David Schleef
856cea1d53
Rewrote much of videoscale. Now handles most common YUV formats as well as 32 and 24 bit RGB. Only handles "nearest...
...
Original commit message from CVS:
Rewrote much of videoscale. Now handles most common YUV formats
as well as 32 and 24 bit RGB. Only handles "nearest" scaling.
2003-04-22 07:32:50 +00:00
Ronald S. Bultje
9cd5e80245
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.
2003-04-21 21:54:26 +00:00