- Feb 13, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Latest begotiation doc
-
- Feb 11, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Corrected the associations on the UML diagrams
-
Wim Taymans authored
Original commit message from CVS: Added .dia UML of GstCaps Added the autoplugger factory to plugins.dia Added a first draft for caps-negotiation
-
- Feb 10, 2001
-
-
Wim Taymans authored
Original commit message from CVS: - backported the xml load bug in the properties - backported the videosink bug - make sure the regiontype is set to NONE after a getregion - an ugly fix (copy the chainfunction outselves) to make the avidecoder work again.
-
- Feb 07, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: removed intl and po from configure.in, until we have gettext working
-
Erik Walthinsen authored
Original commit message from CVS: added configure option to turn on building of docs, else they aren't built
-
Erik Walthinsen authored
Original commit message from CVS: Fixed cothreads.c problems with make dist. This still sucks badly.
-
- Feb 06, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added CVS ignore, and two documents..
-
Erik Walthinsen authored
Original commit message from CVS: updated ac3play to work with latest libgst
-
- Feb 05, 2001
-
-
Erik Walthinsen authored
Reworked getregion/pullregion stuff. Region is now specified by a type (OFFSET_LEN, TIME_LEN, etc.) and two guint64'... Original commit message from CVS: Reworked getregion/pullregion stuff. Region is now specified by a type (OFFSET_LEN, TIME_LEN, etc.) and two guint64's. They are offset and len, where offset can be used for the time field, and len would be zero or the time unit (say, 33ms for video).
-
- Feb 04, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: fixed all in-use instances of asyncdisksrc
-
Erik Walthinsen authored
Original commit message from CVS: moved asyncdisksrc to disksrc, no point in having a distinction
-
- Feb 03, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: fixed up the Alpha and ARM processor checks
-
- Jan 31, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: ARM works!
-
Wim Taymans authored
Original commit message from CVS: Documentation updates.
-
- Jan 30, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added a first attempt for XML embedding in the main core XML. Objects will emit a signal that a user app can connect to in order to insert its XML into the tree. You can catch the object_loaded signal in GstXML to parse the user supplied XML data in the stream. The object_loaded signal is implemented with a custom made class signal. All GstObject classes now automatically create a GstSignalObject that serves as a proxy to the user app when an object is loaded. All objects are currently responsible to emit the class signal themselves. runxml and createxml serve as an example how the XML hooks can be used to insert and retrieve custom XML tags.
-
- Jan 29, 2001
-
-
Wim Taymans authored
Original commit message from CVS: The early beginnings of a doc about QoS :-)
-
Wim Taymans authored
Original commit message from CVS: Lots of plugins fixes where the parentage macros were replaced with the correct gst_*_get_parent. Updated the example. 'gstreamer' now is the doc type instead of GST-Pipeline
-
Wim Taymans authored
Original commit message from CVS: Added ramblings about the XML load/save
-
Wim Taymans authored
Original commit message from CVS: This is a megapatch with the following changes: - moved the gchar *name to GstObject, removed the ones in GstElement and GstPad. - moved the parent handling completely into GstObject. This cause *all* of the plugins to fail (except those that used gst_pad_get_parent) - rearanged the XML save handling. - GstObject now has a class function save/restore_thyself. - GstObject has a generic method gst_object_save_thyself, this makes it possible to fire a signal wehever a new object is loaded. This is needed so we can add XML save hooks. - GstXML API has changed slightly. You now have to create a GstXML object first before you can actually load something. This makes it possible to attach a signal to GstXML whenever an object is loaded. I'm not sure we will keep this interface. - GstObject can now print the path_string without knowing about the GstPad and GstElement types. - Added gst_bin_get_by_name_recurse_up to lookup an element in the current element hierarchy. - added XML namespaces to the saved pipelines the namespace is: http://gstreamer.net/gst-core/1.0/ namespaces are needed to distinguish user generated XML from the core XML. Note that the plugins still contain a macro GST_OBJECT_PARENT that will be replaced with gst_pad_get_parent shortly.
-
- Jan 26, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Added the requirement for libshout
-
Wim Taymans authored
Original commit message from CVS: For the icecast sender
-
Wim Taymans authored
Original commit message from CVS: Converted the scaler to all asm
-
Wim Taymans authored
Original commit message from CVS: Added plain C scaler Fixed a bug for 32 bits displays
-
- Jan 23, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Updated the docs with the new _request methods
-
Richard Boulton authored
Original commit message from CVS: Add gst_element_request_compatible_pad and remove gst_element_request_pad. Implemented something reasonable for gst_element_request_compatible_pad, but havn't tested much: it won't work for tee because the pad templates have no caps, and negotiation is not yet written, so it is assumed that the tee pads can't connect to anything.
-
- Jan 22, 2001
-
-
Richard Boulton authored
Fix launch so that it can play a list of files, now that EOS works enough. (It needs to not have to restart gstreamer... Original commit message from CVS: Fix launch so that it can play a list of files, now that EOS works enough. (It needs to not have to restart gstreamer each time, but good enough for now ;-) )
-
Wim Taymans authored
Original commit message from CVS: Fixed a yuv to bgr32 bug, red and blue were swapped. Thanks to Trigon (Bert Boer <bert@mermaid.geenpunt.nl>).
-
- Jan 21, 2001
-
-
Wim Taymans authored
Original commit message from CVS: Docs updates Added XML load from memory functionality Undid the videosink patch, something else is wrong now on my machine: no MMX acceleration :-(
-
Wim Taymans authored
Original commit message from CVS: An overview of the current EOS handling algorithm.
-
Wim Taymans authored
Original commit message from CVS: Ramblings about dynamic pads
-
Wim Taymans authored
Original commit message from CVS: *** empty log message ***
-
Wim Taymans authored
Original commit message from CVS: updated to exclude various docs formats (.ps, .dvi,...)
-
Wim Taymans authored
Added another test case, a bin in a thread, to test EOS. still hangs because gtk_main hangs in a __poll somewhere. Original commit message from CVS: Added another test case, a bin in a thread, to test EOS. still hangs because gtk_main hangs in a __poll somewhere.
-
Wim Taymans authored
Original commit message from CVS: More eos handling, bin in bin is handled correctly now. Updated gstreamer-launch to loop while !EOS.
-
Erik Walthinsen authored
Original commit message from CVS: more complete(?) XML description of example
-
Erik Walthinsen authored
Original commit message from CVS: initial thoughts on framework
-
Original commit message from CVS: Applied the patch from Sepp Wijnands <mrrazz@garbage-coderz.net> that solves the 'OSS hangs when opening the device when in use' bug.
-
- Jan 20, 2001
-
-
Erik Walthinsen authored
Original commit message from CVS: current set of design docs, in .txt format
-
Erik Walthinsen authored
Original commit message from CVS: added first hack at testing suite design
-