Johan Dahlin
f9f0df62e8
gst/gstvalue.h: Clean up a little bit.
...
Original commit message from CVS:
* gst/gstvalue.h: Clean up a little bit.
2004-03-22 15:35:06 +00:00
Benjamin Otte
c903ce8a27
gst/: clean up used memory in this elements correctly on teardown ( closes #137279 )
...
Original commit message from CVS:
reviewed by Benjamin Otte <otte@gnome.org>
* gst/autoplug/gstspider.c: (gst_spider_dispose):
* gst/elements/gstaggregator.c: (gst_aggregator_finalize),
(gst_aggregator_class_init), (gst_aggregator_init):
* gst/elements/gstfilesrc.c: (gst_filesrc_init),
(gst_filesrc_dispose), (gst_filesrc_set_location):
* gst/elements/gstidentity.c: (gst_identity_finalize),
(gst_identity_class_init), (gst_identity_chain):
* gst/elements/gstmultifilesrc.c: (gst_multifilesrc_open_file):
* gst/elements/gststatistics.c: (gst_statistics_finalize),
(gst_statistics_class_init):
* gst/elements/gsttee.c: (gst_tee_finalize), (gst_tee_class_init),
(gst_tee_get_property):
clean up used memory in this elements correctly on teardown (closes
#137279 )
2004-03-21 03:22:55 +00:00
Colin Walters
5033bd37b9
I'm too lazy to comment this
...
Original commit message from CVS:
*** empty log message ***
2004-03-20 23:35:59 +00:00
Colin Walters
5dce08af99
gst/registries/gstxmlregistry.c: Make registry saving atomic.
...
Original commit message from CVS:
2004-03-20 Colin Walters <walters@verbum.org>
* gst/registries/gstxmlregistry.c:
(gst_xml_registry_open_func, gst_xml_registry_close_func): Make
registry saving atomic.
2004-03-20 20:24:49 +00:00
Colin Walters
59c20484d0
gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use access() instead of actually creating and...
...
Original commit message from CVS:
2004-03-20 Colin Walters <walters@verbum.org>
* gst/registries/gstxmlregistry.c (gst_xml_registry_get_perms_func): Just use
access() instead of actually creating and deleting files.
2004-03-20 17:59:08 +00:00
David Schleef
7ba2b5541d
configure.ac: Remove HAVE_ATOMIC_H test, since it's unused. (bug #137625 )
...
Original commit message from CVS:
* configure.ac: Remove HAVE_ATOMIC_H test, since it's unused.
(bug #137625 )
2004-03-18 20:24:32 +00:00
Thomas Vander Stichele
d7675cae87
updated swedish translation
...
Original commit message from CVS:
updated swedish translation
2004-03-18 18:15:17 +00:00
Thomas Vander Stichele
0bf7263c12
updated translation return silently when filesink not open
...
Original commit message from CVS:
updated translation
return silently when filesink not open
2004-03-18 13:01:21 +00:00
Thomas Vander Stichele
c7c3a5a4d4
dist common properly
...
Original commit message from CVS:
dist common properly
2004-03-18 12:14:43 +00:00
Thomas Vander Stichele
41239183d7
fix
...
Original commit message from CVS:
fix
2004-03-17 20:51:05 +00:00
Thomas Vander Stichele
77cacb3fee
adding afrikaans and swedish
...
Original commit message from CVS:
adding afrikaans and swedish
2004-03-17 18:03:17 +00:00
Thomas Vander Stichele
8b28d0d9a6
use release.mak
...
Original commit message from CVS:
use release.mak
2004-03-17 10:50:04 +00:00
Thomas Vander Stichele
457af34179
adding monkeysaudio to uninstalled dirs
...
Original commit message from CVS:
adding monkeysaudio to uninstalled dirs
2004-03-17 10:06:23 +00:00
David Schleef
ee50a6a3c3
gst/gst.c: Fix some gettext strings to make them easier to translate. Required making the strings non-const.
...
Original commit message from CVS:
* gst/gst.c: (gst_get_popt_options), (gst_init_get_popt_table),
(gst_init_check_with_popt_table): Fix some gettext strings to
make them easier to translate. Required making the strings
non-const.
2004-03-17 02:43:55 +00:00
Thomas Vander Stichele
c3e89e3a9f
back to cvs
...
Original commit message from CVS:
back to cvs
2004-03-16 12:41:36 +00:00
Thomas Vander Stichele
8f5b02abfa
releasing
...
Original commit message from CVS:
releasing
2004-03-16 12:24:23 +00:00
Johan Dahlin
5c403b9abe
gst/schedulers/gstoptimalscheduler.c
...
Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Remove double ;, spotted by Scott Wheeler
2004-03-16 09:53:16 +00:00
Thomas Vander Stichele
d50e521601
fix header inclusion
...
Original commit message from CVS:
fix header inclusion
2004-03-15 23:11:36 +00:00
Thomas Vander Stichele
8b45c129e9
libtool version bump
...
Original commit message from CVS:
libtool version bump
2004-03-15 23:04:07 +00:00
Thomas Vander Stichele
982e1f69c1
add padding
...
Original commit message from CVS:
add padding
2004-03-15 22:42:34 +00:00
Benjamin Otte
1cedbe04e1
gst/elements/gstfdsrc.c: set the first parameter for select call correctly.
...
Original commit message from CVS:
* gst/elements/gstfdsrc.c: (gst_fdsrc_get):
set the first parameter for select call correctly.
(fixes #137230 )
2004-03-15 19:49:36 +00:00
Thomas Vander Stichele
7baa6c18e7
don't mix tabs and spaces
...
Original commit message from CVS:
don't mix tabs and spaces
2004-03-15 19:27:17 +00:00
Johan Dahlin
84f49e604d
gst/schedulers/gstoptimalscheduler.c
...
Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c
(gst_opt_scheduler_pad_unlink): Fix bug that causes totem to
crash on MPEG playback. My boolean arithmetic is a bit rusty.
2004-03-15 19:24:35 +00:00
Thomas Vander Stichele
7073ff35de
uncommit
...
Original commit message from CVS:
uncommit
2004-03-15 18:22:45 +00:00
Johan Dahlin
3b724deada
tools/Makefile.am (EXTRA_DIST): Add gst-indent
...
Original commit message from CVS:
* tools/Makefile.am (EXTRA_DIST): Add gst-indent
2004-03-15 18:21:12 +00:00
Thomas Vander Stichele
fe6f356a5d
distcheck fixes
...
Original commit message from CVS:
distcheck fixes
2004-03-15 18:20:03 +00:00
Thomas Vander Stichele
92d5bcedfa
sigh
...
Original commit message from CVS:
sigh
2004-03-15 17:57:22 +00:00
Thomas Vander Stichele
f41fbc0ed5
fix tests
...
Original commit message from CVS:
fix tests
2004-03-15 17:51:07 +00:00
Thomas Vander Stichele
563d272840
ignore some more
...
Original commit message from CVS:
ignore some more
2004-03-15 17:26:30 +00:00
Thomas Vander Stichele
3bbe7b2a26
automake fix
...
Original commit message from CVS:
automake fix
2004-03-15 16:59:53 +00:00
Thomas Vander Stichele
fa3625c241
fix registry in testsuite
...
Original commit message from CVS:
fix registry in testsuite
2004-03-15 16:54:28 +00:00
Thomas Vander Stichele
3fb8c9c0f7
use versioned gst-register
...
Original commit message from CVS:
use versioned gst-register
2004-03-15 16:44:36 +00:00
Thomas Vander Stichele
98ff5bbb2f
add debugging fix comment blocks fix some -libs doc errors
...
Original commit message from CVS:
add debugging
fix comment blocks
fix some -libs doc errors
2004-03-15 15:16:04 +00:00
Johan Dahlin
ecd88e381d
Revert again, this time without post-commit reindent hooks to put back the indentation :-)
...
Original commit message from CVS:
Revert again, this time without post-commit reindent hooks
to put back the indentation :-)
2004-03-15 14:43:35 +00:00
Johan Dahlin
2143a02a13
Revert again, this time without post-commit reindent hooks to put back the indentation :-)
...
Original commit message from CVS:
Revert again, this time without post-commit reindent hooks
to put back the indentation :-)
2004-03-15 14:43:34 +00:00
Johan Dahlin
e2b3dc3e47
*.h: Revert indentation changes.
...
Original commit message from CVS:
* *.h: Revert indentation changes.
2004-03-15 14:31:41 +00:00
Johan Dahlin
37363193ba
*.h: Revert indentation changes.
...
Original commit message from CVS:
* *.h: Revert indentation changes.
2004-03-15 14:31:40 +00:00
Thomas Vander Stichele
6ee5656a80
removed in favor of gst-indent
...
Original commit message from CVS:
removed in favor of gst-indent
2004-03-14 23:27:45 +00:00
Thomas Vander Stichele
c01cd4e835
g_error fix, m/m version fix
...
Original commit message from CVS:
g_error fix, m/m version fix
2004-03-14 17:54:22 +00:00
Thomas Vander Stichele
cd02914812
adding info about cvs
...
Original commit message from CVS:
adding info about cvs
2004-03-14 17:41:13 +00:00
Thomas Vander Stichele
41f304f8cd
update
...
Original commit message from CVS:
update
2004-03-14 16:44:04 +00:00
Thomas Vander Stichele
90e77e5ad9
don't spill paths from registry until we fix the generic case
...
Original commit message from CVS:
don't spill paths from registry until we fix the generic case
2004-03-14 16:40:24 +00:00
Thomas Vander Stichele
a967370df5
gst-indent run on core
...
Original commit message from CVS:
gst-indent run on core
2004-03-13 15:27:01 +00:00
Thomas Vander Stichele
b8edc59edb
adding gst-indent as a noinst tool
...
Original commit message from CVS:
adding gst-indent as a noinst tool
2004-03-13 15:17:30 +00:00
Thomas Vander Stichele
0872208827
adding serbian translation
...
Original commit message from CVS:
adding serbian translation
2004-03-13 11:30:19 +00:00
Benjamin Otte
bc98c7bf1d
gst/gstelement.c: add documentation note about gst_element_found_tags_for_pad not being usable in getfunctions. (see ...
...
Original commit message from CVS:
* gst/gstelement.c:
add documentation note about gst_element_found_tags_for_pad not
being usable in getfunctions. (see #137042 )
2004-03-13 10:14:05 +00:00
David Schleef
365e091451
gst/gstcaps.h: jdahlin, what are you smoking? We can't just change API right now! Readd gst_caps_is_simple() macro.
...
Original commit message from CVS:
* gst/gstcaps.h: jdahlin, what are you smoking? We can't just
change API right now! Readd gst_caps_is_simple() macro.
* gst/gstelement.c: (gst_element_base_class_finalize): Fix
uninitialized variable. I'd bet this caused crashes.
* gst/gstinfo.c: (gst_debug_print_object): Fix 64-bit cleanliness.
2004-03-13 00:14:46 +00:00
Johan Dahlin
8c7f46ced0
Gtype->GType
...
Original commit message from CVS:
Gtype->GType
2004-03-12 19:39:19 +00:00
Johan Dahlin
3798f1c4fa
gst/gststructure.c (gst_structure_get_type): Ditto
...
Original commit message from CVS:
* gst/gststructure.c (gst_structure_get_type): Ditto
* gst/gststructure.h: Ditto
2004-03-12 19:35:40 +00:00
Johan Dahlin
37d2e6d087
gst/gst.c (init_post): call gst_caps_get_type() instead of _gst_caps_initalize()
...
Original commit message from CVS:
* gst/gst.c (init_post): call gst_caps_get_type() instead of
_gst_caps_initalize()
* gst/gstcaps.c: Style fixes, stay closer to glib and friends
(_gst_caps_initialize): Remove, in favor for gst_caps_get_type()
* gst/gstcaps.h (GST_CAPS_IS_SIMPLE): Capitalize macro
* gst/gstcaps.h: Clean up
2004-03-12 19:32:26 +00:00