- 03 May, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: remove gst_info remove gstlog.h, fold back to gstinfo.h update translations
-
- 21 Apr, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fixing typos
-
- 15 Mar, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: don't mix tabs and spaces
-
- 13 Mar, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: gst-indent run on core
-
- 12 Mar, 2004 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: comment fix whitespace fixes
-
- 01 Mar, 2004 1 commit
-
-
Johan Dahlin authored
gst/: Use gst_data_copy, instead of ref, since some applications that uses GBoxed routines depends on a function that... Original commit message from CVS: * gst/gstbuffer.c (_gst_buffer_initialize): * gst/gstdata.c (gst_data_get_type): * gst/gstevent.c (_gst_event_initialize): Use gst_data_copy, instead of ref, since some applications that uses GBoxed routines depends on a function that actually returns a copy.
-
- 20 Feb, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: 2004-02-20 Benjamin Otte <otte@gnome.org> * gst/gstevent.c: (_gst_event_copy), (_gst_event_free): copy navigation event correctly. Check freeing tag lists. * gst/gstthread.c: (gst_thread_change_state): don't abort() on state changing mess - it might happen because of bugs. * gst/gstvalue.c: (gst_value_set_caps), (gst_value_get_caps): use boxed functions * gst/gstvalue.h: fix GST_VALUE_HOLDS_CAPS
-
- 10 Feb, 2004 1 commit
-
-
Julien Moutte Moutte authored
gst/gstevent.c: Sometimes a tag event arrives but the structure does not contain a valid tag list. Adding a safety ch... Original commit message from CVS: 2004-02-10 Julien MOUTTE <julien@moutte.net> * gst/gstevent.c: (_gst_event_free): Sometimes a tag event arrives but the structure does not contain a valid tag list. Adding a safety check to remove a noisy warning in that case.
-
- 04 Feb, 2004 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: 2004-02-04 Benjamin Otte <in7y118@public.uni-hamburg.de> * gst/gstevent.c: (_gst_event_free): actually break; inside the switch statement * gst/parse/grammar.y: fix memleak where GValues weren't unset
-
- 05 Jan, 2004 1 commit
-
-
Jan Schmidt authored
Original commit message from CVS: * gst/gstcaps.c: (gst_caps_append_structure): Move the poisoning to allow a NULL structure * gst/gstevent.c: (_gst_event_free): When freeing a navigation event, free the structure also
-
- 02 Dec, 2003 2 commits
-
-
David Schleef authored
Original commit message from CVS: change gst_event_new_discontinuousv to gst_event_new_discontinuous_valist (again)
-
David Schleef authored
Original commit message from CVS: change gst_event_new_discontinuousv to gst_event_new_discontinuous_valist
-
- 24 Nov, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: merge in tagging Includes: - gsttag.[ch] - The definition of GstTagList and tag registering/querying - gsttaginterface.[ch] - Interface for elements that can handle setting of tags - updates and merges to gststructure.[ch] and gstvalue.[ch] - testsuite/tags - some tests for tagging - bugfixes - updates to make make distcheck work - updates the version number to 0.7.2.1 Does not include: - including tagging stuff in docs - extensive tests
-
- 16 Jul, 2003 1 commit
-
-
Benjamin Otte authored
add valist function for gst_event_new_discontinuous original patch from Brett Kosinski fixes #117348 Original commit message from CVS: add valist function for gst_event_new_discontinuous original patch from Brett Kosinski fixes #117348
-
- 29 Jun, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: GST_DEBUG reorganization This is a big diff (ca 450k), containing loads of stuff: - gstinfo.[ch] complete rewrite - changing of all GST_DEBUG messages to reflect that change - reorganization of subsystem disabling - addition of gstconfig.h.in so we can track the disablings - <gst/gst.h> does not include <unistd.h> and <config.h> anymore - documentation updated for gstinfo stuff (build the docs yourself to know what changed) - bugfixes for making of the docs (files from CVS are not deleted anymore - testsuite for debugging changes in testsuite/debug expect breakage
-
- 07 Jun, 2003 1 commit
-
-
Ronald S. Bultje authored
Original commit message from CVS: Get rid of NEW_MEDIA event, EOS is supposed to handle that
-
- 05 Jun, 2003 1 commit
-
-
Thomas Vander Stichele authored
Original commit message from CVS: fix format test
-
- 10 May, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Use GstMemChunk to allocate events
-
- 26 Apr, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: fix and better comment gst_event_new_discontinuous. Nice memory leak there
-
- 29 Mar, 2003 1 commit
-
-
Martin Schulze authored
Original commit message from CVS: 2003-03-29 Martin Schulze <MHL.Schulze@t-online.de> * gst/gstelementfactory.c: Add "g_free (dp->license)" in gst_element_details_free(). * gst/gstevent.[ch]: Add function gst_event_get_type() to support c++ language binding. Make macros gst_event_ref[_by_count] return a GstEvent* instead of a GstData*. * gst/gstbuffer.[ch]: Add functions gst_buffer[_pool]_get_type() to support c++ language binding.
-
- 16 Mar, 2003 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: added new function gst_event_has_new_media
-
- 10 Feb, 2003 1 commit
-
-
Wim Taymans authored
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
-
- 02 Feb, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - replace old tracing with common GstTrace
-
- 23 Jan, 2003 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Some more debugging info
-
- 30 Dec, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - major API breakage (one of the last, I promise...) - GST_PAD_QUERY -> GST_QUERY - GstPadQuery -> GstQuery - Move query definitions to gstquery.h to allow for future dynamic query types. - remove _pad_handles_* in favour of extra format/event functions to make the same checks. - fix elements - Implemented missing query/event/formats functions in gstelement
-
- 22 Nov, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Added g_return_if_fail
-
- 31 Oct, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - A regular seek event sets the endoffset to -1 to indicate that the value should be ignored. - A segment seek only takes start < stop
-
- 28 Jul, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Fix some wrong prototypes and funtion args
-
- 13 Jul, 2002 1 commit
-
-
Wim Taymans authored
- Documentation updates, renamed some _ methods because gtkdoc didn't want to generate docs for them. Original commit message from CVS: - Documentation updates, renamed some _ methods because gtkdoc didn't want to generate docs for them. - Add some more events for future use.
-
- 08 Jul, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - Removed bufferpool code and move that to gstbuffer.c - implemented refcounting on GstData - implemented new buffer code based on Company's work in the EVENTS2 branch - added boxed types for GstData/GstEvent/GstBuffer/GstBufferPool - added refcounting to bufferpools and events - use lockfree allocation for buffers - simplified the clock, use lockfree allocation - use GQueue in GstQueue for faster access to the tail element - update core plugins to the new event API
-
- 13 Jun, 2002 1 commit
-
-
Wim Taymans authored
Added a size event to optimize buffer sizes make filesrc update its blocksize when it receives a size event Original commit message from CVS: Added a size event to optimize buffer sizes make filesrc update its blocksize when it receives a size event
-
- 12 Jun, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Documentation updates Make spider forward bufferpools Remove some old registry code
-
- 30 May, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Created an overridable method for seeking on an element, along with a default implementation. make queue flush on discont (not entirely correct) removed the new_media from the discont event.
-
- 26 May, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: - The clock_wait now returns the difference between requested time and unlock time. - Misc defines like GST_SECOND in gstclock.h - remove pre/post in gstelement.c until fixed. - added release_locks to gstelement so that the element can unlock itself - added some more predefined events. - added folowing functions to gstpad: - convert function: get the relation between formats on this pad - query function: get stats about the pad (position/total/latency) - internal connect function: find out how this pad connects to other pad internally to the element. - generic pad_dispatcher. - removed the last bits of pullregion - use release_locks on the queue. - added some events to queue - make gstthread use the new release_locks function - make the scheduler use the new clock_wait functions - added events to fakesink - added query functions to filesrc - swap type and offset in the bytestream seek API to match fseek - added some event handling in bytestream.
-
- 08 May, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Totally rewritten registry handling. - move the registry save/load code into a gstregistry subclass, this will make it possible to use other registries (flat file, web based, RDBMS type, etc..) - a simple GMarkup xml registry is implemented - use standard statically linked plugins for core elements. - GstPlugin has a very well defined set of functions now A little bytestream hack.. Added more info to -inspect. Some more debugging info for clocking. Small cleanups I use ./gst-register --gst-plugin-path=/opt/src/sourceforge/gst-plugins/gst-libs:/opt/src/sourceforge/gst-plugins/ to register core and gst-plugins now.
-
- 04 Apr, 2002 1 commit
-
-
Benjamin Otte authored
Original commit message from CVS: fix all compiler warnings
-
- 23 Feb, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Added gst_event_copy
-
- 26 Jan, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Added SET/CUR/END seek types.
-
- 01 Jan, 2002 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: API doc updates.
-
- 23 Dec, 2001 1 commit
-
-
Wim Taymans authored
Original commit message from CVS: Fix an event leak Ne need to save signals on longjmp
-