summaryrefslogtreecommitdiff
path: root/gst/multipart/multipartdemux.c
Commit message (Expand)AuthorAgeFilesLines
* multipart: allow per feature registrationStéphane Cerveau2021-03-291-12/+4
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-5/+5
* multipartdemux: Post an error message on the bus if we got EOS without having...Sebastian Dröge2016-11-281-0/+28
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* docs: Minor fixes in various placesMischa Spiegelmock2015-10-231-1/+1
* multipartdemux: do not leak new stream eventOgnyan Tonchev2014-09-181-0/+1
* multipartdemux: Ensure caps before pad added.Jason Litzinger2014-08-291-2/+2
* multipartdemux: guard against having no MIME typeVincent Penquerc'h2014-06-111-0/+3
* multipartdemux: Send stream-start eventNicolas Dufresne2014-06-101-4/+35
* docs: get rid of 'Since: 0.10.x' markersTim-Philipp Müller2013-11-181-3/+1
* multipartdemux: propagate discontTim-Philipp Müller2013-08-231-2/+12
* multipartdemux: remove dynamic sourcpads when going from PAUSED to READYTim-Philipp Müller2013-08-231-10/+24
* multipartdemux: timestamp output buffers based on first input buffer that pro...Tim-Philipp Müller2013-08-231-5/+17
* multipartdemux: fix example pipelineTim-Philipp Müller2013-05-101-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* tag: Update for taglist/tag event API changesSebastian Dröge2012-07-281-2/+2
* multipartdemux: remove deprecated and unused "autoscan" propertyTim-Philipp Müller2012-07-061-23/+0
* update for tag event changeWim Taymans2012-06-061-1/+2
* multipartdemux: first activate pad then set capsWim Taymans2012-04-201-8/+8
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-031-1/+1
* add parent to pad functionsWim Taymans2011-11-171-5/+4
* update for adapter api changesWim Taymans2011-11-101-7/+7
* more template fixesWim Taymans2011-11-041-2/+2
* ext, gst: update for taglist API changesTim-Philipp Müller2011-10-301-2/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-031-1/+1
|\
| * docs: fix two more Since: tagsTim-Philipp Müller2011-08-021-1/+1
* | multipart: port to 0.11Wim Taymans2011-07-101-36/+42
|/
* multipartdemux: Add property to assume a single stream and emit no-more-padsDavid Hoyt2011-05-251-3/+30
* various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-2/+3
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+4
* Add -Wmissing-declarations -Wmissing-prototypes warning flagsBenjamin Otte2010-03-171-1/+1
* multipartdemux: improve header mime-type parsingAnders Skargren2010-02-161-1/+19
* 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-211-0/+32
* 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
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-20/+13
* Plug a memory leak in a debug message.Peter Kjellerstedt2009-01-261-2/+2
* gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2008-08-281-0/+4
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-221-1/+6
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-211-1/+46
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-151-62/+1
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-1/+4
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-041-4/+5
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+3