Wim Taymans
803a00f9a6
Better fallback for when seeking is not supported by the peer element.
...
Original commit message from CVS:
Better fallback for when seeking is not supported by the peer element.
2002-06-02 15:48:25 +00:00
Wim Taymans
37e7a7c5e2
Fix seeking on gnomevfssrc
...
Original commit message from CVS:
Fix seeking on gnomevfssrc
2002-06-02 15:43:17 +00:00
Wim Taymans
f7b390d6e7
Make elements nanoseconds aware
...
Original commit message from CVS:
Make elements nanoseconds aware
2002-06-02 13:25:39 +00:00
Wim Taymans
d22b352287
Remove media specific seeking type in favour of unit. xvimage compile fix.
...
Original commit message from CVS:
Remove media specific seeking type in favour of unit.
xvimage compile fix.
2002-06-02 11:57:12 +00:00
Thomas Vander Stichele
e1f17ab4f6
adding fame plugin
...
Original commit message from CVS:
adding fame plugin
2002-06-01 10:51:17 +00:00
Wim Taymans
7e72e9be21
Added the vorbisfile plugin.
...
Original commit message from CVS:
Added the vorbisfile plugin.
2002-05-31 23:37:28 +00:00
Steve Baker
619f1fdc43
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't any...
...
Original commit message from CVS:
add ranks only for plugins who participate in autoplugging. If you have a file that used to autoplug but doesn't anymore, then let me know or add a rank to the missing element.
2002-05-31 08:24:29 +00:00
Andy Wingo
031de644f9
fixups in the prop view/controller compilation fixes in the player add gst-editor to gst-all fixes to adder to comply...
...
Original commit message from CVS:
* fixups in the prop view/controller
* compilation fixes in the player
* add gst-editor to gst-all
* fixes to adder to comply with new osssink sync issues
* alsa fixes, although still 100% cpu is used, yum
* reenable locking of threaded elements, seems to work fine here
* fix a makefile in examples/plugins
2002-05-27 04:48:57 +00:00
Wim Taymans
c75114628d
- Changed plugins for new APIs
...
Original commit message from CVS:
- Changed plugins for new APIs
- modularized audiofile.
- added seeking, query and convert functions for mad, mpeg2dec,
avidemux, mpegdemux, mpegparse
- sync updates to oss. removed the ossclock for now
2002-05-26 21:59:22 +00:00
David I. Lehn
fd1648849b
rename dvdsrc to dvdreadsrc add libdvdnav support as dvdnavsrc plugin
...
Original commit message from CVS:
rename dvdsrc to dvdreadsrc
add libdvdnav support as dvdnavsrc plugin
2002-05-26 17:39:45 +00:00
Andy Wingo
941073b31f
Alsasink is no longer bitrotten anymore, yay!
...
Original commit message from CVS:
Alsasink is no longer bitrotten anymore, yay!
Alsasrc untested.
Also, fixed a logic error in the main loop regarding proper interpretation of avail_update. This fix came from jack.
2002-05-21 05:38:38 +00:00
Steve Baker
ea1b554280
use new bytestream api. please test if you care about this plugin
...
Original commit message from CVS:
use new bytestream api. please test if you care about this plugin
2002-05-15 19:03:59 +00:00
Steve Baker
7c4b0049b2
use new bytestream api
...
Original commit message from CVS:
use new bytestream api
2002-05-15 18:55:35 +00:00
Andy Wingo
23168fa71b
some jack fixes, alsa touchups, and add rtp by default to the build if there are any problems building rtp, we're mov...
...
Original commit message from CVS:
some jack fixes, alsa touchups, and add rtp by default to the build
if there are any problems building rtp, we're moving it back to experimental ;)
2002-05-04 18:57:43 +00:00
Thomas Vander Stichele
f83f7e7e02
various name fixes and sundry
...
Original commit message from CVS:
various name fixes and sundry
2002-05-03 09:59:10 +00:00
Andy Wingo
d11dbb0338
a hack to work around intltool's brokenness a current check for mpeg2dec details->klass reorganizations an element br...
...
Original commit message from CVS:
* a hack to work around intltool's brokenness
* a current check for mpeg2dec
* details->klass reorganizations
* an element browser that uses details->klass
* separated cdxa parse out from the avi directory
2002-04-20 21:42:51 +00:00
Thomas Vander Stichele
6f9d5fc58c
more mergeback from the latest release
...
Original commit message from CVS:
more mergeback from the latest release
2002-04-15 09:27:03 +00:00
Wim Taymans
117ebc8e44
EOS fixes.
...
Original commit message from CVS:
EOS fixes.
2002-04-14 12:50:57 +00:00
Andy Wingo
f7ebc8f95d
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind.
...
Original commit message from CVS:
GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE
same with *factory and typefind.
also, some -Werror fixes.
2002-04-11 20:42:27 +00:00
Benjamin Otte
49fbf06212
fixed warnings in /ext added mikmod_types.h to get it done
...
Original commit message from CVS:
fixed warnings in /ext
added mikmod_types.h to get it done
2002-04-06 18:14:30 +00:00
Wim Taymans
d3d8104b5c
Fix enum error in args.
...
Original commit message from CVS:
Fix enum error in args.
2002-04-03 15:26:23 +00:00
Thomas Vander Stichele
4fd3d32ab7
tsk tsk. do people even try to MAKE stuff they add ? ;)
...
Original commit message from CVS:
tsk tsk. do people even try to MAKE stuff they add ? ;)
2002-04-01 08:54:54 +00:00
Andy Wingo
1795cc0215
alphabetization fixen a jack caps fix
...
Original commit message from CVS:
* alphabetization fixen
* a jack caps fix
2002-03-30 21:07:51 +00:00
Wim Taymans
23d2a4198b
Changed to the new props API
...
Original commit message from CVS:
Changed to the new props API
Other small tuff.
2002-03-30 17:06:26 +00:00
Andy Wingo
3e882a4bf3
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
Bastien Nocera
eed66d0d2b
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
...
Original commit message from CVS:
- updated to new seek api... i think it works, dunno, i'm not a rocket scientist
2002-03-21 19:30:11 +00:00
Andy Wingo
598d929eec
s/Gnome-Streamer/GStreamer/
...
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
2002-03-20 21:45:03 +00:00
Andy Wingo
1049c792c8
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:06 +00:00
Andy Wingo
1ee4a02043
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:43 +00:00
Andy Wingo
d91ddcbd30
s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way added jack ...
...
Original commit message from CVS:
* s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it just makes more sense that way
* added jack element, doesn't quite work right yet but i didn't want to lose the work -- it does build, register,
and attempt to run though
* imposed some restrictions on the naming of request pads to better allow for reverse parsing
* added '%s' to reverse parsing
* added new bin flag to indicate that it is self-iterating, and some lame code in gst-launch to test it out
* fixen on launch-gui
* added pkg-config stuff for the editor's libs
2002-03-18 04:41:34 +00:00
Andy Wingo
ec3b2f84da
update gnome-vfs to g_object_notify api fix arg types allow local paths in location arg
...
Original commit message from CVS:
* update gnome-vfs to g_object_notify api
* fix arg types
* allow local paths in location arg
2002-02-21 04:30:03 +00:00
Wim Taymans
16da17addc
Converted some send_event to properties
...
Original commit message from CVS:
Converted some send_event to properties
2002-02-06 23:34:56 +00:00
Thomas Vander Stichele
e456365d89
adding tarkin to build to try building it run configure with --enable-experimental
...
Original commit message from CVS:
adding tarkin to build
to try building it run configure with --enable-experimental
2002-02-04 10:51:26 +00:00
Christian Schaller
88ea69cbba
fixed // style comments to more portable /* */
...
Original commit message from CVS:
fixed // style comments to more portable /* */
2002-02-03 19:58:48 +00:00
Wim Taymans
8926b8607d
Add timestamps on the buffers
...
Original commit message from CVS:
Add timestamps on the buffers
2002-02-02 14:03:05 +00:00
Wrobell
01220dec57
- plugins are built without versioning info
...
Original commit message from CVS:
- plugins are built without versioning info
2002-01-18 02:05:26 +00:00
Thomas Vander Stichele
d329a8bae0
mjpegtools dir
...
Original commit message from CVS:
mjpegtools dir
2002-01-17 14:17:54 +00:00
Ronald S. Bultje
ad9974927b
jpegmmx addition and some small changes
...
Original commit message from CVS:
jpegmmx addition and some small changes
2002-01-17 12:41:05 +00:00
Thomas Vander Stichele
66056ab243
... and cvs commits should not be allowed for people who spent six hours on the phone talking to hardware vendors and...
...
Original commit message from CVS:
... and cvs commits should not be allowed for people who spent six hours
on the phone talking to hardware vendors and struggling with failing raid
systems
2002-01-16 15:46:57 +00:00
Thomas Vander Stichele
1177332c21
how do people expect sdl to build if make has no way of getting to the dir and we don't point it in the right directi...
...
Original commit message from CVS:
how do people expect sdl to build if make has no way of getting to the dir
and we don't point it in the right direction ?
2002-01-16 15:43:48 +00:00
Wim Taymans
5455dbbf3d
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
86ac7ebab9
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:27 +00:00
David I. Lehn
2a6669aa02
enable festival build
...
Original commit message from CVS:
* enable festival build
2002-01-12 03:24:34 +00:00
Andy Wingo
7c8600b831
siddec checks that work not extremely robust, but functional
...
Original commit message from CVS:
siddec checks that work
not extremely robust, but functional
2002-01-06 21:52:21 +00:00
Andy Wingo
2d27dab7da
open up the interface if capsnego is called and we're in NULL this happens if caps can be determined before the pipel...
...
Original commit message from CVS:
open up the interface if capsnego is called and we're in NULL
this happens if caps can be determined before the pipeline is running and this is
alsasink, as in afsrc ! alsasink
2002-01-06 18:58:55 +00:00
Thomas Vander Stichele
092d371458
small fixes
...
Original commit message from CVS:
small fixes
2002-01-02 17:07:31 +00:00
Thomas Vander Stichele
756650f0b6
smoothwave fixin
...
Original commit message from CVS:
smoothwave fixin
2001-12-30 20:10:15 +00:00
Wim Taymans
fe672ffe26
Fixed some plugins
...
Original commit message from CVS:
Fixed some plugins
2001-12-28 20:24:41 +00:00
Wim Taymans
169d6b64a3
Some cleanups
...
Original commit message from CVS:
Some cleanups
Fix EOS on the src
2001-12-26 23:56:00 +00:00
Thomas Vander Stichele
6b0741d542
taaz's virtual patch
...
Original commit message from CVS:
taaz's virtual patch
2001-12-26 21:51:41 +00:00
Wim Taymans
a034a8bf31
Fixed the smooothwave madness removed a yield from vorbisdec don't call mpeg2_close, it seems to segfault sometimes.
...
Original commit message from CVS:
Fixed the smooothwave madness
removed a yield from vorbisdec
don't call mpeg2_close, it seems to segfault sometimes.
2001-12-26 20:54:43 +00:00
Andy Wingo
116d8393fc
muahahahaha. gstreamer-compprep initializes every plugin so it's a good way of figuring out plugin issues. it spits o...
...
Original commit message from CVS:
muahahahaha. gstreamer-compprep initializes every plugin so it's a good way
of figuring out plugin issues. it spits out no more errors now.
2001-12-26 06:49:47 +00:00
Thomas Vander Stichele
35c07d8dc1
doh
...
Original commit message from CVS:
doh
2001-12-25 22:38:05 +00:00
Thomas Vander Stichele
460f0a863f
more distcheck fixes
...
Original commit message from CVS:
more distcheck fixes
2001-12-25 22:30:51 +00:00
Thomas Vander Stichele
6a230dfa9a
something stupid
...
Original commit message from CVS:
something stupid
2001-12-25 21:55:18 +00:00
Andy Wingo
333032113f
make arts stuff work, i think
...
Original commit message from CVS:
make arts stuff work, i think
2001-12-24 22:36:46 +00:00
Wim Taymans
2648ddfe98
Fixed some leftover fixes
...
Original commit message from CVS:
Fixed some leftover fixes
2001-12-23 23:00:59 +00:00
Thomas Vander Stichele
883c97e247
removing arts and artsd for now
...
Original commit message from CVS:
removing arts and artsd for now
2001-12-23 22:50:04 +00:00
Thomas Vander Stichele
89ed871296
fixed
...
Original commit message from CVS:
fixed
2001-12-23 22:40:26 +00:00
Thomas Vander Stichele
46028b04cd
somebody better explain this arts stuff to me
...
Original commit message from CVS:
somebody better explain this arts stuff to me
2001-12-23 22:33:14 +00:00
Thomas Vander Stichele
1ae369981c
hm, lots seems to have changed
...
Original commit message from CVS:
hm, lots seems to have changed
2001-12-23 22:21:18 +00:00
Thomas Vander Stichele
3bbf902a17
trying to get arts in
...
Original commit message from CVS:
trying to get arts in
2001-12-23 22:07:07 +00:00
Thomas Vander Stichele
93d5ebb01d
fixing some fixes
...
Original commit message from CVS:
fixing some fixes
2001-12-23 18:00:34 +00:00
Thomas Vander Stichele
25261025ef
adding dv, raw1934, gnomevfs, rtp
...
Original commit message from CVS:
adding dv, raw1934, gnomevfs, rtp
2001-12-23 16:42:33 +00:00
Thomas Vander Stichele
b103fabdb0
adding arts and artds, no checks yet
...
Original commit message from CVS:
adding arts and artds, no checks yet
2001-12-23 16:28:00 +00:00
Thomas Vander Stichele
6601a84f4b
xmms
...
Original commit message from CVS:
xmms
2001-12-23 16:11:28 +00:00
Thomas Vander Stichele
609624bb8b
adding openquicktime (the renamed quicktime)
...
Original commit message from CVS:
adding openquicktime (the renamed quicktime)
2001-12-23 15:38:01 +00:00
Thomas Vander Stichele
4cded78416
added jpeg and shout (icecastsend has been renamed to shout, there are other libs that do icecast too)
...
Original commit message from CVS:
added jpeg and shout
(icecastsend has been renamed to shout, there are other libs that do icecast too)
2001-12-23 15:24:07 +00:00
Thomas Vander Stichele
56b5a147c1
added hermes
...
Original commit message from CVS:
added hermes
2001-12-23 14:29:43 +00:00
Thomas Vander Stichele
aa40c58938
adding flac
...
Original commit message from CVS:
adding flac
2001-12-23 14:15:30 +00:00
Thomas Vander Stichele
9537e4bfa0
adding festival
...
Original commit message from CVS:
adding festival
2001-12-23 13:20:08 +00:00
Thomas Vander Stichele
8114fe3de9
cdparanoia added
...
Original commit message from CVS:
cdparanoia added
2001-12-23 13:06:22 +00:00
Thomas Vander Stichele
a6b9e1fd04
more cleanups adding avifile
...
Original commit message from CVS:
more cleanups
adding avifile
2001-12-23 12:55:48 +00:00
Thomas Vander Stichele
32ca0bbf10
uhm, yeah
...
Original commit message from CVS:
uhm, yeah
2001-12-23 12:45:14 +00:00
Thomas Vander Stichele
72387bfa1a
dvdread added more fixes for libs stuff
...
Original commit message from CVS:
dvdread added
more fixes for libs stuff
2001-12-23 12:29:33 +00:00
Thomas Vander Stichele
1e418567fa
made changes everywhere to accomodate for the headers being in <gst/(lib)/...> we'll need to conclude this fast becau...
...
Original commit message from CVS:
made changes everywhere to accomodate for the headers being in
<gst/(lib)/...>
we'll need to conclude this fast because we will also need to change stuff in core real soon for the libs in order to fix everything
and I can't do it right now because I disabled all of the plugins here ;)
2001-12-23 12:18:18 +00:00
Andy Wingo
5db6fb8377
some changes, can't remember what :-)
...
Original commit message from CVS:
some changes, can't remember what :-)
2001-12-23 06:56:55 +00:00
Andy Wingo
9af006a1f0
much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/
...
Original commit message from CVS:
much build fixage
turns out synaesthesia and smoothwav depend on gtk, maybe they should go to
ext/
2001-12-23 04:38:38 +00:00
Thomas Vander Stichele
0a6cc4d112
added alsa
...
Original commit message from CVS:
added alsa
2001-12-23 00:25:30 +00:00
Thomas Vander Stichele
30479f6ad7
changes to accomodate the standardization of installed libs some left over changes
...
Original commit message from CVS:
changes to accomodate the standardization of installed libs
some left over changes
2001-12-22 23:57:40 +00:00
Wim Taymans
7f84d638b6
Various changes and cleanups.
...
Original commit message from CVS:
Various changes and cleanups.
2001-12-22 21:18:53 +00:00
Thomas Vander Stichele
4970473ea8
small typo
...
Original commit message from CVS:
small typo
2001-12-21 18:01:54 +00:00
Wim Taymans
d045091b51
Better error recovery.
...
Original commit message from CVS:
Better error recovery.
2001-12-21 13:06:32 +00:00
Wim Taymans
9416183ac6
Small additional message
...
Original commit message from CVS:
Small additional message
2001-12-21 12:50:56 +00:00
Thomas Vander Stichele
92f5a8ac6c
fixed some GST_LIBS stuff added audiofile added gst-libs/audio building
...
Original commit message from CVS:
fixed some GST_LIBS stuff
added audiofile
added gst-libs/audio building
2001-12-21 11:46:15 +00:00
Thomas Vander Stichele
9cec2cd79f
this one could come in handy
...
Original commit message from CVS:
this one could come in handy
2001-12-21 09:41:40 +00:00
Thomas Vander Stichele
af330af889
fixed vorbis
...
Original commit message from CVS:
fixed vorbis
2001-12-21 08:17:49 +00:00
Wim Taymans
b0576db5f3
Some info from the encoder.
...
Original commit message from CVS:
Some info from the encoder.
Can someone fix the libvorbis CFLAGS in the Makefile.am?
2001-12-21 01:23:53 +00:00
Wim Taymans
6848cd2f4c
More fixes to vorbisdec
...
Original commit message from CVS:
More fixes to vorbisdec
Fixed the encoder
2001-12-21 01:14:21 +00:00
Wim Taymans
afc5bb747d
Cleaned up the vorbis plugin
...
Original commit message from CVS:
Cleaned up the vorbis plugin
- handle EOS.
- throw some info to the app.
2001-12-21 00:15:29 +00:00
Thomas Vander Stichele
29a5d64c42
adding vorbis
...
Original commit message from CVS:
adding vorbis
2001-12-20 22:30:14 +00:00