summaryrefslogtreecommitdiff
path: root/gst/imagefreeze
Commit message (Expand)AuthorAgeFilesLines
* gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig2016-02-231-2/+2
* imagefreeze: simplify caps selectionThiago Santos2016-01-081-12/+10
* Revert "imagefreeze: Remove impossible error condition"Luis de Bethencourt2015-07-071-2/+7
* docs: decodebin2 -> decodebinLuis de Bethencourt2015-06-251-1/+1
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* imagefreeze: Handle seqnumsThibault Saunier2014-11-062-2/+23
* imagefreeze: replace with gst_buffer_copyVineeth T M2014-09-031-2/+2
* imagefreeze: Don't call gst_caps_unref() on template caps when already unrefe...Vineeth T M2014-09-011-2/+3
* imagefreeze: Remove impossible error conditionVineeth T M2014-08-281-7/+2
* imagefreeze: Unref pad template caps after usageSebastian Rasmussen2014-08-081-0/+1
* imagefreeze: Set segment position to the stop position of the bufferSebastian Dröge2014-05-021-1/+4
* imagefreeze: Properly report errors before stopping the srcpad taskSebastian Dröge2014-05-021-28/+47
* imagefreeze: Error out if we have no caps yetSebastian Dröge2014-05-021-0/+7
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* imagefreeze: the new get_caps already does the filter intersectionThiago Santos2012-10-251-11/+5
* imagefreeze: avoid assertion when using accept caps queryThiago Santos2012-10-251-3/+3
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* gst: Implement segment-done eventSebastian Dröge2012-07-051-2/+7
* imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS...Tim-Philipp Müller2012-07-041-2/+3
* update for task api changeWim Taymans2012-06-201-2/+2
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* caps: improve caps handlingWim Taymans2012-03-271-2/+0
* imagefreeze: plug caps leakMark Nauwelaerts2012-03-241-0/+2
* imagefreeze: immediately return GST_FLOW_EOSMark Nauwelaerts2012-03-231-1/+1
* imagefreeze: fix query and _getcaps handlingMark Nauwelaerts2012-03-231-32/+42
* imagefreeze: port to 0.11Mark Nauwelaerts2012-03-142-194/+120
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+1
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-251-1/+6
|\
| * imagefreeze: add various missing breakMark Nauwelaerts2012-01-201-1/+6
* | port to new gthread APIWim Taymans2012-01-191-4/+0
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-0/+6
|\ \ | |/
| * Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller2011-12-121-0/+4
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-121-0/+2
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-4/+4
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-3/+3
* | Merge branch 'master' into 0.11Wim Taymans2011-04-182-4/+15
|\ \ | |/
| * imagefreeze: Remove unused but set duration variableRobert Swain2011-04-161-3/+1
| * android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+13
|/
* imagefreeze: pass along eos if received before buffer arrivesDavid Hoyt2010-12-061-0/+7
* imagefreeze: Fix another subtle race condition related to starting the srcpad...Sebastian Dröge2010-09-042-33/+47
* imagefreeze: Protect the flushing-seek variable by the srcpad's stream lockSebastian Dröge2010-09-042-2/+10
* imagefreeze: Always generate a perfectly timestamped streamSebastian Dröge2010-09-041-5/+9
* imagefreeze: Retry bufferalloc if it was aborted with WRONG_STATE because of ...Sebastian Dröge2010-09-042-1/+11
* imagefreeze: Return GST_FLOW_UNEXPECTED when getting a second bufferSebastian Dröge2010-09-041-5/+4
* imagefreeze: Passthrough buffer allocationsSebastian Dröge2010-09-041-0/+36
* imagefreeze: Send close segments when seeking only for non-flushing seeks and...Sebastian Dröge2010-08-121-17/+22
* imagefreeze: Set fixed caps on the correct padSebastian Dröge2010-05-111-1/+1
* imagefreeze: Only start the task after a seek if a buffer was received alreadySebastian Dröge2010-05-111-2/+5