summaryrefslogtreecommitdiff
path: root/gst-libs/gst/app/gstappsink.c
Commit message (Expand)AuthorAgeFilesLines
* appsink: Fix gst_app_sink_pull() docs to transfer full for the return valueSebastian Dröge2014-10-241-2/+4
* docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller2014-04-261-2/+0
* appsink: update the emit-signal descriptionVíctor Manuel Jáquez Leal2013-03-111-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-031-2/+2
* theora, app: 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
* appsink: add GstFlowReturn from signal handlerWim Taymans2012-09-141-12/+20
* app: port to the new GLib thread APIThibault Saunier2012-09-091-66/+66
* Remove glib-compat-private.h stuff we don't need any moreTim-Philipp Müller2012-09-091-2/+0
* appsink, appsrc: skip set_callbacks APIs for introspectionEvan Nemerson2012-08-101-1/+1
* libs: Remove "Since" markers and minor doc fixupsEdward Hervey2012-07-131-26/+0
* appsink: optionally obtain current caps from negotiated pad capsMark Nauwelaerts2012-03-281-0/+9
* Merge branch 'master' into 0.11Sebastian Dröge2012-03-021-0/+26
|\
| * appsink: implement SEEKING queryTim-Philipp Müller2012-02-251-0/+26
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-081-0/+2
|\ \ | |/
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-041-0/+2
* | Appsink fixesMatej Knopp2011-12-051-2/+2
* | update for basesink event handler changesWim Taymans2011-12-021-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-12-021-8/+8
|\ \ | |/
| * various: typo fixesPiotr Fusik2011-12-021-13/+13
| * various: fix pad template leaksVincent Penquerc'h2011-11-281-2/+2
* | Use the new GstSample for snapshotsWim Taymans2011-12-011-321/+215
* | Update for GstURIHandler get_protocols() changesTim-Philipp Müller2011-11-131-2/+3
* | gio, appsrc, appsink, cdaudiosrc: update for GstURIHandler API changesTim-Philipp Müller2011-11-131-11/+6
* | bufferlist: update for new APIWim Taymans2011-11-021-1/+1
* | fix for uri changesWim Taymans2011-06-221-2/+2
* | Merge branch 'master' into 0.11Wim Taymans2011-05-241-35/+19
|\ \ | |/
| * docs: fixup appsrc/sink api docsStefan Kost2011-05-231-35/+19
* | appsink: Update for the negotiation related API changesSebastian Dröge2011-05-161-4/+8
* | app: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge2011-04-191-30/+15
* | bufferlist: fixes for new APIWim Taymans2011-03-311-22/+9
|/
* appsink: add buffer fallback in case the application doesn't handle buffer listsTim-Philipp Müller2011-01-311-2/+60
* appsink: send new-buffer-list signalCai Yuanqing2011-01-311-1/+4
* appsink: unset flushing flag when startingWim Taymans2010-12-101-0/+1
* docs: fix typo in appsink docs so function gets cross-referenced properlyTim-Philipp Müller2010-08-141-1/+1
* Add -Wwrite-strings to configureBenjamin Otte2010-03-161-1/+1
* appsink: cleanupsWim Taymans2010-02-121-160/+202
* docs: add short descriptions for API reference contents pageTim-Philipp Müller2009-12-121-0/+2
* appsink: don't block in pausedWim Taymans2009-08-241-2/+21
* appsink: add docs and signalsWim Taymans2009-06-291-0/+48
* Added buffer list support.Branko Subasic2009-06-291-65/+123
* appsink: make callbacks return GstFlowReturnMartin Samuelsson2009-04-091-4/+11
* app: add callbacks to appsrc, cleanupsWim Taymans2009-02-261-9/+73
* docs: don't put random stuff in tags.Stefan Kost2009-02-261-2/+2
* app: add win32 .def file and only export functions we want exportedTim-Philipp Müller2009-02-251-7/+9
* Add method to install callbacks on appsinkWim Taymans2009-02-191-0/+64
* gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot...Jan Schmidt2009-01-091-1/+1
* gst-libs/gst/app/: Make debug categories static. Use _element_class_set_detai...Tim-Philipp Müller2009-01-061-8/+4
* gst-libs/gst/app/: Move private data into a private instance struct. Add padd...Tim-Philipp Müller2009-01-061-117/+162