index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
Age
Commit message (
Expand
)
Author
Files
Lines
2001-12-06
Merged from trunk
BRANCH-BUILD1-200112061
Wrobell
30
-2330
/
+1012
2001-12-06
- use GST_CFLAGS/LIBS
Wrobell
4
-13
/
+17
2001-12-05
- do not overwrite CFLAGS/CPPFLAGS/LDFLAGS/ASFLAGS in configure.ac - they are...
Wrobell
32
-1031
/
+2342
2001-12-04
- some fixes to int2float making automake 1.5 happy (gst now requires automak...
wrobell
34
-2342
/
+2182
2001-11-24
quoting from the comment i put in gststaticautoplug.c: it is likely that the ...
Andy Wingo
1
-2
/
+13
2001-11-24
fixed a double-unreffing problem when disposing of elements
Andy Wingo
1
-1
/
+2
2001-11-23
cleaned up mangling of properties and names in ladspa by using g_strcanon add...
Andy Wingo
2
-0
/
+27
2001-11-14
Call the default handler of the pad
Wim Taymans
2
-2
/
+4
2001-11-14
Direct events to the event handler for non event-ware elements. pass the even...
Wim Taymans
1
-5
/
+12
2001-11-14
Make the queue event aware and make it do something usefull with the events.
Wim Taymans
1
-8
/
+14
2001-11-14
Added a default handler for the pads.
Wim Taymans
2
-14
/
+27
2001-11-14
Added a flag to indicate an element is event aware.
Wim Taymans
1
-0
/
+4
2001-11-14
Renamed a local var to better state what its purpose is.
Wim Taymans
1
-3
/
+6
2001-11-08
print the pre-operation refcount for ref and unref
Erik Walthinsen
1
-4
/
+4
2001-10-27
added taaz's threading patch, including queue events
Erik Walthinsen
7
-103
/
+148
2001-10-27
return a negative error code instead of exiting on parse error
Steve Baker
2
-13
/
+22
2001-10-25
fix glib2 warning
Andy Wingo
1
-3
/
+3
2001-10-24
basic statistics element
David I. Lehn
4
-1
/
+504
2001-10-24
stop printing out readbytes
David I. Lehn
1
-1
/
+1
2001-10-24
Add gst_typefactory_get_list to get a list of registered typefactories.
Wim Taymans
2
-0
/
+14
2001-10-24
Don't try to build the marshall stuff with the gtk shims
Wim Taymans
1
-0
/
+4
2001-10-24
Reset the name to NULL.
Wim Taymans
1
-0
/
+1
2001-10-24
Added the name property
Wim Taymans
1
-0
/
+54
2001-10-24
BUILT_SOURCES patch from vishnu
Erik Walthinsen
1
-0
/
+2
2001-10-23
Aplied the patches from vishnu to implement seeking in various plugins. bytes...
Wim Taymans
1
-1
/
+5
2001-10-22
Added 64 bit support to filesrc and a gtk+ shim (mapped to ulong unfortunatly...
Wim Taymans
2
-7
/
+12
2001-10-22
GSearchFunc seems to be glib1.2 only so it was replaced with
Wim Taymans
1
-1
/
+1
2001-10-21
Some compiler warning removed.
Wim Taymans
4
-26
/
+25
2001-10-21
API docs. revived _buffer_ref_by_count fast types for scheduler and bin.
Wim Taymans
37
-885
/
+652
2001-10-21
added empty string for category 31, lest the coloration break
Erik Walthinsen
1
-0
/
+1
2001-10-20
changed names from guchar* to gchar*, which makes C++ happy, and is, um, corr...
Erik Walthinsen
4
-4
/
+4
2001-10-20
made C++ friendly
Erik Walthinsen
1
-2
/
+10
2001-10-20
convert g_string_printfa to g_string_append_printf and add to the shim
Erik Walthinsen
2
-20
/
+22
2001-10-19
Removed old, bad bytestream code.
Wim Taymans
2
-169
/
+0
2001-10-17
added another madvise and wrapped them in #ifdef's so they don't break system...
Erik Walthinsen
1
-0
/
+6
2001-10-17
merge from EVENTS1 on 20011016
Erik Walthinsen
49
-514
/
+2144
2001-10-07
remove dparams from core
Steve Baker
7
-1422
/
+0
2001-10-07
remove ability to set dparams from -launch. this is the only real loss of fun...
Steve Baker
1
-26
/
+4
2001-10-07
remove extra debug info
Steve Baker
1
-3
/
+0
2001-10-06
gstsinesrc is being moved into plugins/synthesis/sinesrc
Steve Baker
4
-531
/
+1
2001-09-29
also need to ref the template in gst_pad_new_from_template
Steve Baker
1
-2
/
+3
2001-09-29
shouldn't sink here. that is up to the pad's parent (the element)
Steve Baker
1
-3
/
+2
2001-09-29
factory needs a ref to the padtemplate so that the padtemplate doesn't disapp...
Steve Baker
1
-1
/
+3
2001-09-28
reenabled object destruction by renaming shutdown and real_destry to dispose ...
Steve Baker
6
-82
/
+54
2001-09-23
g_critical is a glib-2.0-ism, changed them to g_warning and added FIXME's
Thomas Vander Stichele
2
-1
/
+12
2001-09-22
crashes that only happen when debugging is on aren't very nice
Steve Baker
1
-1
/
+1
2001-09-18
glib 1.2 fix minor formatting improvements add gst_print_element_args
Joshua N. Pritikin
3
-2
/
+109
2001-09-17
revert detailed multi-line error report
Joshua N. Pritikin
1
-21
/
+6
2001-09-17
add temporary diagnostic code
Joshua N. Pritikin
2
-3
/
+27
2001-09-17
fix warnings
Joshua N. Pritikin
2
-2
/
+115
[next]