summaryrefslogtreecommitdiff
path: root/gst-libs
Commit message (Expand)AuthorAgeFilesLines
* signalprocessor: use the type define like everywhere elseStefan Kost2009-10-111-1/+1
* signalprocessort: register debug category just onceStefan Kost2009-10-111-4/+9
* basevideo: fix warnings in macosx snow leopardJosep Torra2009-10-113-15/+18
* basevideo: Revert "Call GstBaseVideoEncoder::start/stop during pad [de]activa...David Schleef2009-10-051-50/+5
* basevideo: Free frame using utility functionDavid Schleef2009-10-051-2/+1
* basevideo: Fail if caps don't contain a framerate fieldJan Schmidt2009-10-051-1/+2
* dirac: convert to BaseVideoEncoderDavid Schleef2009-10-021-0/+16
* Add GstBaseVideoDecoder::set_sink_caps vfunc.Alessandro Decina2009-10-022-5/+6
* Call GstBaseVideoDecoder::start/stop during pad [de]activation.Alessandro Decina2009-10-021-7/+48
* Don't ignore the value returned from GstBaseVideoEncoder::set_format.Alessandro Decina2009-10-021-2/+3
* Unref frame->sink_buffer in gst_base_video_encoder_finish_frameAlessandro Decina2009-10-021-0/+1
* Make GstBaseVideoEncoder::handle_frame return GstFlowReturnAlessandro Decina2009-10-022-3/+4
* Call GstBaseVideoEncoder::start/stop during pad [de]activation.Alessandro Decina2009-10-021-5/+50
* basevideo: debug at new segment eventsDavid Schleef2009-09-171-2/+2
* basevideo: Add a warningDavid Schleef2009-09-171-0/+4
* Multi-channel support with channel positions.Dave Robillard2009-09-172-2/+10
* Working multi-channel pads for LV2 plugins.Dave Robillard2009-09-172-20/+137
* Eliminate use of static mono pad template.Dave Robillard2009-09-171-7/+4
* signalprocessor: Fix various build/dist issuesSebastian Dröge2009-09-101-5/+7
* start refactoring of dshowsrcwrapperJulien Isorce2009-07-2110-1103/+1
* basevideo: Link with libgstvideo for some used functionsSebastian Dröge2009-07-071-1/+1
* basevideo, schroedinger: guard unstable API with GST_USE_UNSTABLE_APITim-Philipp Müller2009-07-036-1/+26
* basevideo: move from -baseDavid Schleef2009-07-0112-2/+3948
* Working LV2 plugin discovery.Dave Robillard2009-06-225-2/+1165
* photography: add functions to set/get all settings with one callLasse Laukkanen2009-06-052-0/+61
* photography: declare interface as unstable API by means of a warningTim-Philipp Müller2009-03-042-1/+6
* photo iface: Add caps object to preparation API for requested and actual capt...Lasse Laukkanen2009-02-232-9/+19
* Update spec file with latest changes, also add some missing disting directori...Christian Schaller2009-02-111-1/+1
* photography interface: .gitignore generated files.René Stadler2009-02-111-0/+2
* photography interface: Move generated files to win32/common.René Stadler2009-02-112-210/+0
* Add photography interface.Nokia Corporation2009-02-096-1/+883
* Remove AppSrc/AppSink that are moving to -base. Partially fixes #564421Jan Schmidt2009-01-053-161/+3
* gst-libs/gst/app/gstappsrc.*: Add properties and methods to configure and ret...Wim Taymans2008-12-292-1/+159
* Add appsrc and appsink documentation.Wim Taymans2008-12-172-3/+92
* examples/app/: Fix example to unref after emiting the push-buffer action.Wim Taymans2008-12-151-18/+40
* gst-libs/gst/app/gstappsrc.c: Don't forget to release the lock again if we ba...이문형2008-12-011-0/+2
* gst/: Wim, you're a bad boy. You don't want people to contact you or what?Edward Hervey2008-11-102-2/+2
* gst-libs/gst/app/gstappsrc.*: Add is-live property.Wim Taymans2008-11-072-8/+75
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-042-0/+2
* gst-libs/gst/app/gstappsink.c: Fix the docs.Wim Taymans2008-10-291-1/+1
* gst-libs/gst/app/gstappsrc.c (gst_app_src_set_max_bytes)Andy Wingo2008-06-161-5/+5
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-4/+0
* examples/app/: Add beefed up example app from bug #413418. It now also uses a...Wim Taymans2008-06-122-16/+61
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* examples/app/: Added 3 more example application for using appsrc in random-ac...Wim Taymans2008-06-062-14/+77
* examples/app/: Added an example on how to use appsrc in playbin in streaming ...Wim Taymans2008-06-053-115/+417
* gst-libs/gst/app/: Add marshal.list, make it compile and add to cvsignore.Wim Taymans2008-05-076-80/+438
* gst-libs/gst/app/gstappsink.*: Start some docs.Wim Taymans2008-05-052-25/+170
* gst-libs/gst/app/gstappsink.*: Add more docs.Wim Taymans2008-04-252-24/+232
* gst-libs/gst/dshow/Makefile.am: Use CXXFLAGS rather than CFLAGS; these are C+...Michael Smith2008-04-251-3/+3