summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-12-02macros: Define restrict keyword if not availableSebastian Dröge1-0/+8
2010-11-29utils: avoid 'unused argument' warnings caused by GST_BOILERPLATE_FULLTim-Philipp Müller1-3/+2
2010-11-21introspection: Include exported packages information in GIRsEvan Nemerson1-0/+1
2010-11-18elementfactory: fix caps leak in element factory list utility functionsTim-Philipp Müller1-0/+1
2010-11-17datetime: Add _from_unix_epoch variantsThiago Santos2-5/+46
2010-11-03math-compat: don't re-define _USE_MATH_DEFINES if already definedVladimir Eremeev1-0/+2
2010-10-22elementfactory: Fix 64bit constantEdward Hervey1-1/+1
2010-10-16docs: add some gtk-doc Since: markersTim-Philipp Müller3-1/+11
2010-10-13datetime: Use seconds as doubleThiago Santos3-28/+26
2010-10-13gstdatetime: Move doc outside the ifdefsThiago Santos1-165/+191
2010-10-13datetime: Use GDateTime if availableThiago Santos3-40/+185
2010-10-13glib-private: Add include protection macroThiago Santos1-0/+5
2010-10-13buffer: add guard to buffer_set_caps() that checks if caps are simpleTim-Philipp Müller1-0/+3
2010-10-13systemclock: add a missing G_PARAM_STATIC_STRINGSStefan Kost1-1/+2
2010-10-11miniobject: avoid duplicate type check when freeing miniobjectTim-Philipp Müller1-1/+4
2010-10-11miniobject: Directly increate mini_object in mini_object_free()Edward Hervey1-1/+5
2010-10-11miniobject: Remove confusing DEBUG_REFCOUNT defineEdward Hervey1-11/+1
2010-10-11bin: fix documentation for iterate_sourcesWim Taymans1-2/+2
2010-10-11bin: Initialize variableSebastian Dröge1-0/+1
2010-10-11bin: Improve tracking of source elementsWim Taymans1-9/+21
2010-10-11element: add IS_SOURCE flagWim Taymans1-0/+2
2010-10-10registry: g_mapped_file_unref exists already since GLib 2.21.3Vincent Penquerc'h1-1/+1
2010-10-07pads: use new g_object_notify_by_pspec() for caps notifies if availableTim-Philipp Müller2-9/+30
2010-10-07clock: remove unnecessary g_object_notify() callTim-Philipp Müller1-1/+0
2010-10-05gstinfo: remove random MSVC compatibility define for M_PI that doesn't belong...Tim-Philipp Müller1-4/+0
2010-10-05gst: add math-compat.h headerTim-Philipp Müller2-1/+84
2010-09-27gstdatetime: Fix string serializationThiago Santos1-6/+10
2010-09-23clock: fix racy shutdown clock id leakTrond Andersen1-2/+4
2010-09-23tag: Adds GST_TAG_GEO_LOCATION_HORIZONTAL_ERRORThiago Santos2-0/+13
2010-09-23Revert "pad: use a nested lock to avoid reffing the peer"Stefan Kost1-17/+18
2010-09-22pad: use a nested lock to avoid reffing the peerStefan Kost1-18/+17
2010-09-17bufferlist: add function to add a list of buffersWim Taymans2-0/+47
2010-09-16elementfactory: make sure gstreamer has been initialized when creating elementsTim-Philipp Müller1-0/+2
2010-09-16query: minor gst_query_add_buffering_range() code reflowTim-Philipp Müller1-17/+10
2010-09-16query: gst_query_add_buffering_range() optimisationsTim-Philipp Müller1-4/+11
2010-09-16structure: micro-optimisation for some setter functionsTim-Philipp Müller1-46/+69
2010-09-16structure: add gst_structure_{id_}take_value()Tim-Philipp Müller2-0/+73
2010-09-16bin: fix doc string, we post element messagesWim Taymans1-1/+1
2010-09-16bin: add message-forward optionWim Taymans1-6/+70
2010-09-16plugin: use strstr() instead of g_strstr_len()Tim-Philipp Müller1-1/+3
2010-09-13gstpad: Fix flush-stop event handlingThiago Santos1-2/+4
2010-09-13docs: fix warnings pointed out by gtk-docStefan Kost6-13/+18
2010-09-13taskpool: make debug only code conditionalStefan Kost1-1/+6
2010-09-12introspection: Build with latest g-iColin Walters1-0/+4
2010-09-09pluginloader: don't leak entries for blacklisted filesStefan Kost1-0/+2
2010-09-09gstobject: avoid string creation when not neededEdward Hervey1-3/+12
2010-09-08caps: simplify code a bitTim-Philipp Müller1-18/+11
2010-09-08pad: add a unchecked variant for pullStefan Kost1-28/+34
2010-09-06gsterror: add default error message for GST_LIBRARY_ERROR_ENCODETim-Philipp Müller1-1/+1
2010-09-06gsterror: avoid pointless string copyingTim-Philipp Müller1-137/+150