summaryrefslogtreecommitdiffstats
path: root/ext/jack/gstjack.h
AgeCommit message (Collapse)AuthorFilesLines
2004-05-21second batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet1-1/+1
foreign compilers (forte) and gtk-doc (in ... Original commit message from CVS: second batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc (in gst-plugins/ext/ this time)
2004-03-15*.h: Revert indentingJohan Dahlin1-39/+33
Original commit message from CVS: * *.h: Revert indenting
2004-03-14gst-indentThomas Vander Stichele1-33/+39
Original commit message from CVS: gst-indent
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-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 Wingo1-1/+2
Original commit message from CVS: conform to the buffer-frames props entry -- much nicer now...
2003-07-19+ changes for new float caps without slope/intercept + some category changes ↵Leif Johnson1-4/+4
for plugins Original commit message from CVS: + changes for new float caps without slope/intercept + some category changes for plugins
2003-03-04update for the latest jack cvs and non-cothreaded gst schedulerOSLOSUMMIT1-200303051Andy Wingo1-6/+2
Original commit message from CVS: update for the latest jack cvs and non-cothreaded gst scheduler
2002-05-13update to new jack apiAndy Wingo1-1/+1
Original commit message from CVS: update to new jack api
2002-05-05better initialization. it doesn't work over here, though.Andy Wingo1-0/+2
Original commit message from CVS: better initialization. it doesn't work over here, though.
2002-05-04some jack fixes, alsa touchups, and add rtp by default to the build if there ↵Andy Wingo1-0/+5
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-16Finally we're on to a proper jack setup, with a specialized bin and elements ↵Andy Wingo1-22/+32
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-03-18s/gst_element_install_std_props/gst_element_class_install_std_props/ -- it ↵Andy Wingo1-0/+115
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