remove unnecessary check for registries - registry gets rebuilt automagically anyway
[platform/upstream/gstreamer.git] / gst /
2003-05-02 Benjamin Otteremove unnecessary check for registries - registry...
2003-05-02 Benjamin Ottemake gst-launch --gst-mask=-1 fakesrc ! fakesink work...
2003-05-01 Benjamin Ottefix gcc 2.x compiler error, when variables aren't defin...
2003-05-01 Benjamin Otteunreachable code
2003-05-01 Benjamin Ottefix for forte
2003-05-01 Benjamin Otteadded GST_STR_NULL to check for NULL strings. Fixed...
2003-05-01 Benjamin Ottesilence forte warnings
2003-05-01 David SchleefDisable MIPS, 'cuz it's broken.
2003-04-28 Benjamin Otteoffsets may be negative (nobody ever seeked beackwards...
2003-04-28 Benjamin Ottefix deadlock when thread itself goes PLAYING => PAUSED...
2003-04-27 Benjamin Otteadd extra error for empty pipeline
2003-04-27 Benjamin OtteMake events use internal links, too
2003-04-26 Wim Taymans- remove some \n in GstThread debugging
2003-04-26 Benjamin Ottefix debugging segfault
2003-04-26 Benjamin Ottefix and better comment gst_event_new_discontinuous...
2003-04-25 Benjamin OtteI suck - it's the wrong variable and I don't get it...
2003-04-25 Benjamin Ottejust to be sure...
2003-04-24 Benjamin Ottefix stupid segfault when setting integer properties
2003-04-23 Benjamin Ottefix 2 warnings
2003-04-23 Thomas Vander Stichelemake the user registry location major-minor versioned...
2003-04-23 Benjamin Otteworkaround for bison 1.35 bug
2003-04-21 Benjamin Ottemake gst_thread_get_current() work with threaded cothreads
2003-04-21 Benjamin Ottemake that error message more useful, it kept confusing me
2003-04-21 Benjamin Otteassorted fixes:
2003-04-19 Wim TaymansGST_DEBUG/INFO doesn't need a \n at the end.
2003-04-19 Wim Taymans- removed an assert, mmaping the stack of another threa...
2003-04-18 Benjamin Otterewrite GstThread - should be quite a bit cleaner and...
2003-04-18 Benjamin Otte- make child_state_change a virtual function
2003-04-18 Benjamin Ottemake EOS really recursive and not just one layer deep
2003-04-17 Wim Taymans- Added a property to perform caps negotiation in the...
2003-04-17 Wim TaymansAdded a simple function gst_pad_recover_caps_error...
2003-04-17 Wim TaymansTransform variable properties too
2003-04-17 Benjamin Otterelease lock before doing signal handling
2003-04-17 Wim Taymans- don't be rude but give informative message about...
2003-04-17 Benjamin Otteanother bugfix, i will never get used to using the...
2003-04-17 Benjamin OtteIt's absolute fun if you don't find this. If an element...
2003-04-17 Colin WaltersRemove dummy signals, add full signal.
2003-04-16 Benjamin Ottebugfixing in pipeline parsing. Fixed the 2 pipelines...
2003-04-16 Benjamin Otte*_is_writeable => *_is_writable (spelling)
2003-04-15 Benjamin Ottechange *_is_readonly to *_is_writeable. Hope the name...
2003-04-15 Benjamin Otteremove left over _needs_copy_on_write
2003-04-15 Benjamin Otteremove left over GST_DATA_IS_READONLY
2003-04-15 Benjamin OtteOuch: gst_element_dispose does a state change to NULL...
2003-04-15 Benjamin OtteAPI change: remove gst_object_destroy and #defines...
2003-04-15 Benjamin OtteAPI change: rename (currently unused function) gst_...
2003-04-14 Wim Taymans- make aggregator actually work
2003-04-14 Wim TaymansUpdated makefile too..
2003-04-14 Wim Taymans- Added infrastructure to run a filter against plugins...
2003-04-14 Wim Taymans- use g_list_foreach where apropriate
2003-04-14 Benjamin Otteenable debugging output for bison parser, fix // commen...
2003-04-13 David SchleefRevert last Makefile.am change, and fix it correctly...
2003-04-13 Benjamin Otte- added macros GST_CLOCK_TIME_IS_VALID and GST_BUFFE_TI...
2003-04-13 Benjamin Ottesilence compiler warning
2003-04-13 Benjamin Ottedon't error out on max-buffers = 0
2003-04-12 Wim Taymans- Added function to apply a custom filter on plugin...
2003-04-12 Benjamin Ottesignal EOS on parent bins, when the last element playin...
2003-04-11 David SchleefDisable compiler warning because of a bug in flex-2...
2003-04-11 Benjamin Ottegeneral fixes:
2003-04-10 Wim TaymansRemoved sanity check that does not hold in some cases...
2003-04-10 Benjamin Ottedocumentation
2003-04-10 Benjamin Ottebugfix: wrong function due to missing char
2003-04-08 David SchleefRemove grammar.output, too
2003-04-08 David SchleefClean up Makefile.am
2003-04-08 David SchleefFix warning
2003-04-08 Benjamin Otterewritten pipeline parsing lands. Have fun breaking it.
2003-04-08 Benjamin Ottedo not return SUCCESS if a bin's child can't change...
2003-04-08 Benjamin Otte- clean bison- and flex-built files on make clean....
2003-04-08 Benjamin Ottehuge modifications, hope i didn't break something:
2003-04-08 Benjamin Ottepad linking only works when both elements are not playing
2003-04-08 Benjamin Ottemake typefinding work when the src provides caps. Fixes...
2003-04-07 David Schleefadd printf format and args macros for FOURCCs
2003-04-04 Benjamin Otteok, this is my nomination for idiot of the week
2003-04-04 Benjamin Otteremove old workaround for older popt version.
2003-04-04 Benjamin Ottemany changes to startup handling:
2003-03-30 Benjamin Ottedocumentation changes (thx Ross)
2003-03-29 Martin Schulzegst/gstelementfactory.c: Add "g_free (dp->license)...
2003-03-28 Wim TaymansRemove redundant _clock_set
2003-03-28 Wim Taymans- enable chain if an active group is added to it
2003-03-27 Benjamin Ottecleanup: remove writer/reader booleans, just signal...
2003-03-25 Wim TaymansAdded some extra debugging info
2003-03-25 Wim Taymans- Added _LOCKED_STATE element flag
2003-03-25 Wim TaymansSet initial flags on various scheduler structures
2003-03-21 Benjamin Ottefix memory leaks and unlock a mutex earlier
2003-03-18 Benjamin Ottebugfi^H^Hworkaround: only send eos to unconnected eleme...
2003-03-16 Christian MeyerFixed bug #108514.
2003-03-16 Benjamin Otteadded new function gst_event_has_new_media
2003-03-14 Wim Taymans- Slight reorganisation of functions that should be...
2003-03-13 Benjamin Ottedebugging session with wim
2003-03-13 Wim Taymans- fix unlink between decoupled elements
2003-03-12 Benjamin Ottemutexes want to be free, too
2003-03-11 Wim TaymansFix optimal scheduler with cothreads
2003-03-11 Benjamin OtteFix bug when joining threads.
2003-03-11 Benjamin Otteadded (hopefully) compatible cothreads emulation by...
2003-03-04 Wim TaymansNever take away the group from a loop based element OSLOSUMMIT1-200303051
2003-03-02 Wim TaymansBetter capsnego
2003-03-02 Wim TaymansAlso set the pad filter when proxy negotiating
2003-02-28 Wim TaymansFix the get_wrapper to handle the case where the peer...
2003-02-28 Wim TaymansStupid bug, always use the runqueue to start scheduling...
2003-02-27 Wim TaymansSchedule next chain on interrupt
2003-02-27 Wim Taymans- More refcounting fixes that now sustain abuse from...
next