summaryrefslogtreecommitdiff
path: root/gst-libs/gst/app
AgeCommit message (Expand)AuthorFilesLines
2010-02-12appsrc: fix Since tagWim Taymans1-1/+1
2010-02-12appsrc: Update basesrc segment duration and post duration messages from the s...Sebastian Dröge1-12/+16
2010-02-12appsrc: add min-percent propertyWim Taymans1-32/+86
2010-02-12appsrc: cleanupsWim Taymans1-177/+229
2010-02-12appsink: cleanupsWim Taymans1-160/+202
2010-02-12appsrc: Update segment duration and post a duration message if the duration c...Sebastian Dröge1-0/+13
2009-12-12docs: add short descriptions for API reference contents pageTim-Philipp Müller2-0/+4
2009-11-10appsrc: Clear the EOS state on a seek.Jan Schmidt1-0/+1
2009-10-16build: fix previous commit to fully accomodate the glib-gen.mak changesStefan Kost1-1/+1
2009-10-16build: use gst-glib-gen.mak to fix the glib build rules. Fixes #598114Stefan Kost1-1/+2
2009-09-13introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATHSebastian Dröge1-1/+2
2009-09-05introduction: Fix out-of-tree buildSebastian Dröge1-1/+3
2009-09-05introspection: Strip Gst prefix from all types/functionsSebastian Dröge1-0/+1
2009-09-05introspection: Fix build if gir-repository is not installedSebastian Dröge1-1/+1
2009-09-05libs: Add nodist headers and sources to the introspection filesSebastian Dröge1-0/+1
2009-09-05app: Add gobject-introspection supportSebastian Dröge1-0/+37
2009-08-24appsink: don't block in pausedWim Taymans1-2/+21
2009-08-06appsrc: Clarify documentation about caps and linkagePhilip Jägenstedt1-5/+6
2009-06-29appsink: add docs and signalsWim Taymans2-1/+57
2009-06-29Added buffer list support.Branko Subasic1-65/+123
2009-06-29Added buffer list support.Branko Subasic1-7/+10
2009-04-16app: add trivial cast macrosWim Taymans2-0/+6
2009-04-09appsink: make callbacks return GstFlowReturnMartin Samuelsson2-13/+20
2009-03-13appsrc: release lock in _eos flushing caseWim Taymans1-0/+1
2009-03-01app: force automatic rebuild of gstapp-marshal.[ch] after previous changeTim-Philipp Müller1-1/+2
2009-02-26app: add callbacks to appsrc, cleanupsWim Taymans3-17/+272
2009-02-26Appsink: add padding for callbacks + docsWim Taymans1-0/+3
2009-02-26docs: don't put random stuff in tags.Stefan Kost2-4/+4
2009-02-25app: add win32 .def file and only export functions we want exportedTim-Philipp Müller3-13/+16
2009-02-19Add method to install callbacks on appsinkWim Taymans2-3/+98
2009-01-23Reset queued_bytes counter when flushingWim Taymans1-0/+1
2009-01-09gst-libs/gst/app/gstappsink.c: Store the returned signal id in the right slot...Jan Schmidt1-1/+1
2009-01-06gst-libs/gst/app/: Make debug categories static. Use _element_class_set_detai...Tim-Philipp Müller4-19/+8
2009-01-06gst-libs/gst/app/: Move private data into a private instance struct. Add padd...Tim-Philipp Müller4-270/+356
2009-01-05Move AppSrc/AppSink from gst-plugins-bad. Fixes #564421Jan Schmidt2-4/+35
2008-12-29gst-libs/gst/app/gstappsrc.*: Add properties and methods to configure and ret...Wim Taymans2-1/+159
2008-12-17Add appsrc and appsink documentation.Wim Taymans2-3/+92
2008-12-15examples/app/: Fix example to unref after emiting the push-buffer action.Wim Taymans1-18/+40
2008-12-01gst-libs/gst/app/gstappsrc.c: Don't forget to release the lock again if we ba...이문형1-0/+2
2008-11-10gst/: Wim, you're a bad boy. You don't want people to contact you or what?Edward Hervey2-2/+2
2008-11-07gst-libs/gst/app/gstappsrc.*: Add is-live property.Wim Taymans2-8/+75
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-29gst-libs/gst/app/gstappsink.c: Fix the docs.Wim Taymans1-1/+1
2008-06-16gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)Andy Wingo1-5/+5
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-4/+0
2008-06-12examples/app/: Add beefed up example app from bug #413418. It now also uses a...Wim Taymans2-16/+61
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2008-06-06examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans2-14/+77
2008-06-05examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans3-115/+417
2008-05-07gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore.Wim Taymans6-80/+438