gstreamer/gst
Andy Wingo cbc6f66cf4 add two apis: gst_element_connect_elements_many (elem1, elem2, ...)
Original commit message from CVS:
* add two apis:
* gst_element_connect_elements_many (elem1, elem2, ...)
- calls gst_element_connect_elements() in order
- should be called gst_element_connect_many, but we need to rename gst_element_connect_elements first
- simplifies common-case code
* gst_bin_add_many (bin, elem1, ...)
- calls gst_bin_add on all of the elems
- again, simplifying common code
2002-02-21 14:44:27 +00:00
..
autoplug warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
elements changes to spider: add padtemplates so the connect functions can connect two request-pad elements add a hack in gstel... 2002-02-19 05:59:07 +00:00
schedulers many fixes related to dynamic pipelines. 2002-02-18 00:40:56 +00:00
types more build cleanups (using as-version and as-libtool) some release doc notes from the previous release 2002-02-09 21:05:12 +00:00
.gitignore
cothreads.c
cothreads.h
gst.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gst.h first pass at integrating popt into gstreamer note: you will need popt 1.6.3 or greater (configure checks for this) -... 2002-02-15 16:14:21 +00:00
gst_private.h
gstarch.h
gstautoplug.c
gstautoplug.h
gstbin.c add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
gstbin.h add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
gstbuffer.c this is better 2002-02-04 22:40:30 +00:00
gstbuffer.h Small pointless cleanups 2002-02-02 13:32:32 +00:00
gstbufferpool.c similar fix for count ref 2002-02-04 22:41:23 +00:00
gstbufferpool.h
gstcaps.c appending caps to themself is not fatal, is it? 2002-02-17 21:19:13 +00:00
gstcaps.h
gstclock.c Added a first stab at a better clocking system. 2002-02-03 20:07:09 +00:00
gstclock.h Added a first stab at a better clocking system. 2002-02-03 20:07:09 +00:00
gstconfig.h
gstcpu.c
gstcpu.h
gstcpuid_i386.s
gstdata.h
gstelement.c add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
gstelement.h add two apis: gst_element_connect_elements_many (elem1, elem2, ...) 2002-02-21 14:44:27 +00:00
gstelementfactory.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstevent.c
gstevent.h Allow multiple files to be created with disksink and integrate a new event for that 2002-01-31 15:38:04 +00:00
gstextratypes.c
gstextratypes.h
gstinfo.c a warning fix a potential commenting error fix more debug output when trying to set caps so I can actually tell from ... 2002-02-20 16:44:46 +00:00
gstinfo.h before, entering and leaving where invisible now it's a really bleak grey anyone want to suggest a usable color ? 2002-02-20 16:42:16 +00:00
gstlog.h
gstmarshal.list This patch (nearly) completes the removal of vertical events from the core. 2002-02-06 19:05:19 +00:00
gstobject.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstobject.h core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes 2002-02-06 16:35:16 +00:00
gstpad.c more debug output used CONNECT_OK because otherwise functions don't get a proper result 2002-02-21 10:38:18 +00:00
gstpad.h warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstparse.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstparse.h
gstpipeline.c
gstpipeline.h
gstplugin.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstplugin.h
gstpluginfeature.c
gstpluginfeature.h
gstprops.c warning fixes gst_object_set_name (name, NULL) uniquifies the name globally 2002-02-20 21:31:16 +00:00
gstprops.h
gstpropsprivate.h
gstqueue.c
gstqueue.h
gstscheduler.c --gst-scheduler={basic,standard} :-))) 2002-02-15 21:17:06 +00:00
gstscheduler.h Added some more shims 2002-02-02 13:36:21 +00:00
gstsystemclock.c Added a first stab at a better clocking system. 2002-02-03 20:07:09 +00:00
gstsystemclock.h Added a first stab at a better clocking system. 2002-02-03 20:07:09 +00:00
gstthread.c
gstthread.h
gsttimecache.c
gsttimecache.h
gsttrace.c
gsttrace.h
gsttype.c
gsttype.h
gsttypefind.c many fixes related to dynamic pipelines. 2002-02-18 00:40:56 +00:00
gsttypefind.h
gsttypes.h
gstutils.c core is glib2 only now tried to convert to g_strdup_value_contents as much as i could misc other fixes 2002-02-06 16:35:16 +00:00
gstutils.h
gstversion.h.in
gstxml.c
gstxml.h
Makefile.am I don't think we wanted to change the include dir to gstreamer as well. 2002-02-11 15:35:42 +00:00
Makefile.am.future
ROADMAP