summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2014-12-16bufferpool: Don't check size in config validationNicolas Dufresne1-4/+6
2014-12-16bufferpool: log reason for discarded buffersWim Taymans1-6/+25
2014-12-12preset: add gst_preset_is_editable()Stefan Sauer2-0/+22
2014-12-12debugutils: Fix compiler warningSebastian Dröge1-1/+1
2014-12-12debugutils: Add a gst_debug_bin_to_dot_data() methodArun Raghavan2-73/+120
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge9-16/+17
2014-11-28element: Fix doc and default implementation of send_eventEdward Hervey1-2/+2
2014-11-28element: Figure default send_event direction handlingEdward Hervey1-2/+2
2014-11-20structure: don't overread input when searching for "Wim Taymans1-2/+8
2014-11-12pad: fail dropped queriesVincent Penquerc'h1-10/+4
2014-11-12Revert "pad: fail dropped queries"Vincent Penquerc'h1-4/+10
2014-11-12pad: fail dropped queriesVincent Penquerc'h1-10/+4
2014-11-12task: Fix pause/stop race conditionHaakon Sporsheim1-18/+17
2014-11-10gstobject: Add gst_object_has_parent()Jan Alexander Steffens (heftig)2-0/+29
2014-11-07structure: remove conditional for G_VALUE_COLLECT_INITStefan Sauer1-6/+0
2014-11-07preset: remove commented codeStefan Sauer1-4/+0
2014-11-07gstconfig: Put gstconfig.h into $(libdir)/gstreamer-1.0/includeSebastian Dröge1-2/+7
2014-11-07uri: Fix gobject-introspection warningsSebastian Dröge1-2/+2
2014-11-02toc: minor code clean-upTim-Philipp Müller1-23/+15
2014-11-02gst: ensure GStreamer initialization debug message is displayedLuis de Bethencourt1-6/+1
2014-11-02doc: Do not use deprecated gtk-doc 'Rename to' tagLuis de Bethencourt1-2/+1
2014-10-28gst: make gst_init() thread-safeTim-Philipp Müller1-0/+6
2014-10-25debugutils: Trivial typo fixArun Raghavan1-1/+1
2014-10-21message: remove duplicate gst_message_get_type() in initTim-Philipp Müller1-5/+0
2014-10-20gstvalue: Tidy initialisationJan Schmidt1-274/+124
2014-10-17typefind: simplify registration codeStefan Sauer1-5/+0
2014-10-14bus: Add a function to remove a bus watchLinus Svensson2-4/+46
2014-10-11docs: Update GstQOSType documentation a bitArun Raghavan1-6/+6
2014-10-06systemclock: fix multi-thread entry status issueNicolas Huet1-9/+24
2014-09-29uri: Don't unconditionally use g_list_copy_deep()Sebastian Dröge1-0/+19
2014-09-29uri: Include our own BSD licensed copy of strcasestr() for Windows and othersSebastian Dröge1-0/+62
2014-09-29uri: Fix compiler warnings with gccSebastian Dröge1-1/+1
2014-09-29uri: Fix memory leak in gst_uri_join()Sebastian Dröge1-1/+1
2014-09-29GstUri: Add GstUri miniobject to handle URIs in an RFC 3986 compliant fashionDavid Waring2-2/+1982
2014-09-25fixme: bump leftover 0.11 fixme commentsStefan Sauer7-9/+9
2014-09-25event: 'newsegment' to 'segment' in the docsStefan Sauer1-3/+3
2014-09-25info: remove confusing warning about running under valgrindTim-Philipp Müller1-3/+0
2014-09-23docs: Fix GstBuffer typo "memory bock" -> "memory block"William Manley1-2/+2
2014-09-23docs: Improve gst_buffer_get_meta() to clear up confusionWilliam Manley1-2/+5
2014-09-23datetime: added missing include directivesMarcin Kolny1-0/+3
2014-09-19gsturi: Remove unnecessary codeRavi Kiran K N1-8/+1
2014-09-17gst: Fix spelling errorOlivier Crête1-1/+1
2014-09-17info: avoid global variable for log_fileStefan Sauer1-8/+9
2014-09-17event: add annotations to gst_event_parse_toc_select()Ognyan Tonchev1-1/+1
2014-09-16query: Add annotations to gst_query_add_allocation_pool()Ognyan Tonchev1-1/+1
2014-09-12pad: Make sure the buffer to get/pull_range() has at least the requested sizeSebastian Dröge1-4/+4
2014-09-12query: add annotations to gst_query_set_nth_allocation_pool()Ognyan Tonchev1-1/+1
2014-09-03devicemonitor: fix typo in sample code in docsTim-Philipp Müller1-2/+2
2014-09-02pad: don't accept flush-stop on inactive padsWim Taymans1-5/+29
2014-08-28buffer: do not touch memory tag flag when copying buffer flagsArnaud Vrac1-1/+5