gstreamer/libs/gst/base
Seungha Yang 69ddcc175f bitwriter: Fix build error
Fix implicit-function-declaration warning for meemst and memcpy

gstbitwriter.h:166:3: error: implicit declaration of function ‘memset’
   memset (bitwriter->data + clear_pos, 0, (new_bit_size >> 3) - clear_pos);
   ^

https://bugzilla.gnome.org/show_bug.cgi?id=795867
2018-05-07 08:35:47 +02:00
..
.gitignore Update a bunch of gitignores to clean up my git status output 2009-01-23 16:08:40 +00:00
base-prelude.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
base.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstadapter.c adapter: port the buffer list from GSList to GstQueueArray 2018-04-14 01:20:38 +02:00
gstadapter.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstaggregator.c aggregator: since marker for new API 2018-05-05 12:10:39 +02:00
gstaggregator.h aggregator: Add API to check if a pad has a new buffer 2018-04-25 14:20:19 -04:00
gstbaseparse.c base: fix some GIR annotations 2018-04-13 20:16:45 +02:00
gstbaseparse.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasesink.c Source code typo fixes 2018-05-01 11:25:21 +01:00
gstbasesink.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasesrc.c basesrc: Balance unlock/unlock_stop in _src_stop() 2018-03-07 20:03:56 -05:00
gstbasesrc.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbasetransform.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstbasetransform.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbitreader-docs.h docs: align the comments correctly with the declaration in bitreader docs 2013-01-29 15:43:05 +00:00
gstbitreader.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstbitreader.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbitwriter-docs.h bitwriter: Add a generic bit writer 2018-05-06 17:05:21 +02:00
gstbitwriter.c bitwriter: Add a generic bit writer 2018-05-06 17:05:21 +02:00
gstbitwriter.h bitwriter: Fix build error 2018-05-07 08:35:47 +02:00
gstbytereader-docs.h docs: add a missing const in bytereader docs 2017-06-29 21:08:01 +02:00
gstbytereader.c base: fix some GIR annotations 2018-04-13 20:16:45 +02:00
gstbytereader.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstbytewriter-docs.h docs: Fix typos in function/object descriptions 2013-12-07 17:11:12 +00:00
gstbytewriter.c base: fix some GIR annotations 2018-04-13 20:16:45 +02:00
gstbytewriter.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstcollectpads.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstcollectpads.h Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstdataqueue.c Don't use deprecated g_object_newv() 2017-04-08 09:49:59 +01:00
gstdataqueue.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstflowcombiner.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstflowcombiner.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstindex.c Fix typos in comments and docs 2018-05-01 11:18:03 +01:00
gstindex.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstmemindex.c Fix FSF address 2012-11-03 20:44:48 +00:00
gstpushsrc.c Port gtk-doc comments to their equivalent markdown syntax 2017-01-27 16:36:38 -03:00
gstpushsrc.h base: GST_EXPORT -> GST_BASE_API 2018-03-13 00:46:00 +00:00
gstqueuearray.c API: gst_queue_array_peek_nth 2018-04-14 00:14:56 +02:00
gstqueuearray.h API: gst_queue_array_peek_nth 2018-04-14 00:14:56 +02:00
gsttypefindhelper.c base: fix some GIR annotations 2018-04-13 20:16:45 +02:00
gsttypefindhelper.h base: fix some GIR annotations 2018-04-13 20:16:45 +02:00
Makefile.am bitwriter: Add a generic bit writer 2018-05-06 17:05:21 +02:00
meson.build bitwriter: Add a generic bit writer 2018-05-06 17:05:21 +02:00
README add short/long description docs to base classes add pushsrc to the docs remove consolidated doc fragments 2005-08-03 13:30:18 +00:00

Base classes
------------

GstBaseSink
  FIXME: not much point making it operate in pull mode as a generic
  base class I guess...