gstreamer/libs/gst/base
Sébastien Moutte 78ee95a508 gst/gst_private.h: add a new #ifdef to use __declspec(dllimport) only for other modules and not for gstreamer core
Original commit message from CVS:
* gst/gst_private.h:
add a new #ifdef to use __declspec(dllimport) only for
other modules and not for gstreamer core
* gst/gstbasesink.c: (gst_base_sink_perform_qos):
use gst_guint64_to_gdouble for conversion
* win32/common/libgstreamer.def:
add new exported functions
* win32/vs6/gst_inspect.dsp:
* win32/vs6/gst_launch.dsp:
* win32/vs6/libgstbase.dsp:
* win32/vs6/libgstcontroller.dsp:
* win32/vs6/libgstcoreelements.dsp:
* win32/vs6/libgstdataprotocol.dsp:
* win32/vs6/libgstnet.dsp:
update project files
2006-04-09 16:57:34 +00:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
gstadapter.c libs/gst/base/gstadapter.c: Add some docs. 2006-03-15 16:22:26 +00:00
gstadapter.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasesink.c gst/gst_private.h: add a new #ifdef to use __declspec(dllimport) only for other modules and not for gstreamer core 2006-04-09 16:57:34 +00:00
gstbasesink.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasesrc.c Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent) 2006-04-08 20:57:31 +00:00
gstbasesrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstbasetransform.c gst/gstbus.c: Small documentation clarification about the signal watch. 2006-04-07 14:02:12 +00:00
gstbasetransform.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstcollectpads.c libs/gst/base/gstcollectpads.c: more debug details 2006-03-24 17:10:46 +00:00
gstcollectpads.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gstpushsrc.c libs/gst/base/gstpushsrc.c: Push sources don't support pull mode by default. 2006-03-07 09:28:44 +00:00
gstpushsrc.h Fix broken GObject macros 2006-04-08 18:05:16 +00:00
gsttypefindhelper.c libs/gst/base/gsttypefindhelper.c: If we are provided with the size, we should implement 2006-03-09 10:46:35 +00:00
gsttypefindhelper.h New API: gst_type_find_helper_get_range() (#333042). 2006-03-02 13:45:32 +00:00
Makefile.am CVS surgery + support to move base, check, and net out of gst and into libs/gst 2005-11-29 19:12:30 +00: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...