Commit graph

2031 commits

Author SHA1 Message Date
David I. Lehn 983feed7a1 _get_property for curroffset should use g_value_get_ulong
Original commit message from CVS:
_get_property for curroffset should use g_value_get_ulong
2002-03-27 03:05:59 +00:00
Andy Wingo 29aa39e99c filter newlines out of GST_DEBUG statements to reflect new core behavior fixes to adder's caps, again
Original commit message from CVS:
* filter newlines out of GST_DEBUG statements to reflect new core behavior
* fixes to adder's caps, again
2002-03-24 22:07:03 +00:00
David I. Lehn 498fb7ef22 cosmetic
Original commit message from CVS:
cosmetic
2002-03-21 08:41:35 +00:00
Andy Wingo d8e18eb071 s/Gnome-Streamer/GStreamer/
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo d6258153e0 removal of //-style comments don't link plugins to core libs -- the versioning is done internally to the plugins with...
Original commit message from CVS:
* removal of //-style comments
* don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct,
and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19 04:10:05 +00:00
Andy Wingo 0f1d754932 s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagi...
Original commit message from CVS:
s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/

@-substitued variables variables are defined as make variables automagically,
and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-03-19 01:39:42 +00:00
Benjamin Otte 8bca5e88ee adding 'videosink' element
Original commit message from CVS:
adding 'videosink' element
It's basically a rewritten xvideosink, but is more modular and allows 'hooks'.
It is needed by GstVideoWidget in gst-player
2002-03-02 17:55:33 +00:00
Richard Boulton 58d346c0c4 Add timestamps to osssrc.
Original commit message from CVS:
Add timestamps to osssrc.
Remove unused member "seq".
2002-03-02 15:52:46 +00:00
Thomas Vander Stichele a7f2831dd7 a few fixes
Original commit message from CVS:
* a few fixes
2002-02-21 13:49:11 +00:00
Thomas Vander Stichele 5500d710be fixed compiler warning in sink put debug output in proper categories don't set caps while opening device (in state ch...
Original commit message from CVS:
* fixed compiler warning in sink
* put debug output in proper categories
* don't set caps while opening device (in state change) since caps setting
is not allowed if element isn't ready yet
2002-02-21 10:47:27 +00:00
Thomas Vander Stichele 7858bbc88a remove weird thing code set caps on src pad as soon as card is opened
Original commit message from CVS:
remove weird thing code
set caps on src pad as soon as card is opened
2002-02-20 16:23:56 +00:00
Andy Wingo 6f2a22eb93 better capsnego in osssink s/parseau/auparse/ update volume, mulawdecode, auparse to new capsnego
Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego
2002-02-17 02:06:04 +00:00
Benjamin Otte 34ba44ffda - modified to use _notify
Original commit message from CVS:
- modified to use _notify
- no more //
- DON'T allow to set the device while device is open. _get_property("device") returns wrong device else
2002-02-07 14:32:36 +00:00
Wim Taymans aff68553db Moved capsnego in ossrc to a more suitable place.
Original commit message from CVS:
Moved capsnego in ossrc to a more suitable place.
2002-02-05 21:58:41 +00:00
Wim Taymans 341e978125 Add the oss clock too.
Original commit message from CVS:
Add the oss clock too.
This one shows that there should be more infrastructure to dispatch clock
events.
2002-02-03 20:11:47 +00:00
Wim Taymans 98ffdface2 Assorted fixes.
Original commit message from CVS:
Assorted fixes.
Use the new clocking stuff.
2002-02-03 20:10:04 +00:00
Wim Taymans a7928f4f94 Remove deprecated call.
Original commit message from CVS:
Remove deprecated call.
2002-02-02 16:26:41 +00:00
Wrobell 7304bf825b - plugins are built without versioning info
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:25 +00:00
Thomas Vander Stichele 1b4db8ac52 reverting hadess's patch
Original commit message from CVS:
reverting hadess's patch
2002-01-17 12:59:54 +00:00
Bastien Nocera 511817763d - make the qcam plugin build only only platforms using NASM, ie. x86
Original commit message from CVS:
- make the qcam plugin build only only platforms using NASM, ie. x86
2002-01-17 00:36:01 +00:00
Wim Taymans 97454065ce Bring the plugins in sync with the new core capsnego system.
Original commit message from CVS:
Bring the plugins in sync with the new core capsnego system.
Added some features, enhancements...
2002-01-13 22:27:25 +00:00
David I. Lehn c656b5eab6 s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
Original commit message from CVS:
* s/filter/plugin/
* link plugins to GST_LIBS
* rearrange rules to a common format
2002-01-12 03:34:26 +00:00
Zeeshan Ali 85829a732d omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
Original commit message from CVS:
omega: you agreed on starting rate from 1000, which is really neeeded for Apps like mine(zchat)
2001-12-29 12:37:00 +00:00
Wim Taymans 0f1b49a387 Fixed some plugins
Original commit message from CVS:
Fixed some plugins
2001-12-28 20:24:41 +00:00
Wim Taymans a81b495e22 Added better state change handling to osssink
Original commit message from CVS:
Added better state change handling to osssink
2001-12-25 02:17:53 +00:00
Thomas Vander Stichele 2f7d491580 applied taaz's virtual patch
Original commit message from CVS:
applied taaz's virtual patch
2001-12-20 21:28:35 +00:00
Thomas Vander Stichele 12e4f309b2 added qcam checks
Original commit message from CVS:
added qcam checks
2001-12-20 21:03:18 +00:00
Thomas Vander Stichele b6b5c5a3fd vcd checks
Original commit message from CVS:
vcd checks
2001-12-20 20:44:05 +00:00
Thomas Vander Stichele a17c37a04f added v4l handling
Original commit message from CVS:
added v4l handling
2001-12-20 20:37:57 +00:00
Thomas Vander Stichele 8ac390cb61 unforming dir names
Original commit message from CVS:
unforming dir names
2001-12-20 20:25:24 +00:00
Thomas Vander Stichele f0bb7eef82 first batch
Original commit message from CVS:
first batch
2001-12-17 19:03:13 +00:00