David Schleef
872c394a39
more notes
...
Original commit message from CVS:
more notes
2004-08-09 23:36:07 +00:00
Steve Lhomme
1646e64422
remove some valuable stuff from the documentation due to the use of GST_EXPORT
...
Original commit message from CVS:
remove some valuable stuff from the documentation due to the use of GST_EXPORT
2004-08-09 21:28:32 +00:00
Steve Lhomme
7672e47c59
update the include and lib dirs to fit standard libraries as described in the Win32 manual
...
Original commit message from CVS:
update the include and lib dirs to fit standard libraries as described in the Win32 manual
2004-08-09 21:15:38 +00:00
Steve Lhomme
18cd9394c0
export gst_type_XXX for windows DLLs enable NLS again, push the version number for the coming 0.8.5 release
...
Original commit message from CVS:
export gst_type_XXX for windows DLLs
enable NLS again, push the version number for the coming 0.8.5 release
2004-08-09 21:11:39 +00:00
David Schleef
881bba4699
ideas about scheduling
...
Original commit message from CVS:
ideas about scheduling
2004-08-09 20:08:45 +00:00
Thomas Vander Stichele
b31eed4b70
docs/faq/gst-uninstalled: fix PKG_CONFIG_PATH and PYTHONPATH
...
Original commit message from CVS:
* docs/faq/gst-uninstalled:
fix PKG_CONFIG_PATH and PYTHONPATH
* gst/schedulers/Makefile.am:
cleanup
* libs/gst/bytestream/bytestream.c:
remove newline
* po/LINGUAS:
* po/sq.po:
adding Albanian translation (Laurent Dhima)
* po/cs.po:
updated
2004-08-09 09:20:06 +00:00
Thomas Vander Stichele
20cc567bf6
fix typos
...
Original commit message from CVS:
fix typos
2004-08-05 14:44:49 +00:00
Thomas Vander Stichele
279e45a8c3
updated translations
...
Original commit message from CVS:
updated translations
2004-08-05 14:34:53 +00:00
Benjamin Otte
0148ca0f38
tests/mass_elements.c: allow specifying src and sink element explicitly, so I can test videotestsrc instead of fakesrc
...
Original commit message from CVS:
* tests/mass_elements.c: (main):
allow specifying src and sink element explicitly, so I can test
videotestsrc instead of fakesrc
2004-08-04 12:54:22 +00:00
Benjamin Otte
ce7ad83f64
gst/gststructure.c: add gst_structure_id_empty_new_with_size to allow preallocating value array sizes. Use this in gs...
...
Original commit message from CVS:
* gst/gststructure.c: (gst_structure_id_empty_new_with_size),
(gst_structure_id_empty_new), (gst_structure_empty_new),
(gst_structure_copy):
add gst_structure_id_empty_new_with_size to allow preallocating
value array sizes. Use this in gst_structure_copy to get rid of
reallocs.
don't do quark=>string=>quark when copying structures
2004-08-04 12:39:12 +00:00
Steve Lhomme
e226919ba2
Fix the URL for dependencies
...
Original commit message from CVS:
Fix the URL for dependencies
2004-08-03 20:31:51 +00:00
Steve Lhomme
faf76178b3
update documentation with the clean version of dependencies
...
Original commit message from CVS:
update documentation with the clean version of dependencies
2004-08-03 15:19:34 +00:00
Benjamin Otte
f1472b4ed2
gst/schedulers/entryscheduler.c: fix for GST_DISABLE_DEBUG
...
Original commit message from CVS:
* gst/schedulers/entryscheduler.c:
(gst_entry_scheduler_remove_element):
fix for GST_DISABLE_DEBUG
* tools/gst-launch.c: (print_tag):
fixes for G_DISABLE_ASSERT
2004-08-03 14:29:31 +00:00
Benjamin Otte
afc9c06eb5
gst/gst.c: fix for G_DISABLE_ASSERT
...
Original commit message from CVS:
* gst/gst.c: (gst_register_core_elements):
fix for G_DISABLE_ASSERT
* gst/gstinfo.c: (__gst_in_valgrind):
add for GST_DISABLE_DEBUG
2004-08-03 12:40:47 +00:00
Benjamin Otte
f8f2f5a58d
gst/parse/parse.l: fix for G_DISABLE_ASSERT
...
Original commit message from CVS:
* gst/parse/parse.l:
fix for G_DISABLE_ASSERT
2004-08-03 10:24:39 +00:00
Wim Taymans
2bb8691df2
gst/: Backported some debug logging from a reverted patch
...
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_get_type),
(gst_bin_child_state_change_func):
* gst/gstthread.c: (gst_thread_change_state):
Backported some debug logging from a reverted patch
Don't try to destroy the thread twice. Added some more
debugging in GstThread. Unlock and signal even if we
are in the thread context.
2004-08-03 09:51:37 +00:00
Thomas Vander Stichele
96960abd64
updated translation
...
Original commit message from CVS:
updated translation
2004-08-03 08:52:20 +00:00
Thomas Vander Stichele
58529904f6
fix for libtool
...
Original commit message from CVS:
fix for libtool
2004-08-02 09:07:05 +00:00
David Schleef
736c22336a
Only use -fno-common if we're compiling with GCC
...
Original commit message from CVS:
Only use -fno-common if we're compiling with GCC
2004-07-31 01:57:47 +00:00
David Schleef
6ef8f673c9
gst/gstatomic_impl.h: Enable atomic code for x86_64
...
Original commit message from CVS:
* gst/gstatomic_impl.h: Enable atomic code for x86_64
2004-07-30 23:32:52 +00:00
Brian Cameron
d2172d6881
Corrected core-dumping problem on Solaris when filename is NULL, as when running gst-inspect with gstcoreelements.
...
Original commit message from CVS:
Corrected core-dumping problem on Solaris when filename is NULL, as when
running gst-inspect with gstcoreelements.
2004-07-30 20:18:11 +00:00
David Schleef
63159e2f49
libs/gst/dataprotocol/dataprotocol-test.c: Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
...
Original commit message from CVS:
* libs/gst/dataprotocol/dataprotocol-test.c: (conversion_test):
Use GST_READ_GUINTxx_BE(), since it accesses unaligned memory.
2004-07-30 03:09:20 +00:00
Thomas Vander Stichele
8f0fda26d0
revert state change changes as agreed so we can rework them gradually
...
Original commit message from CVS:
revert state change changes as agreed so we can rework them gradually
2004-07-29 20:33:49 +00:00
Thomas Vander Stichele
2ed6c06492
fix instances in core before making this an error
...
Original commit message from CVS:
fix instances in core before making this an error
2004-07-29 20:26:32 +00:00
Benjamin Otte
d664509a68
libs/gst/control/Makefile.am: link to libgstreamer (fixes Debian bug 262019, see http://bugs.debian.org/cgi-bin/bugre ...
...
Original commit message from CVS:
* libs/gst/control/Makefile.am:
link to libgstreamer (fixes Debian bug 262019, see
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=262019 )
2004-07-29 18:51:50 +00:00
Wim Taymans
ab1a23ffa2
More pendatic checks removed.
...
Original commit message from CVS:
More pendatic checks removed.
2004-07-29 16:01:58 +00:00
Wim Taymans
8615072540
testsuite/caps/fraction-convert.c: Make the test less pedantic about float roundoff errors.
...
Original commit message from CVS:
* testsuite/caps/fraction-convert.c: (check_from_double_convert),
(check_from_fraction_convert), (transform_test), (main):
Make the test less pedantic about float roundoff errors.
2004-07-29 15:40:00 +00:00
Benjamin Otte
3d67acc6cd
/me kicks ds
...
Original commit message from CVS:
/me kicks ds
2004-07-29 15:37:44 +00:00
Benjamin Otte
6788d167d6
gst/elements/gstfilesrc.c: make seek events to before start/after end of file not fail, but seek to start/end instead
...
Original commit message from CVS:
* gst/elements/gstfilesrc.c: (gst_filesrc_open_file),
(gst_filesrc_srcpad_event):
make seek events to before start/after end of file not fail, but
seek to start/end instead
* testsuite/caps/fraction-convert.c: (check_from_double_convert):
add more output
2004-07-29 15:34:25 +00:00
Benjamin Otte
2bd5f3ad46
gst/gstpad.c: check that caps are fixed
...
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_set_explicit_caps):
check that caps are fixed
* gst/gstpad.c: (gst_pad_template_new):
don't try to simplify caps, costs too much time on gst_init
* gst/gstplugin.c: (gst_plugin_add_feature):
G_ERROR if features are added twice
* gst/gsttypefind.c: (gst_type_find_register):
* gst/gstelementfactory.c: (gst_element_register):
don't add features twice
* docs/random/ds/0.9-suggested-changes:
add note about possible gst_init optimization
2004-07-29 15:29:37 +00:00
Thomas Vander Stichele
0dc1a2b42f
fix distchekc
...
Original commit message from CVS:
fix distchekc
2004-07-29 15:15:16 +00:00
Thomas Vander Stichele
172c263acf
notes about aspect ratio
...
Original commit message from CVS:
notes about aspect ratio
2004-07-29 09:05:04 +00:00
Brian Cameron
c0aa2ff498
Correcting some debug messages so that they don't core dump on Solaris by passing in NULL values as strings.
...
Original commit message from CVS:
Correcting some debug messages so that they don't core dump on Solaris
by passing in NULL values as strings.
2004-07-28 20:12:49 +00:00
David Schleef
2c4c302945
testsuite/elements/: A little test to keep distcheck from working if someone changes a structure size accidentally.
...
Original commit message from CVS:
* testsuite/elements/Makefile.am:
* testsuite/elements/struct_i386.h:
* testsuite/elements/struct_size.c: (main): A little test
to keep distcheck from working if someone changes a structure
size accidentally.
2004-07-28 19:16:44 +00:00
David I. Lehn
3030cec8b5
Fix binary compatibility with 0.8.{0-3}. Closes bug 148692.
...
Original commit message from CVS:
Fix binary compatibility with 0.8.{0-3}. Closes bug 148692.
2004-07-28 15:28:18 +00:00
Thomas Vander Stichele
2270883f00
various doc and style fixes, adding bytestream
...
Original commit message from CVS:
various doc and style fixes, adding bytestream
2004-07-28 14:39:44 +00:00
Thomas Vander Stichele
21c0f31205
doh
...
Original commit message from CVS:
doh
2004-07-28 12:30:08 +00:00
Thomas Vander Stichele
576559bba9
sigh, remove here too of course
...
Original commit message from CVS:
sigh, remove here too of course
2004-07-28 12:02:24 +00:00
Thomas Vander Stichele
567bd4a202
more ignore, add enumcaps.c
...
Original commit message from CVS:
more ignore, add enumcaps.c
2004-07-28 11:58:42 +00:00
Thomas Vander Stichele
06bb8beb03
fix gst-libs docs build
...
Original commit message from CVS:
fix gst-libs docs build
2004-07-28 11:56:19 +00:00
Thomas Vander Stichele
cc62cef6fa
fold enumcaps into caps/; clean up Makefile.am files
...
Original commit message from CVS:
fold enumcaps into caps/; clean up Makefile.am files
2004-07-28 11:43:04 +00:00
Thomas Vander Stichele
5d7d124f9c
doc style fixes
...
Original commit message from CVS:
doc style fixes
2004-07-28 10:22:07 +00:00
Thomas Vander Stichele
6c62ed8d46
fix docs build
...
Original commit message from CVS:
fix docs build
2004-07-28 10:19:18 +00:00
Wim Taymans
f200c14dff
gst/: Make sure that a bin state change tries to keep the children in sync.
...
Original commit message from CVS:
* gst/gstbin.c: (set_kid_state_func), (gst_bin_set_state):
* gst/gstthread.c: (gst_thread_release), (gst_thread_set_state):
Make sure that a bin state change tries to keep the children
in sync.
Added debug logging to the thread.
2004-07-28 10:15:08 +00:00
Thomas Vander Stichele
a98e57cb8e
cleanups
...
Original commit message from CVS:
cleanups
2004-07-28 09:40:07 +00:00
Steve Lhomme
aa135d884c
more exports for the plugins
...
Original commit message from CVS:
more exports for the plugins
2004-07-27 21:33:04 +00:00
Steve Lhomme
b3897c7c14
add support for the getbits plugin
...
Original commit message from CVS:
add support for the getbits plugin
2004-07-27 21:30:56 +00:00
Wim Taymans
36b41f4666
Added transform functions between double and fraction.
...
Original commit message from CVS:
* gst/gstvalue.c: (gst_value_transform_double_fraction),
(gst_value_transform_fraction_double), (_gst_value_initialize):
* testsuite/caps/Makefile.am:
* testsuite/caps/fraction-convert.c: (check_from_double_convert),
(check_from_fraction_convert), (transform_test), (main):
Added transform functions between double and fraction.
Added testcase to verify transforms
2004-07-27 16:45:30 +00:00
Stefan Kost
f8d6750a36
small followup of doc fixes (section title case)
...
Original commit message from CVS:
small followup of doc fixes (section title case)
2004-07-27 15:08:54 +00:00
Stefan Kost
626cbdc8b2
cleanup of unused and forgoten sections fixed links from the manual and the pwg to the API docs added more notes to R...
...
Original commit message from CVS:
cleanup of unused and forgoten sections
fixed links from the manual and the pwg to the API docs
added more notes to README
2004-07-27 15:01:10 +00:00