summaryrefslogtreecommitdiff
path: root/gst/liveadder
Commit message (Expand)AuthorAgeFilesLines
* 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
* liveadder: port to 1.0 APIOlivier Crête2012-09-122-226/+226
* update for task api changeWim Taymans2012-06-201-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Wim Taymans2012-02-102-1/+2
|\
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-1/+2
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-2/+3
|\ \ | |/
| * liveadder: fix buffer leakVincent Penquerc'h2011-12-121-2/+3
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-4/+4
* | make request pads take _%uWim Taymans2011-11-041-2/+2
|/
* Work around changes in g_atomic APIDavid Schleef2011-06-041-0/+4
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* Fix pad template memleaksDavid Schleef2010-11-301-5/+2
* liveadder: move debug-category registration to type initStefan Kost2010-09-281-5/+4
* liveadder: GST_BOILERPLATE already sets parent_classStefan Kost2010-09-281-2/+0
* liveadder: use base_init for pad_templates and element_detailsStefan Kost2010-09-281-15/+12
* liveadder: use G_PARAM_STATIC_STRINGS on propertiesStefan Kost2010-09-281-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+4
* Clean up LDFLAGS, LIBS, CFLAGSTim-Philipp Müller2009-11-221-3/+5
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-3/+2
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+1
* liveadder: Fix build on macosxEdward Hervey2009-02-231-1/+2
* Add liveadder to the docsOlivier Crête2009-02-171-0/+1
* Document the liveadderOlivier Crête2009-02-171-0/+12
* Moved liveadder from gst-plugins-farsight to -badOlivier Crête2009-02-172-203/+182
* [MOVED FROM GST-P-FARSIGHT] Use log for message thats on every bufferOlivier Crête2009-02-171-3/+4
* [MOVED FROM GST-P-FARSIGHT] Remove .git-darcs-dir filesOlivier Crête2009-02-171-0/+0
* [MOVED FROM GST-P-FARSIGHT] liveadder : Handle jitter in incoming buffersEdward Hervey2009-02-171-5/+27
* [MOVED FROM GST-P-FARSIGHT] Add handling of position query to liveadderOlivier Crete2009-02-171-27/+73
* [MOVED FROM GST-P-FARSIGHT] Replace C99 llabs with C89 codeOlivier Crete2009-02-171-2/+6
* [MOVED FROM GST-P-FARSIGHT] Reset vars before restarting thread on flush stopOlivier Crete2009-02-171-2/+4
* [MOVED FROM GST-P-FARSIGHT] Implement first version of seekingOlivier Crete2009-02-171-4/+0
* [MOVED FROM GST-P-FARSIGHT] Add duration query from adderOlivier Crete2009-02-171-0/+78
* [MOVED FROM GST-P-FARSIGHT] Move flush stop inside where it belongsOlivier Crete2009-02-171-13/+4
* [MOVED FROM GST-P-FARSIGHT] Have the liveadder remember if its playing or notOlivier Crete2009-02-172-9/+24
* [MOVED FROM GST-P-FARSIGHT] Push out buffer if we're not playing while there ...Olivier Crete2009-02-171-1/+6
* [MOVED FROM GST-P-FARSIGHT] Empty the queue on flush startOlivier Crete2009-02-171-0/+5
* [MOVED FROM GST-P-FARSIGHT] Reset pad private on flush stopOlivier Crete2009-02-171-0/+1
* [MOVED FROM GST-P-FARSIGHT] Pass pad as pad to reset_pad_privateOlivier Crete2009-02-171-3/+5
* [MOVED FROM GST-P-FARSIGHT] Print debug message if we return non-ok from chainOlivier Crete2009-02-171-0/+2
* [MOVED FROM GST-P-FARSIGHT] Don't return EOS if we have no padsOlivier Crete2009-02-171-0/+4
* [MOVED FROM GST-P-FARSIGHT] Check that the format is NOT timeOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Don't use g_queue_clear()Olivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Pad push event after the lock has been unlockedOlivier Crete2009-02-171-1/+1
* [MOVED FROM GST-P-FARSIGHT] Create generic segment is none received and refus...Olivier Crete2009-02-171-0/+25
* [MOVED FROM GST-P-FARSIGHT] Add missing semicolon (did anyone test this?!)Simon McVittie2009-02-171-1/+1