summaryrefslogtreecommitdiffstats
path: root/ext/jack
AgeCommit message (Collapse)AuthorFilesLines
2004-01-12Remove all usage of gst_pad_get_caps(), and replace it with ↵David Schleef1-1/+1
gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap(). Original commit message from CVS: Remove all usage of gst_pad_get_caps(), and replace it with gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
2003-12-22Merge CAPS branchDavid Schleef1-24/+18
Original commit message from CVS: Merge CAPS branch
2003-12-13removed GST_*_CAST. Disabling of type checking is done in glib.Benjamin Otte1-1/+1
Original commit message from CVS: removed GST_*_CAST. Disabling of type checking is done in glib.
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
Original commit message from CVS: remove copyright field from plugins
2003-11-07Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje1-0/+4
and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
2003-11-01Jack fixed tooIain Holmes1-69/+85
Original commit message from CVS: Jack fixed too
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
Original commit message from CVS: change gst/bytestream.h to gst/bytestream/bytestream.h
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte1-1/+1
Original commit message from CVS: merge TYPEFIND branch. Major changes: - totally reworked type(find) system - all typefind functions are in gst/typefind now - more typefind functions then before - some plugins might fail to compile now because I don't have them installed and they a) require bytestream or b) haven't had their typefind fixed. Please fix those plugins and put the typefind functions into gst/typefind if they don't have dependencies
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo1-2/+2
deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
2003-10-01New typefind system: bytestream is now part of the core all plugins have ↵Ronald S. Bultje1-1/+1
been modified to use this new typefind syste... Original commit message from CVS: New typefind system: * bytestream is now part of the core * all plugins have been modified to use this new typefind system * asf typefinding added * mpeg video stream typefiding removed because it's broken * duplicate typefind entries removed * extra id3 typefinding added, because we've seen 4 types of files (riff/wav, flac, vorbis, mp3) with id3 headers and each of these needs to work. Instead, I've added an id3 element and let it redo typefiding after the id3 header. this needs a hack because spider only typefinds once. We can remove this hack once spider supports multiple typefinds. * with all this, mp3 typefinding is semi-rewritten * id3 typefinding in flac/vorbis is removed, it's no longer needed * fixed spider and gst-typefind to use this, too. * Other general cleanups
2003-09-30conform to the buffer-frames props entry -- much nicer now...Andy Wingo3-169/+159
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-07-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson2-8/+8
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-10/+16
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-07-01fix type punningDavid Schleef1-2/+2
Original commit message from CVS: fix type punning
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte2-1/+4
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-13Removed ugly caps fixed flag hack, will be done automatically in core soonWim Taymans1-1/+0
Original commit message from CVS: Removed ugly caps fixed flag hack, will be done automatically in core soon
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo3-82/+66
Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler
2003-02-05Changed caps->fixed to use FLAG_SETJan Schmidt1-1/+1
Original commit message from CVS: Changed caps->fixed to use FLAG_SET
2003-01-10PadConnect -> PadLinkThomas Vander Stichele1-2/+2
Original commit message from CVS: PadConnect -> PadLink
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-6/+6
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-09-29licenses againAndy Wingo2-2/+4
Original commit message from CVS: licenses again
2002-09-18plugins part of license field patchChristian Schaller1-1/+2
Original commit message from CVS: plugins part of license field patch
2002-09-10This updates all plugins to the new API for gst_pad_try_set_capsRonald S. Bultje1-1/+1
Original commit message from CVS: This updates all plugins to the new API for gst_pad_try_set_caps
2002-09-09removing warnings as approved by wimThomas Vander Stichele1-3/+1
Original commit message from CVS: removing warnings as approved by wim
2002-08-23fix jack input port connectionAndy Wingo2-4/+5
Original commit message from CVS: fix jack input port connection
2002-07-09compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4Andy Wingo1-1/+1
Original commit message from CVS: compile fixen, and prepare to move MAINTAINER_MODE to as-version.m4
2002-07-02make jack work in all its full duplex gloryAndy Wingo2-8/+26
Original commit message from CVS: make jack work in all its full duplex glory
2002-06-12working jack elements (fixed a problem in upstream jack) random other fixen...Andy Wingo2-12/+19
Original commit message from CVS: * working jack elements (fixed a problem in upstream jack) * random other fixen...
2002-05-15use new bytestream apiSteve Baker1-1/+1
Original commit message from CVS: use new bytestream api
2002-05-13update to new jack apiAndy Wingo3-8/+8
Original commit message from CVS: update to new jack api
2002-05-05add some includesAndy Wingo1-1/+1
Original commit message from CVS: add some includes
2002-05-05better initialization. it doesn't work over here, though.Andy Wingo3-23/+76
Original commit message from CVS: better initialization. it doesn't work over here, though.
2002-05-04a commit so that jack will build without errors on Uraeus's system ;)Andy Wingo1-12/+14
Original commit message from CVS: a commit so that jack will build without errors on Uraeus's system ;)
2002-05-04set caps once we know the sample rate of the systemAndy Wingo1-0/+17
Original commit message from CVS: set caps once we know the sample rate of the system
2002-05-04some jack fixes, alsa touchups, and add rtp by default to the build if there ↵Andy Wingo3-17/+38
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-04-20a hack to work around intltool's brokenness a current check for mpeg2dec ↵Andy Wingo1-1/+2
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-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo4-187/+311
that can only go in a jack bin. I had to... Original commit message from CVS: Finally we're on to a proper jack setup, with a specialized bin and elements that can only go in a jack bin. I had to fix the parser first to do this, but to run it, the syntax is like so: gst-launch jackbin.( filesrc ! mad ! jacksink ) But of course it's not fully functional yet. Sigh.
2002-04-11GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory ↵Andy Wingo1-7/+7
and typefind. Original commit message from CVS: GstPadTemplate <-> gst_pad_template <-> GST_PAD_TEMPLATE same with *factory and typefind. also, some -Werror fixes.
2002-03-30alphabetization fixen a jack caps fixAndy Wingo1-1/+3
Original commit message from CVS: * alphabetization fixen * a jack caps fix
2002-03-30add notify back to filesrc, it's needed for MVC applications remove notify ↵Andy Wingo1-5/+22
printouts from gst-launch cleanup in gst-p... Original commit message from CVS: * add notify back to filesrc, it's needed for MVC applications * remove notify printouts from gst-launch * cleanup in gst-plugins configure.ac * some jack updates * remove SELF_ITERATING flag in favor of SEF_SCHEDULABLE (not a clear name, but it's what we have for the moment) * improve parsing of request pad names, no more sscanf * fixes to the fastscheduler Makefile.am
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+2
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo2-3/+3
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-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
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-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo4-0/+724
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