summaryrefslogtreecommitdiff
path: root/gst/imagefreeze
AgeCommit message (Expand)AuthorFilesLines
2016-10-03imagefreeze: Forward latency queries to upstreamNirbheek Chauhan1-0/+7
2016-08-26Use the new API to post flow ERROR messages on the busThibault Saunier1-3/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+8
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+4
2016-02-23gst: Don't assume that get_current_caps() returns non-NULL caps after has_cur...Dave Craig1-2/+2
2016-01-08imagefreeze: simplify caps selectionThiago Santos1-12/+10
2015-07-07Revert "imagefreeze: Remove impossible error condition"Luis de Bethencourt1-2/+7
2015-06-25docs: decodebin2 -> decodebinLuis de Bethencourt1-1/+1
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2014-11-06imagefreeze: Handle seqnumsThibault Saunier2-2/+23
2014-09-03imagefreeze: replace with gst_buffer_copyVineeth T M1-2/+2
2014-09-01imagefreeze: Don't call gst_caps_unref() on template caps when already unrefe...Vineeth T M1-2/+3
2014-08-28imagefreeze: Remove impossible error conditionVineeth T M1-7/+2
2014-08-08imagefreeze: Unref pad template caps after usageSebastian Rasmussen1-0/+1
2014-05-02imagefreeze: Set segment position to the stop position of the bufferSebastian Dröge1-1/+4
2014-05-02imagefreeze: Properly report errors before stopping the srcpad taskSebastian Dröge1-28/+47
2014-05-02imagefreeze: Error out if we have no caps yetSebastian Dröge1-0/+7
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-25imagefreeze: the new get_caps already does the filter intersectionThiago Santos1-11/+5
2012-10-25imagefreeze: avoid assertion when using accept caps queryThiago Santos1-3/+3
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-07-05gst: Implement segment-done eventSebastian Dröge1-2/+7
2012-07-04imagefreeze: clear 0 DTS on buffers output, as sinks will prefer DTS over PTS...Tim-Philipp Müller1-2/+3
2012-06-20update for task api changeWim Taymans1-2/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-27caps: improve caps handlingWim Taymans1-2/+0
2012-03-24imagefreeze: plug caps leakMark Nauwelaerts1-0/+2
2012-03-23imagefreeze: immediately return GST_FLOW_EOSMark Nauwelaerts1-1/+1
2012-03-23imagefreeze: fix query and _getcaps handlingMark Nauwelaerts1-32/+42
2012-03-14imagefreeze: port to 0.11Mark Nauwelaerts2-194/+120
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-2/+1
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+6
2012-01-20imagefreeze: add various missing breakMark Nauwelaerts1-1/+6
2012-01-19port to new gthread APIWim Taymans1-4/+0
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-0/+6
2012-01-04GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-3/+3
2011-12-12Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller1-0/+4
2011-12-12Work around deprecated thread API in glib masterTim-Philipp Müller1-0/+2
2011-11-28various: fix pad template leaksVincent Penquerc'h1-4/+4
2011-04-18Merge branch 'master' into 0.11Wim Taymans2-4/+15
2011-04-16imagefreeze: Remove unused but set duration variableRobert Swain1-3/+1
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+13
2010-12-06imagefreeze: pass along eos if received before buffer arrivesDavid Hoyt1-0/+7
2010-09-04imagefreeze: Fix another subtle race condition related to starting the srcpad...Sebastian Dröge2-33/+47
2010-09-04imagefreeze: Protect the flushing-seek variable by the srcpad's stream lockSebastian Dröge2-2/+10
2010-09-04imagefreeze: Always generate a perfectly timestamped streamSebastian Dröge1-5/+9
2010-09-04imagefreeze: Retry bufferalloc if it was aborted with WRONG_STATE because of ...Sebastian Dröge2-1/+11
2010-09-04imagefreeze: Return GST_FLOW_UNEXPECTED when getting a second bufferSebastian Dröge1-5/+4