summaryrefslogtreecommitdiff
path: root/ext/mplex
Commit message (Expand)AuthorAgeFilesLines
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-9/+18
* mplex: Don't use GST_FLOW_IS_SUCCESS()Sebastian Dröge2010-09-211-1/+1
* mplex: add MPLEX_LDFLAGS variableРуслан Ижбулатов2010-05-251-1/+1
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-1/+1
* mplex: fix required versionStefan Kost2009-03-051-1/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-121-2/+2
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-8/+4
* configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2008-03-211-0/+2
* Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts2008-03-059-269/+784
* Fix up all the state change functions.Jan Schmidt2005-09-051-7/+8
* ext/mplex/gstmplexibitstream.cc: gcc madness.Ronald S. Bultje2005-02-091-12/+14
* ext/mplex/gstmplexibitstream.cc: Fix event handling (#165525).Ronald S. Bultje2005-02-081-3/+1
* don't mix tabs and spacesThomas Vander Stichele2004-03-153-69/+72
* gst-indent c++ filesThomas Vander Stichele2004-03-144-210/+171
* change NULL to (NULL) for GST_ELEMENT_ERRORThomas Vander Stichele2004-02-022-2/+2
* GST_ELEMENT_ERRORThomas Vander Stichele2004-01-292-2/+2
* ext/mplex/: g++ doesn't like NULL in our i18n/error macros, should be either ...Ronald S. Bultje2004-01-202-2/+2
* use new error signal and classificationThomas Vander Stichele2004-01-182-5/+5
* ext/ffmpeg/gstffmpegenc.c: Link with right caps (else, it segfaults).Ronald S. Bultje2004-01-161-14/+1
* Remove left-over g_printRonald S. Bultje2004-01-011-3/+0
* configure.ac: Fix configure check for mpeg2enc. We need 1.6.1.93 instead of 1...Ronald S. Bultje2004-01-0110-577/+942
* Merge CAPS branchDavid Schleef2003-12-221-46/+37
* Sorry Dave... Add mpegversion=1 to mp3 caps everywhere so that the autoplugge...Ronald S. Bultje2003-12-181-0/+1
* remove copyright field from pluginsAndy Wingo2003-12-041-1/+0
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
* Remove all config.h includes from header files, add it to each source file an...Ronald S. Bultje2003-11-072-1/+3
* mplex compiles...whatever it isIain Holmes2003-11-021-24/+27
* change gst/bytestream.h to gst/bytestream/bytestream.hDavid Schleef2003-10-291-1/+1
* merge TYPEFIND branch. Major changes:Benjamin Otte2003-10-282-3/+3
* no, we don't require bytestream anymoreBenjamin Otte2003-10-131-2/+2
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ...Andy Wingo2003-10-081-2/+2
* New typefind system: bytestream is now part of the core all plugins have been...Ronald S. Bultje2003-10-011-1/+1
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
* We don't like -lstdc++ in Makefile.am, use libtool-1.5 insteadRonald S. Bultje2003-08-041-1/+1
* Add include dir for gst-libs/ext/mplexDavid Schleef2003-07-271-1/+1
* Moved to gst-libs/ext/mplexDavid Schleef2003-07-2741-9406/+0
* Change to build against library in gst-libs/ext/mplexDavid Schleef2003-07-271-28/+2
* Compilation fixes on 64-bit architecturesDavid Schleef2003-07-255-16/+16
* Revert last change, because it is wrong.David Schleef2003-07-251-1/+1
* Fixes to allow plugin to build with Forte.Brian Cameron2003-07-254-3/+11
* Fix warnings/errors due to missing assert declaration.David Schleef2003-07-226-1/+6
* New mimetypes gone into effect today - this commit changes all old mimetypes ...Ronald S. Bultje2003-07-061-3/+3
* Corrected typo in the mime type: "unkown/unkown" -> "unknown/unknown"Jan Schmidt2003-01-131-1/+1
* connect fixWim Taymans2003-01-121-2/+2
* more link fixesThomas Vander Stichele2003-01-101-1/+1
* another batch of connect->link fixes please let me know about issues and plea...Thomas Vander Stichele2003-01-101-3/+3
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
* Lower the rank, this element should not be selected in the playerWim Taymans2002-11-021-1/+1
* Handle more stream typesWim Taymans2002-10-252-17/+121