IS_USABLE is only for PLAYING elements
[platform/upstream/gstreamer.git] / gst / gstelement.c
2002-12-31 Wim TaymansIS_USABLE is only for PLAYING elements
2002-12-31 Wim TaymansNegotiation can happen even on disabled pads (in READY...
2002-12-31 Wim Taymans- Fix PAD_IS_USABLE on ghostpads
2002-12-31 Thomas Vander Stichelerevert usability test
2002-12-31 Thomas Vander Stichelesome more debug output
2002-12-30 Wim Taymans- major API breakage (one of the last, I promise...)
2002-12-27 Wim Taymans- disable pads when going to PAUSED, we want to make...
2002-12-19 Wim Taymans- Cleanups
2002-12-15 Wim TaymansImprove the optimal scheduler, mainly element remove...
2002-12-14 Wim TaymansDocumentation updates
2002-12-12 Wim TaymansRenamed GstCache to GstIndex
2002-12-11 Thomas Vander Stichelemerge from release branch
2002-12-07 Thomas Vander Stichelemove these to macros
2002-11-27 Wim Taymans- Added first attempt at general caching mechanism...
2002-11-20 Wim TaymansUse full object path string in default error/notify...
2002-11-19 Wim Taymans- an element also has a failed state change if the...
2002-11-02 Wim TaymansMoved deep notify to GstObject
2002-10-29 Thomas Vander Sticheleinstigated by alp. If this is wrong, let us know.
2002-10-02 Thomas Vander Stichelecode cleanup and API change (gst_caps_check_compatibili...
2002-10-01 Thomas Vander Stichelecode cleanup and more debug output
2002-09-13 Wim Taymans- some cleanups
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-09-08 Christian Schallercommitting many nice little memleaks fixes from Iain...
2002-09-02 Andy Wingodon't pass pointers to automatic variables
2002-08-30 Thomas Vander Stichelecode cleanups and doc fixes
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90333...
2002-08-12 Thomas Vander Stichelefixes bug bugzilla.gnome.org/show_bug.cgi?id=90332
2002-07-30 Wim TaymansAdd default deep_notify and error signal callbacks...
2002-07-28 Wim Taymans- move the state_change signal emit to a better place...
2002-07-24 Wim Taymans- More element API docs.
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-07-05 Andy Wingoif you can't write to the registry (ie it is root-owned...
2002-06-12 Wim TaymansDocumentation updates
2002-06-08 Wim TaymansAdded element query
2002-06-05 Wim TaymansFix the case where one of the pads is a ghostpad.
2002-05-30 Wim TaymansCreated an overridable method for seeking on an element...
2002-05-27 Andy Wingofixups in the prop view/controller compilation fixes...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-26 Andy Wingoget rid of some debug printouts
2002-05-26 Andy Wingoimplemented threadsafe property set/get system as discu...
2002-05-25 Thomas Vander SticheleAPI cleanup: (s/g)et_sched -> _scheduler
2002-05-05 Andy Wingouse contents of GST_REGISTRY variable if --gst-registry...
2002-05-01 Wim TaymansSmall cleanups
2002-04-28 Wim TaymansAdded method for releasing request pads.
2002-04-23 Thomas Vander Sticheledoc fixes
2002-04-23 Thomas Vander Sticheleapi renaming
2002-04-23 Thomas Vander Sticheledoc changes
2002-04-23 Thomas Vander Stichelecode cleanup
2002-04-12 Andy Wingofeeble attempts to handle dynamic connections BRANCH-RELEASE-0_3_4-ROOT
2002-04-11 Andy Wingocommit to make gstreamer follow the gtk function/macro...
2002-04-07 Andy Wingonew parser that uses flex and bison
2002-04-03 Wim TaymansGST_DEBUG and _INFO should have no trailing \n
2002-03-31 Wim TaymansDocumentation updates
2002-03-30 Andy Wingoadd notify back to filesrc, it's needed for MVC applica...
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-24 Andy Wingofilter newlines out of GST_DEBUG statements to reflect...
2002-03-24 David I. Lehns/POINTER/OBJECT/ in g_signal_new for NEW_PAD and PAD_R...
2002-03-18 Andy Wingos/gst_element_install_std_props/gst_element_class_insta...
2002-03-18 Benjamin Ottebugfix for gst_element_request_pad_by_name returning...
2002-03-06 Andy Wingofix bug when requesting pads by name
2002-03-03 Andy Wingodocument gst_caps_debug change gst_caps_debug to accept...
2002-02-21 Andy Wingoadd two apis: gst_element_connect_elements_many (elem1...
2002-02-20 Andy Wingowarning fixes gst_object_set_name (name, NULL) uniquifi...
2002-02-19 Andy Wingochanges to spider: add padtemplates so the connect...
2002-02-18 Andy Wingomany fixes related to dynamic pipelines.
2002-02-17 Andy Wingosome object cleanup fixes
2002-02-06 Wim TaymansSmall cleanups
2002-02-06 Benjamin OtteThis patch (nearly) completes the removal of vertical...
2002-02-06 Andy Wingocore is glib2 only now tried to convert to g_strdup_val...
2002-02-03 Wim TaymansAdded a first stab at a better clocking system.
2002-01-28 Benjamin Otteadd API to make life easier
2002-01-27 Benjamin Ottefix bug in _dispose of element/pads
2002-01-26 Benjamin Ottemake add_ghost_pad return new pad instead of NULL
2002-01-20 Wim TaymansSmall cleanups
2002-01-20 Wim TaymansDelay pad negotiation until the element is in READY...
2002-01-13 Wim TaymansLanded the new improved capsnegotiation system.
2002-01-11 Andy Wingosummary: fix xml in gstreamer 1) make clear distinction...
2002-01-01 Wim TaymansAPI doc updates.
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-25 Wim TaymansTee Fixes. added cothread_stop (not used) improved...
2001-12-22 Wim TaymansNever destroy the current cothread.
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-20 Wim Taymans- Reclaim cothread state even if the cothread was never...
2001-12-20 Wim Taymanscothread cleanup.
2001-12-18 Wim Taymans- Elements can now send events to their parent.
2001-12-15 Wim TaymansVarious cleanups and leak fixage.
2001-12-15 Thomas Vander Stichelefix some of uraeus's commenting fixes can someone also...
2001-12-14 Christian Schalleraye ladie, no more ugly // comments here, even if Taaz...
2001-12-14 Michael Meeksgst/gst.c (gst_main, gst_main_quit): upd.
2001-12-14 Wim TaymansAdded debugging info again.
2001-12-14 Wim TaymansRemoved code for which we don't have a shim yet.
2001-12-14 Wim TaymansSome leftover fixes from Michael.
2001-12-14 Wim TaymansDon't try to add NULL psepcs
2001-12-13 Wim TaymansMore Michael fixage
2001-12-13 Wim TaymansAplied more fixage from Michael Meeks.
2001-12-09 Wim TaymansAdded some more docs
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-24 Andy Wingofixed a double-unreffing problem when disposing of...
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
next