summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)AuthorFilesLines
2009-08-28adapter: whitespace fixesWim Taymans1-15/+15
2009-08-28Check suggested caps for proxy allocThijs Vermeir1-1/+1
2009-08-27basesink: whitespace fixesWim Taymans1-47/+47
2009-08-24basesrc: return result of _set_caps()Wim Taymans1-3/+3
2009-08-24basesink: whitespace fixesWim Taymans1-34/+34
2009-08-10check: add some logging before calling gst_task_cleanup_all()Tim-Philipp Müller1-2/+4
2009-08-08check: Call gst_task_cleanup_all() in GST_END_TESTSebastian Dröge1-2/+4
2009-08-08basesink: Remove dead assignmentsEdward Hervey1-5/+0
2009-08-06check: add internal-check.h to BUILT_SOURCES in attempt to fix the buildTim-Philipp Müller1-0/+2
2009-08-06check: fix symbol exportingTim-Philipp Müller1-6/+29
2009-08-06check: fix issues with 'make distcheck'Tim-Philipp Müller1-3/+1
2009-08-06check: use private copy of check for libgstcheckTim-Philipp Müller4-15/+61
2009-08-06check: add internal copy of check-0.9.6Tim-Philipp Müller19-0/+3289
2009-08-06basetransform: use new _caps_can_intersect()Stefan Kost1-46/+25
2009-08-06basetransform: only check caps_is_fixed() if they changedStefan Kost1-5/+15
2009-08-06basetransform: clarify _caps_is_equal()Wim Taymans1-0/+4
2009-08-06basetransform: refactor metadata modificationsWim Taymans1-31/+53
2009-08-06basetransform: enable optimisationWim Taymans1-4/+2
2009-08-06basetransform: fix refcounting problemWim Taymans1-17/+41
2009-08-06basesink: cleanups in position queriesWim Taymans1-11/+9
2009-08-06basesink: Query upstream for the position if conversion in PAUSED failedStian Selnes1-3/+9
2009-08-06basetransform: Improve debug output in gst_base_transform_acceptcaps()Kipp Cannon1-1/+5
2009-08-06basetransform: Don't unset GAP flag if working in passthrough modeSebastian Dröge1-2/+3
2009-08-03bytereader: avoid wrap-around in buffer size checks. Fixes #590622.Mark Nauwelaerts1-27/+28
2009-07-29collectpads: Get the flushing state with the object lock taken.Edward Hervey1-2/+5
2009-07-29collectpads: Make sure the CollectData list is up-to-date when reading/settin...Edward Hervey1-4/+15
2009-07-29collectpads: Split out _check_pads into a version without lock taking.Edward Hervey1-3/+10
2009-07-28check: make new GstStreamConsistency structure privateTim-Philipp Müller2-13/+24
2009-07-24basesrc: don't handle SEEKING queries for formats that don't match the one th...Robin Stocker1-2/+6
2009-07-20basesrc: make tag queuing threadsafeWim Taymans1-10/+14
2009-07-20gstcheck: Add a stream consistency checking helper routine. Fixes #588744Edward Hervey3-2/+198
2009-07-20basesrc: Serialize tags into the dataflow. Fixes #588745Edward Hervey1-1/+26
2009-07-16docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32Tim-Philipp Müller2-18/+20
2009-07-14basetransform: take size onceStefan Kost1-1/+2
2009-07-07collectpads: make it the best of wims and edwards patch.Stefan Kost1-7/+6
2009-07-06basetransform: make comment a FIXME commentStefan Kost1-1/+1
2009-07-06logging: use perf category for dropped buffersStefan Kost1-2/+3
2009-07-05collectpads: Don't forward FLUSH_STOP if some input streams are still flushing.Edward Hervey1-2/+26
2009-07-04collectpads: Update the cookie when setting ourselves as flushing.Edward Hervey1-0/+8
2009-07-02docs: fix gtk-doc /*< private >*/ markerTim-Philipp Müller1-1/+1
2009-06-29libs/controller: Set default gst debugging category.Edward Hervey1-0/+3
2009-06-29bufferlist: use faster gst_buffer_list_get()Wim Taymans1-24/+3
2009-06-29basesink: take timestamp laterOgnyan Tonchev1-3/+2
2009-06-29logging: add a performace log categoryStefan Kost1-1/+2
2009-06-25basesink: don't do things with side effects within a g_assert()Tim-Philipp Müller1-3/+12
2009-06-23bytereader: add a bunch of utility functions for strings and a data dup functionTim-Philipp Müller2-13/+350
2009-06-18collectpads: use the right flushing flag.Wim Taymans1-6/+8
2009-06-18collectpads: Properly handle flushing pads.Edward Hervey1-4/+6
2009-06-16basesink: add Since tag for new methodWim Taymans1-1/+1
2009-06-16basesink: add support for buffer listBranko Subasic2-47/+167