David I. Lehn
f0705fae7a
latest 0.3.2 packaging info
...
Original commit message from CVS:
latest 0.3.2 packaging info
2002-03-17 21:58:54 +00:00
Benjamin Otte
cd9f4cb49b
we don't want to run _dispose twice on the scheduler, do we?
...
Original commit message from CVS:
we don't want to run _dispose twice on the scheduler, do we?
2002-03-17 00:41:46 +00:00
Thomas Vander Stichele
fcb0725892
uhm, shouldn't have done that this is righter
...
Original commit message from CVS:
uhm, shouldn't have done that
this is righter
2002-03-15 22:17:20 +00:00
Thomas Vander Stichele
b69342f7f2
automake 1.6 patch ;)
...
Original commit message from CVS:
automake 1.6 patch ;)
2002-03-15 22:16:40 +00:00
Thomas Vander Stichele
8a39e98f8b
G_BREAKPOINT is x86-only
...
Original commit message from CVS:
G_BREAKPOINT is x86-only
2002-03-14 16:01:14 +00:00
David Schleef
b7d0645e36
Add inclusion of errno.h, so it compiles on PowerPC.
...
Original commit message from CVS:
Add inclusion of errno.h, so it compiles on PowerPC.
2002-03-10 20:45:11 +00:00
Christian Schaller
9ad2f1208b
update CVS version to 0.3.3.1
...
Original commit message from CVS:
update CVS version to 0.3.3.1
2002-03-10 20:41:31 +00:00
Steve Baker
99e581dc94
first cut of documentation for dparams for plugin writers.
...
Original commit message from CVS:
first cut of documentation for dparams for plugin writers.
who would have thought that writing docs was so much fun
2002-03-10 19:57:31 +00:00
Thomas Vander Stichele
2a4712c20f
more updates
...
Original commit message from CVS:
more updates
2002-03-10 12:51:37 +00:00
Thomas Vander Stichele
41253d9192
more minor updates
...
Original commit message from CVS:
more minor updates
2002-03-09 13:01:16 +00:00
Thomas Vander Stichele
e1aa1bf43c
expanded release policy a bit let's try this out today ;)
...
Original commit message from CVS:
expanded release policy a bit
let's try this out today ;)
2002-03-09 12:34:38 +00:00
Richard Boulton
735fa40c69
Remove a couple of old commented out lines.
...
Original commit message from CVS:
Remove a couple of old commented out lines.
They had no meaning as far as I can tell, and were causing a warning with
automake 1.6, due to the trailing \ followed by a blank line.
2002-03-09 02:15:04 +00:00
Richard Boulton
79328c766a
Make a note of the command used to create a release branch, for future reference.
...
Original commit message from CVS:
Make a note of the command used to create a release branch, for future
reference.
2002-03-08 18:14:15 +00:00
Christian Schaller
08f04d5575
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make sure we get enough debug info for fixi...
...
Original commit message from CVS:
wtay is ignoring me in #gstreamer so I am adding this debug enablement to make
sure we get enough debug info for fixing bugs
2002-03-07 21:18:42 +00:00
Benjamin Otte
3743cdef5b
warning: 'current_diff' might be used uninitialized in this function
...
Original commit message from CVS:
warning: 'current_diff' might be used uninitialized in this function
2002-03-06 19:58:19 +00:00
Andy Wingo
660621ca99
fix bug when requesting pads by name
...
Original commit message from CVS:
* fix bug when requesting pads by name
* added api: gst_element_get_managing_bin ()
2002-03-06 16:14:34 +00:00
Benjamin Otte
fbe0d0ba6b
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
...
Original commit message from CVS:
warning: passing arg 1 of 'gst_caps_unref' from incompatible pointer type
2002-03-06 08:30:05 +00:00
Benjamin Otte
05d1d0cfd2
warning: unused variable 'templist'
...
Original commit message from CVS:
warning: unused variable 'templist'
2002-03-06 08:20:10 +00:00
Thomas Vander Stichele
fb0e821074
1st prerelease
...
Original commit message from CVS:
1st prerelease
2002-03-05 22:03:00 +00:00
Thomas Vander Stichele
cffa3c7a53
updated devhelp
...
Original commit message from CVS:
updated devhelp
2002-03-05 22:02:06 +00:00
Thomas Vander Stichele
c21155d5cf
added changelog
...
Original commit message from CVS:
added changelog
2002-03-05 12:32:46 +00:00
Thomas Vander Stichele
c09d4144ba
no good reason to require glib 1.3.15 so back to 1.3.12 put version checking for glib and libxml in configure.ac subs...
...
Original commit message from CVS:
* no good reason to require glib 1.3.15 so back to 1.3.12
* put version checking for glib and libxml in configure.ac
* subst'd these minimum required versions so they can be used in spec file
2002-03-05 12:31:13 +00:00
Benjamin Otte
e1347f2974
warning: unused variable 'oclass'
...
Original commit message from CVS:
warning: unused variable 'oclass'
2002-03-05 08:35:37 +00:00
Benjamin Otte
5df336f7ef
warning: int format, GType arg (arg 3)
...
Original commit message from CVS:
warning: int format, GType arg (arg 3)
2002-03-05 08:30:51 +00:00
Benjamin Otte
9cc2acfe9b
warning: unused variable 'oldstate'
...
Original commit message from CVS:
warning: unused variable 'oldstate'
2002-03-05 08:28:22 +00:00
Benjamin Otte
aa7fef46d4
warning: initialization from incompatible pointer type
...
Original commit message from CVS:
warning: initialization from incompatible pointer type
2002-03-05 08:26:13 +00:00
Benjamin Otte
35aea80ded
warning: deprecated use of label at end of compound statement
...
Original commit message from CVS:
warning: deprecated use of label at end of compound statement
2002-03-05 08:13:55 +00:00
Benjamin Otte
a7ae86114a
fix warning (yes, I'm using -Werror now :)
...
Original commit message from CVS:
fix warning (yes, I'm using -Werror now :)
2002-03-04 22:01:42 +00:00
Steve Baker
ffd3b291fd
reflect new dparams api
...
Original commit message from CVS:
reflect new dparams api
2002-03-04 18:55:17 +00:00
Steve Baker
3e1e367954
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use. hi...
...
Original commit message from CVS:
This is a major update to the dparams api - I think it is now much cleaner and the app-side is much easier to use.
highlights are:
- GParamSpecs are now used throughout to define dparams
- currently limited to supporting types gfloat, gint and gint64. this should cover 99% of cases and new types can be added in the future
- application-side api is now based almost entirely on setting object properties
- the smoothing dparam is now a subclass of GstDParam
- array-mode is not yet implemented but is not forgotton
time to start documenting
2002-03-04 18:54:20 +00:00
Andy Wingo
f42c6f238f
let's not increment in GST_DEBUG code...
...
Original commit message from CVS:
let's not increment in GST_DEBUG code...
2002-03-04 05:37:26 +00:00
Thomas Vander Stichele
4ec2d4aaf7
finished devhelp stuff
...
Original commit message from CVS:
finished devhelp stuff
2002-03-03 23:32:09 +00:00
Christian Schaller
23dcb03179
updated to glib 1.3.15
...
Original commit message from CVS:
updated to glib 1.3.15
2002-03-03 21:19:31 +00:00
Christian Schaller
7481fc6007
added proper glib dep
...
Original commit message from CVS:
added proper glib dep
2002-03-03 21:15:17 +00:00
Andy Wingo
ac9df4e988
object naming will start with 0 (it was one before)
...
Original commit message from CVS:
object naming will start with 0 (it was one before)
2002-03-03 19:30:10 +00:00
Steve Baker
e10f510ce2
added gst_util_set_value_from_string.
...
Original commit message from CVS:
added gst_util_set_value_from_string.
this could probably be refactored with gst_util_set_object_arg at a later date.
2002-03-03 18:41:25 +00:00
Thomas Vander Stichele
80a3504797
need this
...
Original commit message from CVS:
need this
2002-03-03 18:02:57 +00:00
Thomas Vander Stichele
d9c3a76817
adding devhelp dir
...
Original commit message from CVS:
adding devhelp dir
2002-03-03 16:55:45 +00:00
Thomas Vander Stichele
5678e50a9a
more docs fixing
...
Original commit message from CVS:
more docs fixing
2002-03-03 16:53:25 +00:00
Thomas Vander Stichele
c5f10f7693
adding devhelp files
...
Original commit message from CVS:
adding devhelp files
2002-03-03 16:50:39 +00:00
Thomas Vander Stichele
cac482f223
thanks to jhdalin for this
...
Original commit message from CVS:
thanks to jhdalin for this
2002-03-03 16:25:11 +00:00
Thomas Vander Stichele
6341048544
put docs in gstreamer-devel rpm and dir
...
Original commit message from CVS:
put docs in gstreamer-devel rpm and dir
2002-03-03 15:18:09 +00:00
Thomas Vander Stichele
052eaf10b6
docs are now in gstreamer rpm want them in gstreamer-devel though
...
Original commit message from CVS:
docs are now in gstreamer rpm
want them in gstreamer-devel though
2002-03-03 15:00:32 +00:00
Christian Schaller
cea62497d5
updating something in spec, not sure what :)
...
Original commit message from CVS:
updating something in spec, not sure what :)
2002-03-03 13:31:27 +00:00
Andy Wingo
ca375e93a0
some doc and aesthetic fixes make the filter actually do something
...
Original commit message from CVS:
* some doc and aesthetic fixes
* make the filter actually do something
2002-03-03 02:08:17 +00:00
Thomas Vander Stichele
d9f53fc55a
get some sleep
...
Original commit message from CVS:
get some sleep
2002-03-03 01:12:12 +00:00
Thomas Vander Stichele
e3afbb8025
docs changes
...
Original commit message from CVS:
docs changes
2002-03-03 00:48:37 +00:00
Andy Wingo
0c6802533c
document gst_caps_debug change gst_caps_debug to accept a label argument, assists greatly in debugging capsnego bette...
...
Original commit message from CVS:
* document gst_caps_debug
* change gst_caps_debug to accept a label argument, assists greatly
in debugging capsnego
* better names from gst_object_name_default
* some more debugging in gstpad.c
* require caps to match padtemplates on both side of a connection
* gstspider uses default naming so that names are globally unique
* moved filesrc offset arg to the top -- show up first in a prop list.
in the future we should have flags on props indicating which ones
it might be interesting for the end-user to change.
* initialize cothreads in the more standard way, and provide some more debugging
2002-03-03 00:44:41 +00:00
Christian Schaller
c700ba97a9
Added my DOCBUILDING document
...
Original commit message from CVS:
Added my DOCBUILDING document
2002-03-02 18:59:03 +00:00
Christian Schaller
854cf0d51a
added more files to the docs files
...
Original commit message from CVS:
added more files to the docs files
2002-03-02 18:39:32 +00:00