Brian Cameron
09c6aaa2f8
Properly handle null string value, preventing core dump on Solaris.
...
Original commit message from CVS:
Properly handle null string value, preventing core dump on Solaris.
2003-07-25 14:31:15 +00:00
David Schleef
13c11bbedf
Change strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
...
Original commit message from CVS:
Change strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.
2003-07-25 07:57:11 +00:00
David Schleef
393bd81d25
Changed strtod() -> g_ascii_strtod(), since strtod() is locale dependent.
...
Original commit message from CVS:
Changed strtod() -> g_ascii_strtod(), since strtod() is locale
dependent.
2003-07-25 07:55:59 +00:00
Joshua N. Pritikin
9c65247b62
1. Change many comments from // to /**/.
...
Original commit message from CVS:
1. Change many comments from // to /**/.
2. Change over to the new debugging macros.
2003-07-25 03:13:24 +00:00
Joshua N. Pritikin
dfbb31c49f
Assign IDs starting from 1 instead of from 0.
...
Original commit message from CVS:
Assign IDs starting from 1 instead of from 0.
2003-07-25 03:11:59 +00:00
Joshua N. Pritikin
a589a794c8
Add a GST_SEEK catagory for diagnostics about handling seek events.
...
Original commit message from CVS:
Add a GST_SEEK catagory for diagnostics about handling seek events.
2003-07-25 01:59:49 +00:00
Anonymous Ignore This
f77860a4e2
Prevent the registry from enter an infinite loop. Somehow the type find code is getting messed up, but that should c...
...
Original commit message from CVS:
Prevent the registry from enter an infinite loop. Somehow the
type find code is getting messed up, but that should cause
gstreamer to become unusable.
2003-07-25 01:53:34 +00:00
David Schleef
a331a7a82e
But you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER until code is added to register a type for Gs...
...
Original commit message from CVS:
But you can't use G_TYPE_BOXED in a signal. Changing to G_TYPE_POINTER
until code is added to register a type for GstCaps.
2003-07-24 08:59:05 +00:00
David Schleef
112c6867f3
Properly ref caps and pad template in FACTORY macros
...
Original commit message from CVS:
Properly ref caps and pad template in FACTORY macros
2003-07-24 07:03:56 +00:00
Joshua N. Pritikin
876398c493
fix type in documentation
...
Original commit message from CVS:
fix type in documentation
2003-07-24 02:14:47 +00:00
David Schleef
4bc1532aea
Change %llu printf formats to G_GUINT64_FORMAT
...
Original commit message from CVS:
Change %llu printf formats to G_GUINT64_FORMAT
2003-07-23 20:01:15 +00:00
Ronald S. Bultje
f1015883d0
Add support for not incrementing bytecounter while we're not at the end of the stream
...
Original commit message from CVS:
Add support for not incrementing bytecounter while we're not at the end of the stream
2003-07-22 21:33:02 +00:00
Joshua N. Pritikin
71921dd910
Use a helper function to swap prop entries such they are properly ordered by flexibility. This is important now that...
...
Original commit message from CVS:
Use a helper function to swap prop entries such they are properly ordered
by flexibility. This is important now that framerate is specified as a
list of floats AND as a float range.
2003-07-22 08:07:43 +00:00
Leif Johnson
5d3c78427c
+ updates to the mimetypes file, trying to get it in a form that could be changed to docbook eventually
...
Original commit message from CVS:
+ updates to the mimetypes file, trying to get it in a form that could be
changed to docbook eventually
2003-07-21 17:16:11 +00:00
Thomas Vander Stichele
4481af601f
docs fixes, see #117837
...
Original commit message from CVS:
docs fixes, see #117837
2003-07-19 12:29:37 +00:00
David Schleef
091e1c3a75
Add glib.h for G_BEGIN_DECLS
...
Original commit message from CVS:
Add glib.h for G_BEGIN_DECLS
2003-07-18 21:35:40 +00:00
David Schleef
6467bbcfed
Add G_BEGIN_DECLS/G_END_DECLS to exported headers
...
Original commit message from CVS:
Add G_BEGIN_DECLS/G_END_DECLS to exported headers
2003-07-18 20:51:02 +00:00
Christian Schaller
c11ec88b62
remove mask statement from %post as it is not supported anymore
...
Original commit message from CVS:
remove mask statement from %post as it is not supported anymore
2003-07-18 19:15:00 +00:00
Benjamin Otte
8461453b10
add valist function for gst_event_new_discontinuous original patch from Brett Kosinski fixes #117348
...
Original commit message from CVS:
add valist function for gst_event_new_discontinuous
original patch from Brett Kosinski
fixes #117348
2003-07-16 19:25:11 +00:00
Andy Wingo
73f2d45295
some formatting and doc fixes, and make gstdebug output line up
...
Original commit message from CVS:
some formatting and doc fixes, and make gstdebug output line up
2003-07-16 15:49:40 +00:00
Andy Wingo
ff57e00592
run pre_run_func and post_run_func when working without a cothread -- fixes threadsafe element props
...
Original commit message from CVS:
run pre_run_func and post_run_func when working without a cothread -- fixes threadsafe element props
2003-07-16 15:39:46 +00:00
David Schleef
e35f52f958
Add IUY2
...
Original commit message from CVS:
Add IUY2
2003-07-14 20:09:38 +00:00
David Schleef
c61bcbef1f
Add number-of-iterations option.
...
Original commit message from CVS:
Add number-of-iterations option.
2003-07-14 08:25:16 +00:00
David Schleef
ee5586e873
Reference the caps used as filtercaps
...
Original commit message from CVS:
Reference the caps used as filtercaps
2003-07-14 08:23:28 +00:00
David Schleef
8198263d02
Check added in last checkin was tripping on the ends of the varargs array
...
Original commit message from CVS:
Check added in last checkin was tripping on the ends of the varargs array
2003-07-13 21:04:25 +00:00
David Schleef
902c0c29eb
Print float props using %g. Warn about corrupt props and setting invalid props types.
...
Original commit message from CVS:
Print float props using %g. Warn about corrupt props and setting
invalid props types.
2003-07-13 20:34:53 +00:00
David Schleef
88282d4f05
add warning if getcaps function returns an unreferenced caps
...
Original commit message from CVS:
add warning if getcaps function returns an unreferenced caps
2003-07-13 19:15:30 +00:00
David Schleef
803229d42f
Update for new debugging system
...
Original commit message from CVS:
Update for new debugging system
2003-07-12 21:51:21 +00:00
Ronald S. Bultje
d1301cbba8
Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too
...
Original commit message from CVS:
Add G_BEGIN/END_DECLS macros around all the stuff to make c++ plugins compile against this properly, too
2003-07-12 15:15:57 +00:00
Ronald S. Bultje
68a12e8ba3
Plugin details fixes
...
Original commit message from CVS:
Plugin details fixes
2003-07-12 14:48:27 +00:00
Wim Taymans
13cbce8aab
Updated example app
...
Original commit message from CVS:
Updated example app
2003-07-10 20:40:36 +00:00
Wim Taymans
37717df482
Added some comments and use _PAD_IS_USABLE instead of _IS_ACTIVE
...
Original commit message from CVS:
Added some comments and use _PAD_IS_USABLE instead of _IS_ACTIVE
2003-07-10 20:40:02 +00:00
Benjamin Otte
9b48b95257
fix issue with null pointer cast use brackets around macro arguments
...
Original commit message from CVS:
fix issue with null pointer cast
use brackets around macro arguments
2003-07-10 11:13:34 +00:00
Benjamin Otte
e258e44e83
include license in registry
...
Original commit message from CVS:
include license in registry
2003-07-09 01:56:08 +00:00
Benjamin Otte
329e7d6917
fix endianness issue in xml comments for 4CCs
...
Original commit message from CVS:
fix endianness issue in xml comments for 4CCs
2003-07-09 01:51:02 +00:00
Benjamin Otte
f10cd44abb
clean up element details structs
...
Original commit message from CVS:
clean up element details structs
2003-07-08 17:10:49 +00:00
Benjamin Otte
76ea441abf
make sure we have sane element details - this breaks some plugins, fix them :)
...
Original commit message from CVS:
make sure we have sane element details - this breaks some plugins, fix them :)
2003-07-08 16:17:33 +00:00
Benjamin Otte
10cdc0c90c
don't include optimizations directly in Makefiles
...
Original commit message from CVS:
don't include optimizations directly in Makefiles
2003-07-08 16:13:24 +00:00
Benjamin Otte
f88ed0bae1
fix bogus warning
...
Original commit message from CVS:
fix bogus warning
2003-07-08 13:18:30 +00:00
Benjamin Otte
4ef9f4abc2
rewrite vararg prop entry using functions to cope with GST_PROPS_TYPE_LIST - fixes loads of segfaults in caps rewrite
...
Original commit message from CVS:
rewrite vararg prop entry using functions to cope with GST_PROPS_TYPE_LIST - fixes loads of segfaults in caps rewrite
2003-07-08 03:23:56 +00:00
Ronald S. Bultje
f5e3267133
New mimtypes document, going into effect today... For details, see this document, it describes everything and tell sy...
...
Original commit message from CVS:
New mimtypes document, going into effect today... For details, see this document, it describes everything and tell syou what to do and not do. Plugins commit follows in a few seconds (and it's huge)
2003-07-06 20:46:22 +00:00
Christian Schaller
9e29307e4a
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
...
Original commit message from CVS:
SPEC and build fixes, should be possible to make tarballs and make RPMS again now
2003-07-05 21:04:23 +00:00
Benjamin Otte
433bea4d7d
debugging cleanup
...
Original commit message from CVS:
debugging cleanup
2003-07-05 15:05:23 +00:00
Benjamin Otte
568de85efc
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre b...
...
Original commit message from CVS:
fix threading on non-optimized atomic architectures. This unfortunately requires initializing threading in init_pre because the debugging subsystem needs this. Therefore the --gst-nothreads command line option does not work anymore. So I erased it. You can however still call gst_use_threads (FALSE); before calling gst_init
2003-07-03 18:34:36 +00:00
David Schleef
2ebb88a354
Add SIGINT handling. ctrl-C is more graceful now
...
Original commit message from CVS:
Add SIGINT handling. ctrl-C is more graceful now
2003-07-01 03:45:19 +00:00
David Schleef
c3191fba3e
Fix pkg-config module name suffixes (-0.7). Closes #116089
...
Original commit message from CVS:
Fix pkg-config module name suffixes (-0.7). Closes #116089
2003-06-30 07:13:24 +00:00
David Schleef
491741f564
minor corrections
...
Original commit message from CVS:
minor corrections
2003-06-30 05:13:26 +00:00
Benjamin Otte
4efcdf17bb
more doc fixes
...
Original commit message from CVS:
more doc fixes
2003-06-29 15:06:26 +00:00
Benjamin Otte
1211e26e59
docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
...
Original commit message from CVS:
docs fixes: comment macros in templates, not in headers (stupid gtk-doc)
2003-06-29 14:57:19 +00:00
Benjamin Otte
6b5d184d95
update example - config.h isn't included anymore
...
Original commit message from CVS:
update example - config.h isn't included anymore
2003-06-29 14:36:31 +00:00