summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* oopsThomas Vander Stichele2002-12-301-1/+1
| | | | | Original commit message from CVS: oops
* Update to new element sync APIWim Taymans2002-12-273-5/+11
| | | | | Original commit message from CVS: Update to new element sync API
* No \n in GST_DEBUGWim Taymans2002-12-271-7/+7
| | | | | Original commit message from CVS: No \n in GST_DEBUG
* CleanupsWim Taymans2002-12-272-95/+88
| | | | | Original commit message from CVS: Cleanups
* adding virtual providesThomas Vander Stichele2002-12-271-0/+16
| | | | | Original commit message from CVS: adding virtual provides
* why did no one notice ?Thomas Vander Stichele2002-12-271-0/+42
| | | | | Original commit message from CVS: why did no one notice ?
* fix locationThomas Vander Stichele2002-12-272-2/+2
| | | | | Original commit message from CVS: fix location
* Updated test appWim Taymans2002-12-262-15/+29
| | | | | Original commit message from CVS: Updated test app
* On Ready to Paused the internal state was set to not setup. FixIain Holmes2002-12-261-2/+3
| | | | | Original commit message from CVS: On Ready to Paused the internal state was set to not setup. Fix
* slurp in ffmpeg a) please test b) please help me figure out how to portably ↵Thomas Vander Stichele2002-12-264-3/+11
| | | | | | | | | | | link in a .a file in our .so plugin Original commit message from CVS: slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
* Updated mpeg seeking exampleWim Taymans2002-12-231-22/+114
| | | | | Original commit message from CVS: Updated mpeg seeking example
* allow gst-player to be run uninstalled againSteve Baker2002-12-211-1/+1
| | | | | Original commit message from CVS: allow gst-player to be run uninstalled again
* added mtu optionZeeshan Ali2002-12-202-9/+33
| | | | | Original commit message from CVS: added mtu option
* initial checkin of work-in-progress vbidec plugin for closed caption supportDavid I. Lehn2002-12-191-1/+2
| | | | | Original commit message from CVS: initial checkin of work-in-progress vbidec plugin for closed caption support
* Fix caps negoWim Taymans2002-12-181-1/+2
| | | | | Original commit message from CVS: Fix caps nego
* Also generate uninstalled .pc filesRonald S. Bultje2002-12-171-1/+1
| | | | | Original commit message from CVS: Also generate uninstalled .pc files
* build fix: declare variable at start of blockDavid I. Lehn2002-12-171-1/+1
| | | | | Original commit message from CVS: build fix: declare variable at start of block
* Added non functional speex plugin. speex decoding needs a container.Wim Taymans2002-12-166-0/+679
| | | | | Original commit message from CVS: Added non functional speex plugin. speex decoding needs a container.
* require libmpeg2 0.3.1David I. Lehn2002-12-151-1/+1
| | | | | Original commit message from CVS: require libmpeg2 0.3.1
* fix test for 0.3.1 mpeg2decChristian Schaller2002-12-151-1/+1
| | | | | Original commit message from CVS: fix test for 0.3.1 mpeg2dec
* trying to follow wtay's adviceZeeshan Ali2002-12-152-2/+41
| | | | | Original commit message from CVS: trying to follow wtay's advice
* apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller2002-12-154-29/+11
| | | | | | | spec file. Original commit message from CVS: apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
* cache -> indexWim Taymans2002-12-121-20/+119
| | | | | Original commit message from CVS: cache -> index
* fix removal of .a and .la filesChristian Schaller2002-12-121-3/+3
| | | | | Original commit message from CVS: fix removal of .a and .la files
* catch the generated versioned .pc filesDavid I. Lehn2002-12-122-4/+4
| | | | | Original commit message from CVS: catch the generated versioned .pc files
* merge back from release branchThomas Vander Stichele2002-12-113-11/+16
| | | | | Original commit message from CVS: merge back from release branch
* updateThomas Vander Stichele2002-12-101-1/+1
| | | | | Original commit message from CVS: update
* Properly reset the internal state without leaking the filehandleWim Taymans2002-12-103-1/+8
| | | | | Original commit message from CVS: Properly reset the internal state without leaking the filehandle
* taaz's virtual patchThomas Vander Stichele2002-12-081-2/+2
| | | | | Original commit message from CVS: taaz's virtual patch
* small fixThomas Vander Stichele2002-12-081-2/+7
| | | | | Original commit message from CVS: small fix
* more fixesThomas Vander Stichele2002-12-081-2/+25
| | | | | Original commit message from CVS: more fixes
* peepThomas Vander Stichele2002-12-081-8/+8
| | | | | Original commit message from CVS: peep
* build fixThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: build fix
* Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flacIain Holmes2002-12-084-10/+10
| | | | | Original commit message from CVS: Replace audio/mp3 with audio/x-mp3 and audio/x-flac with application/x-flac
* parallel install fixesThomas Vander Stichele2002-12-0838-184/+213
| | | | | Original commit message from CVS: parallel install fixes
* fail gracefully if can't installThomas Vander Stichele2002-12-081-1/+6
| | | | | Original commit message from CVS: fail gracefully if can't install
* Applied endianess fix and unsigned data fix from Jon NallChristian Schaller2002-12-082-17/+20
| | | | | Original commit message from CVS: Applied endianess fix and unsigned data fix from Jon Nall
* More refactoring osssrc has more features now, like query/convert etcWim Taymans2002-12-076-548/+626
| | | | | | Original commit message from CVS: More refactoring osssrc has more features now, like query/convert etc
* Some cleanups and refactoring make ossrc do good negotiationWim Taymans2002-12-076-241/+299
| | | | | | Original commit message from CVS: Some cleanups and refactoring make ossrc do good negotiation
* Add an event handler to the GstOssSrc. Handle EOS events.Iain Holmes2002-12-063-2/+37
| | | | | Original commit message from CVS: Add an event handler to the GstOssSrc. Handle EOS events.
* mpeg2dec req 0.3.0David I. Lehn2002-12-051-1/+1
| | | | | Original commit message from CVS: mpeg2dec req 0.3.0
* drop mpeg2dec 0.2.1 support in favor of 0.3.0.David I. Lehn2002-12-052-95/+18
| | | | | | Original commit message from CVS: drop mpeg2dec 0.2.1 support in favor of 0.3.0. keeping old code around in cvs for a while just in case someone needs it.
* examples should build conditionallyDavid I. Lehn2002-12-051-1/+7
| | | | | Original commit message from CVS: examples should build conditionally
* more useful error messagesThomas Vander Stichele2002-12-031-2/+32
| | | | | | | Original commit message from CVS: more useful error messages - how about i18n ? - is this really the best way to pass user-visible error messages ?
* Make the OSSSrc set the correct rate/number of channels as set in the GstCaps.Iain Holmes2002-12-033-16/+55
| | | | | | Original commit message from CVS: Make the OSSSrc set the correct rate/number of channels as set in the GstCaps. Handle state changes correctly according to docs/random/wtay/states
* fix some disting and rpm building issuesChristian Schaller2002-11-286-4/+19
| | | | | Original commit message from CVS: fix some disting and rpm building issues
* fix some directories left out of distChristian Schaller2002-11-271-1/+1
| | | | | Original commit message from CVS: fix some directories left out of dist
* Added example indexing program for mpegWim Taymans2002-11-272-0/+108
| | | | | Original commit message from CVS: Added example indexing program for mpeg
* Moved clock set/get to class functions.Wim Taymans2002-11-273-6/+8
| | | | | Original commit message from CVS: Moved clock set/get to class functions.
* Small cleanupsWim Taymans2002-11-271-8/+9
| | | | | Original commit message from CVS: Small cleanups