summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-03rtspsrc: remove unused variables when debug-logging disabledHEADmasterStefan Kost1-7/+4
2011-01-03matroska-demux: remove unused variables when debug-logging disabledStefan Kost1-4/+2
2011-01-03cacasink: fix masks and stridesWim Taymans1-5/+13
2011-01-03v4l2src: undo presumably accidental enablement of the GstXOverlay interfaceTim-Philipp Müller1-0/+3
2011-01-03rtspsrc: increase udp buffer sizeWim Taymans1-3/+5
2011-01-03multifilesink: send stream headers in key-frame modeDavid Schleef2-0/+66
2011-01-02jack: fix up element details and some other minor clean-upsTim-Philipp Müller5-11/+6
2011-01-02id3demux: fix parsing of ID3v2.4 genre frames with multiple genresErich Schubert1-1/+1
2011-01-02jack: template caps had lists with one value, just use value directlyTim-Philipp Müller2-2/+2
2011-01-02jack: make get_type functions thread-safeTim-Philipp Müller3-30/+32
2011-01-02docs: update plugin docsTim-Philipp Müller8-78/+322
2011-01-02jack: new jackaudiosrc and jackaudiosink elements, moved from gst-plugins-badTim-Philipp Müller10-4/+116
2011-01-02various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-4/+6
2011-01-02jack: added translatable text for server not found errorTristan Matthews3-5/+15
2011-01-02examples: add test to demonstrate jack_client_t usageTristan Matthews2-0/+85
2011-01-02jack: added client propertyTristan Matthews8-11/+82
2011-01-02jack: removed unused file gstjackbin.cTristan Matthews1-349/+0
2011-01-02jacksrc: make sure we always read nframesWim Taymans1-8/+20
2011-01-02jack: improve process_cbTristan Matthews2-24/+17
2011-01-02jack: implement multichannel support correctly for jackaudiosrcTristan Matthews4-2/+149
2011-01-02jack: remove empty dispose and finalize methodsStefan Kost3-38/+0
2011-01-02jack: don't leak capsStefan Kost2-0/+22
2011-01-02jack: don't use GST_DEBUG_FUNCPTR for gobject vmethodsStefan Kost2-12/+8
2011-01-02jack: fix element name in section doc blobStefan Kost1-1/+1
2011-01-02Add -Wold-style-definitionBenjamin Otte1-1/+1
2011-01-02Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-1/+1
2011-01-02gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-15/+6
2011-01-02jack: ensure segtotal is at least 2Stefan Kost2-7/+13
2011-01-02jack: don't crash in ringbuffer with SIGFPE on small buffer-timesStefan Kost1-4/+14
2011-01-02jack: when stopping playback, do one more cycle to flush the port. Fixes #582167Stefan Kost2-6/+33
2011-01-02jack: Add new connection modeWim Taymans4-6/+13
2011-01-02ext/jack/: Query port latencies for sink/src delays.Stefan Kost3-3/+19
2011-01-02Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2011-01-02Fix compiler warnings on OS/XJan Schmidt1-1/+1
2011-01-02ext/jack/gstjackaudiosrc.c: Try committing this once again. Now properly rena...Stefan Kost1-17/+17
2011-01-02docs/plugins/: docs/plugins/inspect/plugin-jack.xmlStefan Kost3-8/+57
2011-01-02ext/jack/: Add a jackaudiosrc. Refactor sink slightly for better code reuse.Tristan Matthews8-89/+1054
2011-01-02docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-24/+16
2011-01-02Do not use short_description in section docs for elements. We extract them fr...Stefan Kost1-1/+0
2011-01-02ext/jack/gstjackaudiosink.c: Include the element name in the port name to avo...Wim Taymans1-5/+8
2011-01-02ext/jack/gstjackaudiosink.c: Work around missing bits of thread-safety on old...Tim-Philipp Müller1-0/+4
2011-01-02Use GST_LICENSE, GST_PACKAGE_NAME and GST_PACKAGE_ORIGIN instead of hardcodin...Sebastian Dröge1-2/+1
2011-01-02ext/jack/gstjackaudiosink.c: Add stdlib include here too.Stefan Kost1-0/+2
2011-01-02ext/jack/gstjackaudiosink.c: Try t better name clients. properly handle retur...Stefan Kost1-7/+15
2011-01-02ext/jack/gstjackaudioclient.c: Don't need to take the connection lock, it wil...Paul Davis1-7/+19
2011-01-02ext/jack/: Make an object to manage client connections to the jack server whi...Paul Davis5-68/+634
2011-01-02ext/jack/gstjackaudiosink.*: Improve docs.Wim Taymans2-10/+37
2011-01-02ext/jack/.cvsignore: Ignore old files as requested by the build slave.Jan Schmidt1-0/+1
2011-01-02ext/Makefile.am: Fix build.Wim Taymans1-4/+6
2011-01-02Added fully functional jackaudiosink.Wim Taymans5-651/+954