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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-03-07
Update .po files
Jan Schmidt
20
-106
/
+65
2007-03-07
Update .po files
Jan Schmidt
21
-1538
/
+2178
2007-03-01
configure.ac: Version 0.10.11.2 (0.10.12 pre-release)
Jan Schmidt
2
-2
/
+8
2007-03-01
libs/gst/base/gstbasesrc.c: Log flow-names and not numbers.
Stefan Kost
3
-2
/
+9
2007-02-28
configure.ac: Convert to new AG_GST style.
Thomas Vander Stichele
3
-32
/
+38
2007-02-28
libs/gst/base/gstbasesink.c: Don't unref query twice.
Wim Taymans
2
-1
/
+5
2007-02-28
gst/gstvalue.c: Implement GstObject -> string transform so we print object na...
Wim Taymans
2
-0
/
+22
2007-02-28
docs/gst/gstreamer-sections.txt: Add new stuff to docs.
Wim Taymans
2
-0
/
+8
2007-02-28
libs/gst/base/gstbasesink.c: Improve latency query code.
Wim Taymans
3
-12
/
+41
2007-02-28
gst/gstelement.*: Improve docs a little. Added Since: for new macro.
Wim Taymans
7
-14
/
+48
2007-02-28
gst/gstelement.c: Handle INFO messages from the GST_ELEMENT_INFO macro as well.
Wim Taymans
4
-27
/
+122
2007-02-28
gst/gstbin.c: Also report the live parameter of a latency query.
Wim Taymans
2
-6
/
+18
2007-02-28
plug test leak
Thomas Vander Stichele
1
-0
/
+2
2007-02-28
actually use the env var for tests
Thomas Vander Stichele
1
-1
/
+2
2007-02-28
tests/check/generic/states.c: Copy the current generic/states example from -b...
Thomas Vander Stichele
3
-41
/
+94
2007-02-27
API: gst_bus_timed_pop()
Wim Taymans
5
-12
/
+157
2007-02-23
gst/gstpipeline.c: Don't ref a NULL clock in _provide_clock_func().
Wim Taymans
3
-31
/
+49
2007-02-23
docs/: Some small updates: update plugin system identifier prefix mention our...
Tim-Philipp Müller
4
-239
/
+49
2007-02-21
win32/common/config.h: Pretty sure Bill never made a powerpc version. Powerp...
Thomas Vander Stichele
2
-1
/
+7
2007-02-21
Fix up documentation to link to the correct GstGError section.
Thomas Vander Stichele
3
-2
/
+38
2007-02-21
tools/gst-launch.c: Make sure that we actually show the important message par...
Thomas Vander Stichele
2
-7
/
+15
2007-02-21
docs/gst/gstreamer-sections.txt: Removed docs as well.
Wim Taymans
2
-3
/
+5
2007-02-21
gst/gstmessage.*: Remove new messages for release.
Wim Taymans
3
-82
/
+7
2007-02-20
Make the ghostpad a parent of the internal pad again for better backward comp...
Wim Taymans
4
-9
/
+46
2007-02-20
gst/gstbin.c: Improve debug info.
Wim Taymans
2
-17
/
+77
2007-02-20
Do not set the internal pad as a parent anymore so we can avoid hierarchy lin...
Wim Taymans
4
-151
/
+104
2007-02-19
libs/gst/base/gstbasetransform.c: Implement a checkgetrange function instead ...
Wim Taymans
2
-0
/
+26
2007-02-15
More docs coverage and some ChangeLog surgery (add missing names)
Stefan Kost
5
-4
/
+24
2007-02-15
docs/design/: Some doc updates. Start renaming from stream_time to running_ti...
Wim Taymans
18
-142
/
+288
2007-02-15
libs/gst/base/gstbasesrc.c: Answer LATENCY query.
Wim Taymans
2
-0
/
+13
2007-02-15
tests/check/gst/gstevent.c: Improve debugging.
Wim Taymans
2
-5
/
+15
2007-02-15
gst/gstpad.c: Improve debugging of default pad dispatcher and query functions.
Wim Taymans
2
-5
/
+22
2007-02-15
docs/gst/gstreamer-sections.txt: Remove old unused method.
Wim Taymans
2
-3
/
+7
2007-02-13
tests/check/gst/gstsegment.c: Fix check
Wim Taymans
2
-2
/
+7
2007-02-13
docs/design/part-seeking.txt: Some small update.
Wim Taymans
3
-26
/
+33
2007-02-13
docs/random/ensonic/: Possible dynamic reconnection api, plus some type fixes...
Stefan Kost
4
-15
/
+51
2007-02-13
plugins/elements/: Also check for an absolute path following file:// in the f...
Sebastian Dröge
3
-6
/
+20
2007-02-13
docs/design/draft-klass.txt: Add existing category analysis.
Stefan Kost
3
-5
/
+23
2007-02-12
Add crossreferences to glib/gobject docs.
Stefan Kost
5
-8
/
+25
2007-02-12
docs/design/draft-latency.txt: Small update.
Wim Taymans
6
-24
/
+267
2007-02-12
API: add GST_TAG_REFERENCE_LEVEL (#403597).
René Stadler
4
-2
/
+22
2007-02-11
docs/libs/Makefile.am: Fix path to core docs.
Stefan Kost
11
-17
/
+76
2007-02-10
gst/gstbin.h: Replace interface parameter name by iface as interface is a res...
Sébastien Moutte
6
-3
/
+30
2007-02-09
tests/check/pipelines/simple-launch-lines.c
Andy Wingo
2
-1
/
+6
2007-02-09
tests/check/: Add ABI checks for PPC32.
Andy Wingo
6
-0
/
+116
2007-02-09
tests/check/pipelines/simple-launch-lines.c (test_tee): Add tests for push an...
Andy Wingo
4
-78
/
+281
2007-02-09
gst/gstregistryxml.c (load_feature, load_plugin): Drop some normal-case logs ...
Andy Wingo
4
-31
/
+43
2007-02-05
plugins/elements/gstfilesrc.c: Correctly generate EOS for non-seekable files....
Michal Benes
2
-2
/
+11
2007-02-05
tests/check/elements/filesrc.c: Add unit test for the GstURIHandler interface...
Sebastian Dröge
2
-0
/
+57
2007-02-04
gst/gstelementfactory.h: The klass string is not a hierarchy. Add reference t...
Tim-Philipp Müller
2
-2
/
+12
[next]