Age | Commit message (Collapse) | Author | Files | Lines |
|
Original commit message from CVS:
- indentation fixes
- dynamic properties fixes
- object hierarchy fixes
- float ranges and property fixes
|
|
Original commit message from CVS:
- added indexing, dynamic params, signals, actions, clocking
|
|
Original commit message from CVS:
Added pad implementation + element properties
|
|
xsl transform on the xml to generate out...
Original commit message from CVS:
gst-xmlinspect dumps the plugin info to an xml file
xml2text.xsl performs an xsl transform on the xml to generate output
similar to gst-inspect
|
|
Original commit message from CVS:
update TODO
|
|
before queue is changed.
Original commit message from CVS:
Example of how an app could read data from a pipeline, this one wont run
before queue is changed.
|
|
Original commit message from CVS:
fixed 105883
|
|
Original commit message from CVS:
Fix bogus warning message
|
|
Original commit message from CVS:
Define default scheduler name in just one place.
|
|
Original commit message from CVS:
Small documentation updates
|
|
(closes bug #105571)
Original commit message from CVS:
- fix gst_element_unlink, only unlink pads that belong to the dest
element. (closes bug #105571)
|
|
Original commit message from CVS:
Close bug #105570 (added gst_bin_remove_many patch from omega)
|
|
Original commit message from CVS:
Fix recursive clock _get problem
|
|
Original commit message from CVS:
Documentation updates
|
|
Original commit message from CVS:
Added BEGIN_DECLS
|
|
Original commit message from CVS:
FILENAME->URI
|
|
Original commit message from CVS:
include *pool.h
|
|
Original commit message from CVS:
inlcude *pool.h
|
|
Original commit message from CVS:
- fix load/save
|
|
Original commit message from CVS:
Removed old files
|
|
Original commit message from CVS:
new uritype
|
|
Original commit message from CVS:
- Add more --disable options
- fix makefiles to only compile non-disabled features
- some compile fixes.
- removed extratypes, added gsturitype
- make get/set clock on a bin overridable
- some portability fixes for GUINT64
- separate pools from gstregistry.[ch] into gstregistrypool.[ch]
- make gstobject size fixed, even if we disabled load/save
- don't use 'new' as a variable as it is not a valib C++ variable
|
|
Original commit message from CVS:
Small cleanups and portability fixes for GUINT64
|
|
Original commit message from CVS:
Small cleanups
|
|
Original commit message from CVS:
More sensible name for the scheduler when compiled without cothreads
|
|
Original commit message from CVS:
Small compile fixes
|
|
Original commit message from CVS:
Fix various inconsistencies discovered while attempting to fix --disable-*.
Uraeus: this should fix the bison.simple problem that you've had.
|
|
Original commit message from CVS:
removed old code, g_object_get is the prefered method to get object
properties
|
|
Original commit message from CVS:
Short list of stuff we should be able to disable for embedded systems.
|
|
Original commit message from CVS:
Fix typo spotted by tjansen
|
|
Original commit message from CVS:
Clear any queued buffers when going to READY.
|
|
Original commit message from CVS:
Change %lld format to G_INT64_FORMAT
|
|
Original commit message from CVS:
Fix uri function..
|
|
Original commit message from CVS:
older gccs crack here
|
|
Original commit message from CVS:
Only inform scheduler when the element changes scheduling stategy.
|
|
Original commit message from CVS:
- Use the eventhandler instead of the event function to send events.
- make the scheduler setup the eventhandlers
- intercept flush events on pads links that can potentially queue data
and flush it.
- some more debugging info in spider.
I can think of one case where this flush might fail: unconnected pads where
the scheduler has not set up the eventhandler yet. I'll come up with a
solution for that soon.
|
|
Original commit message from CVS:
Backport verbose option from 0.6.0
|
|
Original commit message from CVS:
little bugfix
|
|
Original commit message from CVS:
- implement FLOATING flag on caps/props
- use gstmemchunk for caps/props
- implement remove_entry for props
- various refcounting functions
- fix refcounting on caps/props
- use tracing for caps/props/propsentries
- fix memleak in transform functions
- fix refcounting on elementfactory padtemplates
- add dispose for padtemplates
- shortcut pad negotiation early on
|
|
commit to make gstelement.c compile again.
Original commit message from CVS:
gst_object_swap -> gst_object_replace as it's a better name. Wait for
next commit to make gstelement.c compile again.
|
|
Original commit message from CVS:
- replace old tracing with common GstTrace
|
|
Original commit message from CVS:
- Add the trace name
|
|
Original commit message from CVS:
- Add popt option to enable new tracing
|
|
Original commit message from CVS:
- Added dispose handler
- remove unused mutex/cond
- use trace API
|
|
Original commit message from CVS:
- Small cleanups
- add dispose handler that spews an error as the systemclock can never
be disposed of.
|
|
Original commit message from CVS:
Some extra debug info
|
|
fixes that
Original commit message from CVS:
Funny how noone noticed that <list> tags are completely ignored, this
patch fixes that
|
|
Original commit message from CVS:
Add infrastructure to trace memleaks.
|
|
Original commit message from CVS:
- Small cleanup
|
|
description of pipelines.
Original commit message from CVS:
Make factual and grammatical corrections to man pages. Add simple
description of pipelines.
|