summaryrefslogtreecommitdiffstats
path: root/gst/multipart
Commit message (Expand)AuthorAgeFilesLines
* multipartmux: mark data buffer as delta-unitMarc-André Lureau2009-09-081-0/+1
* multipartdemux: post container-format tagTim-Philipp Müller2009-06-221-4/+8
* multipartdemux: add proper padtemplateWim Taymans2009-05-211-1/+1
* multipartdemux: add more mime typesWim Taymans2009-05-211-7/+15
* multipartdemux: add flow aggregationWim Taymans2009-05-212-0/+34
* multipartdemux: allow content to be empty.Arnout Vandecappelle2009-05-211-22/+29
* multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle2009-05-051-1/+4
* multipartdemux: don't leak dynamic padsArnout Vandecappelle2009-05-051-0/+8
* makefile: fix typo in no-static plugins ruleStefan Kost2009-03-101-1/+1
* Add ' to framerate argument and remove the word 'simple' as all our pipelines...Stefan Kost2009-01-291-2/+2
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-282-31/+18
* Plug a memory leak in a debug message.Peter Kjellerstedt2009-01-261-2/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2008-08-282-2/+26
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-222-1/+19
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-212-1/+49
* gst/multipart/multipartmux.c: Fix caps memory leak. Fixes #514573.orjan2008-02-051-1/+4
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-155-121/+189
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-1/+4
* gst/multipart/multipartmux.c: Add support for mapping gst structure names to ...Wim Taymans2007-06-051-2/+48
* gst/multipart/multipartmux.c: Fix timestamps on outgoing buffers.Wim Taymans2007-05-031-4/+10
* gst/multipart/multipartmux.c: Emit NEWSEGMENT events before pushing the first...Wim Taymans2007-05-031-55/+52
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-041-4/+5
* Fix a bunch of leaks shown by the newly-added states test.Jan Schmidt2007-03-041-3/+3
* Use G_GSIZE_FORMAT in print statements for portability.Edward Hervey2007-01-251-2/+4
* gst/multipart/multipartmux.c: Return FLOW errors ASAP. Fixes #394977.Jonas Holmberg2007-01-111-40/+70
* gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans2006-12-061-6/+8
* gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg2006-11-271-29/+26
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+3
* More G_OBJECT macro fixing.Stefan Kost2006-09-162-2/+2
* gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans2006-09-151-4/+11
* gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons2006-08-171-3/+17
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-282-207/+276
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-2/+0
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-302-2/+2
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-161-15/+158
* change some char* into char[]Stefan Kost2005-12-161-1/+1
* docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2005-12-082-7/+62
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* Update for alloc_buffer changes.Andy Wingo2005-12-052-4/+7
* Ported multipart mux/demux to 0.9.Julien Moutte2005-11-303-244/+218
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-2/+2
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-022-24/+25
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-2/+3