summaryrefslogtreecommitdiff
path: root/gst/multipart/multipartdemux.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-08-02docs: fix two more Since: tagsTim-Philipp Müller1-1/+1
2011-05-25multipartdemux: Add property to assume a single stream and emit no-more-padsDavid Hoyt1-3/+30
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+3
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-9/+4
2010-03-17Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte1-1/+1
2010-02-16multipartdemux: improve header mime-type parsingAnders Skargren1-1/+19
2009-06-22multipartdemux: post container-format tagTim-Philipp Müller1-4/+8
2009-05-21multipartdemux: add proper padtemplateWim Taymans1-1/+1
2009-05-21multipartdemux: add more mime typesWim Taymans1-7/+15
2009-05-21multipartdemux: add flow aggregationWim Taymans1-0/+32
2009-05-21multipartdemux: allow content to be empty.Arnout Vandecappelle1-22/+29
2009-05-05multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle1-1/+4
2009-05-05multipartdemux: don't leak dynamic padsArnout Vandecappelle1-0/+8
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-20/+13
2009-01-26Plug a memory leak in a debug message.Peter Kjellerstedt1-2/+2
2008-08-28gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic1-0/+4
2008-08-22gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali1-1/+6
2008-05-21gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi1-1/+46
2008-01-15Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost1-62/+1
2007-12-11gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens1-1/+4
2007-03-04gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt1-4/+5
2006-10-06gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans1-2/+3
2006-09-16More G_OBJECT macro fixing.Stefan Kost1-1/+1
2006-09-15gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans1-4/+11
2006-08-17gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons1-3/+17
2006-07-28gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons1-202/+262
2006-05-06Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz1-2/+3
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-02-16gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans1-15/+158
2005-12-16change some char* into char[]Stefan Kost1-1/+1
2005-12-08docs/plugins/Makefile.am: Add multipart elements.Julien Moutte1-7/+35
2005-12-05Update for alloc_buffer changes.Andy Wingo1-2/+4
2005-11-30Ported multipart mux/demux to 0.9.Julien Moutte1-65/+68
2005-10-12renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost1-1/+1
2005-09-02All plugins updated for element state changes.Andy Wingo1-11/+12
2005-08-28Updates for two-arg init from GST_BOILERPLATE.Andy Wingo1-2/+3
2004-08-09cleanups, debugging and memleak fixesThomas Vander Stichele1-2/+12
2004-07-09don't assert in state changeThomas Vander Stichele1-6/+0
2004-06-07gst/multipart/: Small updates, fix a memleakWim Taymans1-2/+2
2004-05-28A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans1-0/+374