summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-07po: update translationsTim-Philipp Müller39-149/+665
2011-01-07alpha: fix compiler warnings caused by -DG_DISABLE_ASSERTTim-Philipp Müller1-5/+5
2011-01-07matroska: don't put essential function calls into g_assert()Tim-Philipp Müller1-3/+6
2011-01-07v4l2sink: don't put functional code like ioctl calls into g_return_if_fail()Tim-Philipp Müller1-4/+16
2011-01-07tests: never disable g_assert() and cast checks for the unit testsTim-Philipp Müller1-2/+3
2011-01-06rtp: Fix unitialized variables on macosxEdward Hervey1-2/+2
2011-01-06qtdemux: Fix unitialized variables on macosxEdward Hervey1-2/+3
2011-01-05capsdebug: Add capdebug debug categoryDavid Schleef1-1/+9
2011-01-05deinterlace: Change the default to linearDavid Schleef1-1/+1
2011-01-05rtspsrc: don't confuse return valuesWim Taymans1-1/+1
2011-01-05qtdemux: Fix unitialized variables on macosxEdward Hervey2-14/+14
2011-01-05vrawdepay: fix length checkWim Taymans1-3/+4
2011-01-05multiudpsink: add buffer-size propertyWim Taymans2-5/+49
2011-01-03rtspsrc: remove unused variables when debug-logging disabledStefan 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-02multifilesink: 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