summaryrefslogtreecommitdiffstats
path: root/ext/mplex
AgeCommit message (Expand)AuthorFilesLines
2009-03-05mplex: fix required versionStefan Kost1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-08-12Update and add documentation for mplex.Mark Nauwelaerts1-2/+2
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-8/+4
2008-03-21configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge1-0/+2
2008-03-05Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts9-269/+784
2005-09-05Fix up all the state change functions.Jan Schmidt1-7/+8
2005-02-09ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje1-12/+14
2005-02-08ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje1-3/+1
2004-03-15don't mix tabs and spacesThomas Vander Stichele3-69/+72
2004-03-14gst-indent c++ filesThomas Vander Stichele4-210/+171
2004-02-02change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2-2/+2
2004-01-29GST_ELEMENT_ERRORThomas Vander Stichele2-2/+2
2004-01-20ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ...Ronald S. Bultje2-2/+2
2004-01-18use new error signal and classificationThomas Vander Stichele2-5/+5
2004-01-16ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults).Ronald S. Bultje1-14/+1
2004-01-01Remove left-over g_printRonald S. Bultje1-3/+0
2004-01-01configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje10-577/+942
2003-12-22Merge CAPS branchDavid Schleef1-46/+37
2003-12-18Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje1-0/+1
2003-12-04remove copyright field from pluginsAndy Wingo1-1/+0
2003-11-16+ checking in plugin category changesLeif Johnson1-1/+1
2003-11-07Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2-1/+3
2003-11-02mplex compiles...whatever it isIain Holmes1-24/+27
2003-10-29change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef1-1/+1
2003-10-28merge TYPEFIND branch. Major changes:Benjamin Otte2-3/+3
2003-10-13no, we don't require bytestream anymoreBenjamin Otte1-2/+2
2003-10-08/GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo1-2/+2
2003-10-01New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje1-1/+1
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
2003-08-04We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje1-1/+1
2003-07-27Add include dir for gst-libs/ext/mplexDavid Schleef1-1/+1
2003-07-27Moved to gst-libs/ext/mplexDavid Schleef41-9406/+0
2003-07-27Change to build against library in gst-libs/ext/mplexDavid Schleef1-28/+2
2003-07-25Compilation fixes on 64-bit architecturesDavid Schleef5-16/+16
2003-07-25Revert last change, because it is wrong.David Schleef1-1/+1
2003-07-25Fixes to allow plugin to build with Forte.Brian Cameron4-3/+11
2003-07-22Fix warnings/errors due to missing assert declaration.David Schleef6-1/+6
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje1-3/+3
2003-01-13Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"Jan Schmidt1-1/+1
2003-01-12connect fixWim Taymans1-2/+2
2003-01-10more link fixesThomas Vander Stichele1-1/+1
2003-01-10another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele1-3/+3
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
2002-11-02Lower the rank, this element should not be selected in the playerWim Taymans1-1/+1
2002-10-25Handle more stream typesWim Taymans2-17/+121
2002-10-25unref event, flush_fastWim Taymans1-1/+2
2002-10-25Removed dead .cc fileWim Taymans3-201/+50
2002-10-24First stab at porting mplexWim Taymans46-0/+10194