Christian Schaller
bcf2c7d960
removing 010 suffixing of package name as Fedora only use it for 0.8, want to have the packages be interchangeable
...
Original commit message from CVS:
removing 010 suffixing of package name as Fedora only use it for 0.8, want
to have the packages be interchangeable
2006-01-13 16:16:24 +00:00
Thomas Vander Stichele
564b290314
readd zh_TW and force an autogen
...
Original commit message from CVS:
readd zh_TW and force an autogen
2006-01-13 14:59:00 +00:00
Stefan Kost
d7fe3b3c7b
docs/: add new API entries to the docs
...
Original commit message from CVS:
* docs/gst/gstreamer-docs.sgml:
* docs/gst/gstreamer-sections.txt:
* docs/libs/gstreamer-libs-sections.txt:
add new API entries to the docs
* libs/gst/controller/Makefile.am:
* libs/gst/controller/gstcontroller.c:
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstcontrollerprivate.h:
* libs/gst/controller/gsthelper.c:
* libs/gst/controller/gstinterpolation.c:
move private structs to private header
* po/README:
gstreamer-0.7 -> gstreamer-0.10
* tests/check/libs/struct_i386.h:
remove private structs
2006-01-13 14:21:48 +00:00
Thomas Vander Stichele
9b60c3ea29
trigger a rebuild
...
Original commit message from CVS:
trigger a rebuild
2006-01-13 14:19:37 +00:00
Thomas Vander Stichele
ca442a935b
trigger a rebuild
...
Original commit message from CVS:
trigger a rebuild
2006-01-13 14:19:11 +00:00
Thomas Vander Stichele
d6e691a781
plugins/indexers/Makefile.am: Fixes as part of #317048
...
Original commit message from CVS:
* plugins/indexers/Makefile.am:
Fixes as part of #317048
2006-01-13 14:12:55 +00:00
Thomas Vander Stichele
db7b79d34a
plugins/indexers/Makefile.am: fix #316086 - compilation when mmap is missing
...
Original commit message from CVS:
* plugins/indexers/Makefile.am:
fix #316086 - compilation when mmap is missing
2006-01-13 13:41:55 +00:00
Sébastien Moutte
3c5c1d29ea
libs/gst/base/gstbasesink.c: *cur = (now - base) * basesink->segment.abs_rate + time; replaced by
...
Original commit message from CVS:
* libs/gst/base/gstbasesink.c:
*cur = (now - base) * basesink->segment.abs_rate + time; replaced by
*cur = gst_guint64_to_gdouble(now - base) * basesink->segment.abs_rate + time; for vs6
* win32/common/config.h:
added some defines GST_MAJORMINOR and HOST_CPU
* win32/common/libgstbase.def:
* win32/common/libgstreamer.def:
added some exported functions
2006-01-12 22:04:58 +00:00
Stefan Kost
ff3b09e189
libs/gst/controller/: make G_TYPE_STRING controlable
...
Original commit message from CVS:
* libs/gst/controller/gstcontroller.c:
(gst_controlled_property_set_interpolation_mode),
(gst_controlled_property_new):
* libs/gst/controller/gstcontroller.h:
* libs/gst/controller/gstinterpolation.c:
(interpolate_none_get_string_value_array):
make G_TYPE_STRING controlable
2006-01-12 21:55:42 +00:00
Stefan Kost
334b141a32
tools/: cleanup man-pages, remove reference to gst-register, document env-vars
...
Original commit message from CVS:
* tools/README:
* tools/gst-feedback.1.in:
* tools/gst-inspect.1.in:
* tools/gst-launch.1.in:
* tools/gst-md5sum.1.in:
* tools/gst-typefind.1.in:
* tools/gst-xmlinspect.1.in:
* tools/gst-xmllaunch.1.in:
cleanup man-pages, remove reference to gst-register, document env-vars
2006-01-12 16:31:35 +00:00
Jan Schmidt
3b1dfa5fec
gst/gstbuffer.c: gst_buffer_span should copy the timestamp of the first buffer if they were both originally overlappi...
...
Original commit message from CVS:
* gst/gstbuffer.c: (gst_buffer_span):
gst_buffer_span should copy the timestamp of the first buffer
if they were both originally overlapping subbuffers of the
same parent, using the same logic as the 'slow copy' case.
2006-01-12 16:07:50 +00:00
Jan Schmidt
4159740e17
libs/gst/base/gstcollectpads.c: Need to awaken ALL the pads when we pop a buffer, otherwise collectpads only works wh...
...
Original commit message from CVS:
* libs/gst/base/gstcollectpads.c: (gst_collect_pads_pop):
Need to awaken ALL the pads when we pop a buffer, otherwise
collectpads only works when there is 2 input streams.
2006-01-11 21:32:21 +00:00
Stefan Kost
08501e5b3a
docs/random/ensonic/media-device-daemon.txt: more ideas (dbus)
...
Original commit message from CVS:
* docs/random/ensonic/media-device-daemon.txt:
more ideas (dbus)
* gst/gstbuffer.c:
fix doc example, add clarification
* tools/gst-launch.1.in:
add initial info about GST_PLUGIN_PATH, needs more work
2006-01-11 19:18:27 +00:00
Tim-Philipp Müller
e5559e4e8b
docs/manual/: Some more minor docs additions and updates.
...
Original commit message from CVS:
* docs/manual/basics-bins.xml:
* docs/manual/basics-elements.xml:
* docs/manual/intro-basics.xml:
Some more minor docs additions and updates.
2006-01-11 10:38:56 +00:00
Wim Taymans
9c39605f30
docs/manual/: Some small fixes as pointed out by Ser-ver on IRC.
...
Original commit message from CVS:
* docs/manual/basics-bins.xml:
* docs/manual/basics-elements.xml:
Some small fixes as pointed out by Ser-ver on IRC.
2006-01-11 10:20:06 +00:00
Edward Hervey
0042c9dada
plugins/elements/gstidentity.c: Set the buffer offset/offset_end to GST_CLOCK_TIME_NONE when using the single-segment...
...
Original commit message from CVS:
* plugins/elements/gstidentity.c: (gst_identity_transform_ip):
Set the buffer offset/offset_end to GST_CLOCK_TIME_NONE when using
the single-segment mode.
2006-01-10 15:42:29 +00:00
Tim-Philipp Müller
8e7f380fd7
libs/gst/base/gstbasesrc.*: Name (private) union; makes Sun's Forte compiler happy ( #324900 ).
...
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* libs/gst/base/gstbasesrc.c: (gst_base_src_init),
(gst_base_src_perform_seek), (gst_base_src_send_event),
(gst_base_src_set_property), (gst_base_src_get_property),
(gst_base_src_loop), (gst_base_src_start),
(gst_base_src_activate_push):
* libs/gst/base/gstbasesrc.h:
Name (private) union; makes Sun's Forte compiler happy (#324900 ).
2006-01-10 09:23:11 +00:00
Tim-Philipp Müller
0221aa50a3
README: gst-register is gone.
...
Original commit message from CVS:
* README:
gst-register is gone.
2006-01-09 10:47:17 +00:00
Thomas Vander Stichele
757305247c
remove and readd
...
Original commit message from CVS:
remove and readd
2006-01-07 11:07:42 +00:00
Thomas Vander Stichele
d6975f4d1b
remove and readd
...
Original commit message from CVS:
remove and readd
2006-01-07 11:07:14 +00:00
Thomas Vander Stichele
2dedb46c7e
gst/gstvalue.c: make the G_TYPE_DATE instantiation work if debug is disabled
...
Original commit message from CVS:
* gst/gstvalue.c: (_gst_value_initialize):
make the G_TYPE_DATE instantiation work if debug is disabled
2006-01-07 10:04:36 +00:00
Thomas Vander Stichele
011c56c5f6
update translations
...
Original commit message from CVS:
update translations
2006-01-07 09:56:01 +00:00
Tim-Philipp Müller
53040a8d23
gst/gstmessage.c: Don't crash when return location for error/warning debug string is NULL; add fact that return locat...
...
Original commit message from CVS:
* gst/gstmessage.c: (gst_message_parse_tag),
(gst_message_parse_error), (gst_message_parse_warning):
Don't crash when return location for error/warning debug
string is NULL; add fact that return locations can be
NULL to docs where appropriate.
2006-01-06 17:16:40 +00:00
Wim Taymans
80d706f806
gst/gstplugin.c: Replace strdup by g_strdup as suggested by Ser-ver.
...
Original commit message from CVS:
* gst/gstplugin.c: (gst_plugin_load_file):
Replace strdup by g_strdup as suggested by Ser-ver.
2006-01-05 10:43:02 +00:00
Thomas Vander Stichele
9bb3d2f403
update config for .1
...
Original commit message from CVS:
update config for .1
2006-01-04 23:53:01 +00:00
Thomas Vander Stichele
f7734a104d
docs/pwg/advanced-types.xml: fix doc borkage
...
Original commit message from CVS:
* docs/pwg/advanced-types.xml:
fix doc borkage
2006-01-04 23:52:35 +00:00
Thomas Vander Stichele
da242eb633
submitted by: Abel Cheung
...
Original commit message from CVS:
submitted by: Abel Cheung
* po/LINGUAS:
* po/zh_TW.po:
Added Chinese (traditional) translation
2006-01-04 23:50:18 +00:00
Wim Taymans
4f15126b53
Small updates to various docs.
...
Original commit message from CVS:
* docs/manual/basics-pads.xml:
* docs/plugins/Makefile.am:
* docs/plugins/gstreamer-plugins-docs.sgml:
* docs/plugins/gstreamer-plugins-sections.txt:
* docs/pwg/advanced-clock.xml:
* docs/pwg/advanced-scheduling.xml:
* docs/pwg/advanced-types.xml:
* plugins/elements/gstfdsink.c:
* plugins/elements/gstfdsrc.c:
* plugins/elements/gstfdsrc.h:
* plugins/elements/gstidentity.c: (gst_identity_class_init):
* plugins/elements/gstidentity.h:
* plugins/elements/gstqueue.h:
* plugins/elements/gsttee.c:
* plugins/elements/gsttee.h:
* plugins/elements/gsttypefindelement.c:
(gst_type_find_element_class_init):
* plugins/elements/gsttypefindelement.h:
Small updates to various docs.
Added core plugins to docs.
2006-01-04 12:41:35 +00:00
Thomas Vander Stichele
0acf2fc2b4
common/gst.supp: add a suppression for liboil's uninitialized variable
...
Original commit message from CVS:
* common/gst.supp:
add a suppression for liboil's uninitialized variable
2006-01-03 18:08:04 +00:00
Tim-Philipp Müller
76da1081b6
gst/gstutils.h: Add prototype for _get_type() function to GST_BOILERPLATE_FULL macro, so that gcc doesn't complain if...
...
Original commit message from CVS:
Reviewed by: Tim-Philipp Müller <tim at centricular dot net>
* gst/gstutils.h:
Add prototype for _get_type() function to GST_BOILERPLATE_FULL
macro, so that gcc doesn't complain if the -Wmissing-prototypes
compiler switch is being used (#325429 ).
2006-01-02 20:26:06 +00:00
Tim-Philipp Müller
f3b5a1952c
gst/gstbin.c: Disable duration query caching in bins until it gets fixed (see #324807 ).
...
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_query):
Disable duration query caching in bins until it gets
fixed (see #324807 ).
2005-12-29 16:47:27 +00:00
Tim-Philipp Müller
0042a697dc
tools/gst-inspect.c: Handle properties of POINTER and BOXED type.
...
Original commit message from CVS:
* tools/gst-inspect.c: (print_element_properties_info):
Handle properties of POINTER and BOXED type.
2005-12-27 18:04:58 +00:00
Tim-Philipp Müller
aee739e875
gst/gst.c: Init tags stuff and some other things before loading any static plugins (there may be other static plugins...
...
Original commit message from CVS:
* gst/gst.c: (init_post):
Init tags stuff and some other things before loading
any static plugins (there may be other static plugins
than just the GStreamer ones, and they may want to
register their own tags or formats or whatever, and
preferably without segfaulting).
* plugins/elements/gstqueue.c: (gst_queue_handle_src_query):
Print at least a warning in the debug logs if we drop a
query just because we don't know how to adjust the value
in the particular format.
2005-12-27 12:11:19 +00:00
David Schleef
2dacd269fc
tools/gstreamer-completion: Replacement for gst-complete written in sh and sed. Only completes names of features, bu...
...
Original commit message from CVS:
* tools/gstreamer-completion:
Replacement for gst-complete written in sh and sed. Only
completes names of features, but that's 90% of what I want
it for. Properties are not available in registry.xml. (Maybe
they should be...)
2005-12-25 03:45:45 +00:00
Thomas Vander Stichele
73b841ca14
back to HEAD
...
Original commit message from CVS:
back to HEAD
2005-12-23 18:15:48 +00:00
Thomas Vander Stichele
ca814c15a6
releasing 0.10.1
...
Original commit message from CVS:
releasing 0.10.1
2005-12-23 18:04:49 +00:00
Thomas Vander Stichele
9c09daed53
Update .po files
...
Original commit message from CVS:
Update .po files
2005-12-23 14:53:12 +00:00
Thomas Vander Stichele
25f6ba16c9
ignore more
...
Original commit message from CVS:
ignore more
2005-12-23 13:45:22 +00:00
Tim-Philipp Müller
9562a5912b
docs/faq/cvs.xml: Add missing quote, should be make ERROR_CFLAGS="".
...
Original commit message from CVS:
* docs/faq/cvs.xml:
Add missing quote, should be make ERROR_CFLAGS="".
2005-12-22 14:48:14 +00:00
Thomas Vander Stichele
617bc8c885
prereleasing
...
Original commit message from CVS:
prereleasing
2005-12-20 16:01:09 +00:00
Wim Taymans
eb6b59a158
docs/design/part-trickmodes.txt: More documentation on trickmodes.
...
Original commit message from CVS:
* docs/design/part-trickmodes.txt:
More documentation on trickmodes.
2005-12-20 12:50:56 +00:00
Edward Hervey
bd97cc0541
gst/gstcaps.*: Added gpointer GType for GstStaticCaps so we can wrap them in bindings.
...
Original commit message from CVS:
* gst/gstcaps.c: (gst_static_caps_get_type):
* gst/gstcaps.h:
Added gpointer GType for GstStaticCaps so we can wrap them in bindings.
* gst/gstpadtemplate.c: (gst_static_pad_template_get_type):
* gst/gstpadtemplate.h:
Added gpointer GType for GstStaticPadTemplate so we can wrap them in
bindings.
2005-12-20 11:12:53 +00:00
Wim Taymans
588e11ad39
libs/gst/: Documentation updates.
...
Original commit message from CVS:
* libs/gst/base/gstadapter.c:
* libs/gst/base/gstadapter.h:
* libs/gst/base/gstbasesink.c: (gst_base_sink_class_init),
(gst_base_sink_get_position):
* libs/gst/base/gstbasesink.h:
* libs/gst/base/gstbasesrc.c: (gst_base_src_class_init),
(gst_base_src_default_query), (gst_base_src_default_do_seek),
(gst_base_src_do_seek), (gst_base_src_perform_seek),
(gst_base_src_send_event), (gst_base_src_update_length),
(gst_base_src_get_range), (gst_base_src_loop),
(gst_base_src_start):
* libs/gst/base/gstbasesrc.h:
* libs/gst/base/gstbasetransform.h:
* libs/gst/base/gstcollectpads.h:
* libs/gst/base/gstpushsrc.c:
* libs/gst/base/gstpushsrc.h:
* libs/gst/dataprotocol/dataprotocol.c:
* libs/gst/dataprotocol/dataprotocol.h:
* libs/gst/net/gstnetclientclock.h:
* libs/gst/net/gstnettimeprovider.h:
Documentation updates.
2005-12-18 16:04:41 +00:00
Tim-Philipp Müller
ccd51b031f
docs/manual/basics-helloworld.xml: Remove superfluous closing bracket in helloworld example.
...
Original commit message from CVS:
* docs/manual/basics-helloworld.xml:
Remove superfluous closing bracket in helloworld example.
2005-12-18 14:28:25 +00:00
Tim-Philipp Müller
a1ed4ed852
tools/gst-launch.1.in: Update gst-launch man page; add a section with useful environment variables. Fixes #323882 .
...
Original commit message from CVS:
* tools/gst-launch.1.in:
Update gst-launch man page; add a section with useful
environment variables. Fixes #323882 .
2005-12-17 14:19:27 +00:00
Stefan Kost
e6a78b9709
gst/: change some char* into char[]
...
Original commit message from CVS:
* gst/gst.c:
* gst/gst_private.h:
change some char* into char[]
2005-12-16 21:59:12 +00:00
Wim Taymans
ab0fa35575
gst/gstregistryxml.c: Cleanups.
...
Original commit message from CVS:
* gst/gstregistryxml.c: (load_feature):
Cleanups.
Don't use g_object_unref on GstObjects so that we avoid
leaks on unsafe glibs.
2005-12-16 19:24:24 +00:00
Wim Taymans
0a12d6a308
gst/gstbin.c: Small doc updates.
...
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_recalc_state):
Small doc updates.
2005-12-16 18:20:58 +00:00
Wim Taymans
b286fb1fd8
common/check.mak: Added make forever target for check.
...
Original commit message from CVS:
* common/check.mak:
Added make forever target for check.
2005-12-16 18:10:04 +00:00
Thomas Vander Stichele
9b87fae395
gst/gst.c: make the registry cache file HOST_CPU-dependent
...
Original commit message from CVS:
* gst/gst.c: (init_post):
make the registry cache file HOST_CPU-dependent
2005-12-16 17:34:19 +00:00