summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gstdiracparse.c
Commit message (Expand)AuthorAgeFilesLines
* videoparsers: Make sure the caps are actually writable before changing themSebastian Dröge2012-12-171-0/+1
* videoparsers: Use the peer caps for restrictions instead of the srcpad allowe...Sebastian Dröge2012-12-171-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* videoparsers: Disable PTS interpolation in the base parse classJan Schmidt2012-09-121-0/+1
* diracparse: fix main profile mappingTim-Philipp Müller2012-09-031-1/+1
* diracparse: change "interlaced" boolean in caps to "interlace-mode"Tim-Philipp Müller2012-09-031-2/+3
* diracparse: use strings for profile and level in capsTim-Philipp Müller2012-09-031-3/+40
* videoparsers: Fix GstBaseParse::get_sink_caps() implementationsSebastian Dröge2012-06-051-8/+20
* videoparsers: chain up to parent event handlerWim Taymans2012-02-151-21/+0
* videoparsers: adjust to modified baseparse APIMark Nauwelaerts2012-02-131-42/+23
* port some more to new memory APIMark Nauwelaerts2012-01-251-5/+11
* videoparsers: fix format warningsMatej Knopp2011-11-281-2/+2
* Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey2011-11-251-0/+36
|\
| * diracparse: Implement ::get_sink_caps vfunc to propagate downstream caps cons...Sebastian Dröge2011-11-241-0/+35
* | videoparsers: port to 0.11René Stadler2011-11-241-35/+34
|/
* diracparse: Add all fields to the src template capsSebastian Dröge2011-09-071-1/+6
* videoparsers: Allow parsed streams to be passed through the parsersSebastian Dröge2011-09-071-1/+1
* diracparse: make diracparse work correctlyDavid Schleef2011-07-041-57/+92
* Remove unused but set variablesDebarshi Ray2011-06-041-12/+0
* videoparsers: port to baseparse, which is now in libgstbase in coreTim-Philipp Müller2011-04-091-6/+5
* diracparse: Add correct template caps and element detailsSebastian Dröge2011-03-111-4/+5
* videoparsers: Fix unitialized variablesEdward Hervey2011-03-041-1/+1
* videoparsers: Add dirac parserDavid Schleef2011-02-171-0/+352