summaryrefslogtreecommitdiff
path: root/gst-libs/gst
AgeCommit message (Expand)AuthorFilesLines
2012-11-03Fix FSF addressTim-Philipp Müller168-335/+335
2012-11-02audiobasesink: use the same type as the internal type to return itMiguel Angel Cabrera Moya1-2/+2
2012-11-02video-blend: fix memory leak when called with invalid parametersMiguel Angel Cabrera Moya1-1/+3
2012-11-02rtspconnection: remove extra return and fix GError leakMiguel Angel Cabrera Moya1-1/+0
2012-11-02rtspconnection: fix g-i annotations for out parametersOgnyan Tonchev1-5/+5
2012-10-30audioringbuffer: reset spec on _releaseWim Taymans1-0/+2
2012-10-29rtpbasedepay: remove unused variableMiguel Angel Cabrera Moya1-5/+1
2012-10-29pbutils: fix g-i search path for GstBase-1.0.girTim-Philipp Müller1-0/+2
2012-10-29Revert "g-i: change g-ir-scanner arg --library=libgstfoo-X.la to --library=gs...Tim-Philipp Müller10-10/+10
2012-10-28videodecoder: fix inappropriate compiler optimization hint macro usageSreerenj Balachandran1-1/+1
2012-10-28exiftag: fix use after free and memory leakMiguel Angel Cabrera Moya1-3/+3
2012-10-28vorbistag: fix memory leakMiguel Angel Cabrera Moya1-0/+1
2012-10-28audio: try harder to make g-i use the build-tree libgsttagTim-Philipp Müller1-1/+6
2012-10-28pbutils: try harder to make g-i use the build-tree libgsttag,-audio, and -videoTim-Philipp Müller1-4/+16
2012-10-28g-i: change g-ir-scanner arg --library=libgstfoo-X.la to --library=gstfoo-XTim-Philipp Müller10-10/+10
2012-10-25pbutils: add caps description for Apple ProRes videoTim-Philipp Müller1-0/+1
2012-10-25rtsp: Don't use invalid socketsOgnyan Tonchev1-1/+7
2012-10-25pbutils: fix installer detail string version numberTim-Philipp Müller1-2/+2
2012-10-24audiodecoder: track forced decoding stateMark Nauwelaerts1-0/+2
2012-10-24Revert "gst: Add better support for static plugins"Sebastian Dröge1-1/+1
2012-10-24gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-10-24audiobasesink: Add explanation to the GAP event handling codeSebastian Dröge1-0/+4
2012-10-24audiobasesink: Properly handle GAP eventsSebastian Dröge1-0/+32
2012-10-23vorbistag: add mapping for 'ALBUM ARTIST' with spaceTim-Philipp Müller1-0/+1
2012-10-22riff: add bpp to caps for msvideoWim Taymans1-0/+4
2012-10-20tag: remove unnecessary g_type_init() call from mklicensestable toolTim-Philipp Müller1-2/+0
2012-10-20audiodecoder: don't leak message strings when error is not fatalTim-Philipp Müller1-3/+6
2012-10-20videodecoder: don't leak message strings when error is not fatalTim-Philipp Müller1-0/+2
2012-10-18vorbistag: fix 'TODO' on image tag parsingThiago Santos1-18/+17
2012-10-17audiocdsrc: mention TOCs in docsTim-Philipp Müller2-12/+21
2012-10-17theora, app: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-10-17videodecoder: return NULL from _allocate_output_buffer() if alloc failsTim-Philipp Müller1-2/+13
2012-10-16riff-media: fix palette extraction some moreTim-Philipp Müller1-11/+8
2012-10-16riff: create palette_data buffer correctlyTim-Philipp Müller1-1/+1
2012-10-15audio: properly handle clipping of empty bufferMark Nauwelaerts1-0/+4
2012-10-13rtsprange: fix formatting and parsing of range floating-point valuesTim-Philipp Müller1-10/+23
2012-10-12riff: 8-bit paletted video is format RGB8P, not RGB8_PALETTEDTim-Philipp Müller1-2/+2
2012-10-11audiodecoder: set of base_ts for segment formats other than timeJosep Torra1-2/+4
2012-10-10audiodecoder: Don't unref caps twiceSebastian Dröge1-1/+0
2012-10-10videodecoder: finetune missing timestamp estimatingMark Nauwelaerts2-2/+49
2012-10-09docs: playbin2 -> playbinWim Taymans1-1/+1
2012-10-08audio/video: update documentation for vfunc's that require chaining upAndoni Morales Alastruey4-0/+32
2012-10-08video: small docs fixWim Taymans1-1/+1
2012-10-04audioencoder: make stop() vfunc also optionalTim-Philipp Müller1-7/+3
2012-10-04audioencoder: don't fail if the start vfunc is not implementedAndoni Morales Alastruey1-2/+6
2012-10-03Merge branch 'master' of ssh://git.freedesktop.org/git/gstreamer/gst-plugins-...Michael Smith7-64/+206
2012-10-03meta registration: use g_once functions to register these threadsafely.Michael Smith3-8/+12
2012-10-02videodecoder: Fix unused variable compiler warning if debugging is disabledSebastian Dröge1-4/+3
2012-10-01rtsp: mark url argument of gst_rtsp_url_parse() as out argSebastian Pölsterl1-1/+1
2012-10-01videodecoder: Also use the object lock to protect the output_stateOlivier Crête1-13/+12