summaryrefslogtreecommitdiffstats
path: root/gst/multipart/multipartdemux.h
Commit message (Collapse)AuthorAgeFilesLines
* multipartdemux: add flow aggregationWim Taymans2009-05-211-0/+2
|
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ↵Patrick Radizi2008-05-211-0/+3
| | | | | | | | | | | | | | name because they not always map directl... Original commit message from CVS: Patch by: Patrick Radizi <patrick dot radizi at axis dot com> * gst/multipart/multipartdemux.c: (gst_multipart_demux_class_init), (gst_multipart_demux_get_gstname), (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain): * gst/multipart/multipartdemux.h: Don't blindly copy the mime-type as the caps name because they not always map directly. Instead use a hashtable with common mappings. Fixes #533287.
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-151-0/+94
Original commit message from CVS: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/multipart/Makefile.am: * gst/multipart/multipartdemux.c: * gst/multipart/multipartdemux.h: * gst/multipart/multipartmux.c: * gst/multipart/multipartmux.h: Re-add multipartdemux to the docs. Last round of section cleanup.