mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
some fixes
Original commit message from CVS: some fixes
This commit is contained in:
parent
64d7455777
commit
a7754daef2
2 changed files with 8 additions and 7 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,12 +1,13 @@
|
||||||
2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
2004-05-28 Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
|
||||||
|
|
||||||
* gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
|
* gst/elements : gstaggregator.c gstfakesink.c gstfakesrc.c
|
||||||
gstmd5sink.c gstshaper.c gsttee.c
|
gstmd5sink.c gstshaper.c gsttee.c
|
||||||
gsttypefindelement.c
|
gsttypefindelement.c
|
||||||
* gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
|
* gst/schedulers : gstbasicscheduler.c gstoptimalscheduler.c
|
||||||
|
|
||||||
- removing trailing commas at end of enums
|
- removing trailing commas at end of enums
|
||||||
it is correct C99 code but C90 compilers would complain (AIX, Forte, ...)
|
it is correct C99 code but C90 compilers would complain
|
||||||
|
(AIX, Forte, ...)
|
||||||
('should' fix #143290, at least partially)
|
('should' fix #143290, at least partially)
|
||||||
|
|
||||||
2004-05-27 Wim Taymans <wim@fluendo.com>
|
2004-05-27 Wim Taymans <wim@fluendo.com>
|
||||||
|
@ -610,8 +611,8 @@
|
||||||
|
|
||||||
2004-05-03 David Schleef <ds@schleef.org>
|
2004-05-03 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
* testsuite/caps/deserialize.c: (main): Use the srcdir environment variable
|
* testsuite/caps/deserialize.c: (main): Use the srcdir environment
|
||||||
to find our source file.
|
variable to find our source file.
|
||||||
|
|
||||||
2004-05-03 David Schleef <ds@schleef.org>
|
2004-05-03 David Schleef <ds@schleef.org>
|
||||||
|
|
||||||
|
@ -627,7 +628,7 @@
|
||||||
* libs/gst/bytestream/Makefile.am:
|
* libs/gst/bytestream/Makefile.am:
|
||||||
* libs/gst/bytestream/adapter.c:
|
* libs/gst/bytestream/adapter.c:
|
||||||
* libs/gst/bytestream/adapter.h:
|
* libs/gst/bytestream/adapter.h:
|
||||||
add GstAdapter, similar to bytestream, but oesn't require ugly event
|
add GstAdapter, similar to bytestream, but doesn't require ugly event
|
||||||
handling or uglier loopbased elements
|
handling or uglier loopbased elements
|
||||||
|
|
||||||
2004-05-03 David Schleef <ds@schleef.org>
|
2004-05-03 David Schleef <ds@schleef.org>
|
||||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
||||||
Subproject commit 6e6d3f154c84195e9d505e114ea4a2df216f7277
|
Subproject commit cf0828313f7cea4d5840c0959e9113f13309a56f
|
Loading…
Reference in a new issue