Thomas Vander Stichele
47dd0dca68
added norwegian bokmaal translation
...
Original commit message from CVS:
added norwegian bokmaal translation
2004-10-27 21:10:45 +00:00
Benjamin Otte
3f066467ac
tools/gst-inspect.c: print signal arguments as pointers if they are
...
Original commit message from CVS:
* tools/gst-inspect.c: (print_signal_info):
print signal arguments as pointers if they are
2004-10-22 20:11:43 +00:00
Stefan Kost
99acdfdb49
exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
...
Original commit message from CVS:
exchanged GTK_ macros with G_TYPE macros (as pointed out by mathrick)
2004-10-22 15:40:29 +00:00
Wim Taymans
3cf9fdfcb7
Since parse can do 'element name=a:b' make 'a:b.' work as well.
...
Original commit message from CVS:
* gst/parse/parse.l:
* testsuite/parse/parse1.c: (main):
Since parse can do 'element name=a:b' make 'a:b.' work as
well.
Added testcase to verify fix.
2004-10-19 09:38:20 +00:00
Wim Taymans
47bf817960
tools/gst-inspect.c: Use the realpad when printing the direction.
...
Original commit message from CVS:
* tools/gst-inspect.c: (print_pad_info), (print_plugin_features):
Use the realpad when printing the direction.
Add extra \n when printing extensions of typefind factories.
2004-10-19 09:33:58 +00:00
David Schleef
7a054da4e9
examples/manual/Makefile.am: $< isn't portable in Makefile rules.
...
Original commit message from CVS:
* examples/manual/Makefile.am: $< isn't portable in Makefile
rules.
2004-10-13 23:53:41 +00:00
Stefan Kost
e719825726
more api documentation better error signaling and logging
...
Original commit message from CVS:
more api documentation
better error signaling and logging
2004-10-13 13:03:25 +00:00
Ronald S. Bultje
c36f2f830a
gst/gstqueue.c: Subtract current queue contents from position queries.
...
Original commit message from CVS:
* gst/gstqueue.c: (gst_queue_init), (gst_queue_handle_src_query):
Subtract current queue contents from position queries.
2004-10-11 13:14:03 +00:00
Johan Dahlin
970da8b0f9
gst/gsturi.c (gst_uri_get_location): unescape string escape string.
...
Original commit message from CVS:
* gst/gsturi.c (gst_uri_get_location): unescape string
(gst_uri_construct): escape string.
2004-10-11 09:44:05 +00:00
Benjamin Otte
bedb0bef2b
gst/gstpad.c: allow renegotiation of unconnected pads (as inside spider). Simply return OK if unconnected - mimic try...
...
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_renegotiate), (gst_pad_try_set_caps),
(gst_pad_try_set_caps_nonfixed):
allow renegotiation of unconnected pads (as inside spider). Simply
return OK if unconnected - mimic try_set_caps there.
2004-10-11 05:23:40 +00:00
Ronald S. Bultje
1a8ff9d37b
gst/gstbin.c: Add missing break.
...
Original commit message from CVS:
* gst/gstbin.c: (gst_bin_sync_children_state):
Add missing break.
2004-10-09 13:11:46 +00:00
Zaheer Abbas Merali
852fb1eaf2
gst/elements/gstfakesrc.c: Set element to EOS before sending EOS event
...
Original commit message from CVS:
2004-10-09 Zaheer Abbas Merali <zaheerabbas at merali dot org>
* gst/elements/gstfakesrc.c: (gst_fakesrc_get):
Set element to EOS before sending EOS event
2004-10-09 12:43:26 +00:00
Wim Taymans
b2db2cd1c8
gst/elements/gsttypefindelement.c: Handle EOS events when doing the transition from typefind to data passing. This sh...
...
Original commit message from CVS:
* gst/elements/gsttypefindelement.c:
(gst_type_find_element_handle_event):
Handle EOS events when doing the transition from
typefind to data passing. This should fix the
infinite loops in short files.
2004-10-08 09:36:50 +00:00
Wim Taymans
625722ecdc
gst/gstthread.c: Make sure no iteration happens while performing the state change as it could mess up the internal co...
...
Original commit message from CVS:
* gst/gstthread.c: (gst_thread_change_state),
(gst_thread_child_state_change):
Make sure no iteration happens while performing
the state change as it could mess up the internal
consistency of the thread state.
2004-10-07 18:34:57 +00:00
Wim Taymans
c43a7670f0
gst/gstthread.c: Do not try to grab the iterate lock in the state change method when we are in the same thread as the...
...
Original commit message from CVS:
* gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync),
(gst_thread_change_state), (gst_thread_child_state_change):
Do not try to grab the iterate lock in the state change method
when we are in the same thread as the iterate or else we
could deadlock. Some other cleanups.
2004-10-07 17:41:40 +00:00
Thomas Vander Stichele
9eabcf1210
bump nano to cvs
...
Original commit message from CVS:
bump nano to cvs
2004-10-06 17:16:35 +00:00
Thomas Vander Stichele
e5e75b6952
releasing 0.8.7
...
Original commit message from CVS:
releasing 0.8.7
2004-10-06 17:05:12 +00:00
Stéphane Loeuillet
5184b2514d
add an entry for Sony ATRAC3 audio streams
...
Original commit message from CVS:
add an entry for Sony ATRAC3 audio streams
2004-10-06 13:57:17 +00:00
Wim Taymans
87835a9628
gst/elements/gsttypefindelement.c: Push the buffer store instead of clearing it in case that the stream is not seekable.
...
Original commit message from CVS:
* gst/elements/gsttypefindelement.c: (stop_typefinding):
Push the buffer store instead of clearing it in case that
the stream is not seekable.
2004-10-06 11:59:01 +00:00
Wim Taymans
031d317274
gst/gstthread.c: Lock the iteration and the state change so that automatic negotiation and fixation does not happen a...
...
Original commit message from CVS:
* gst/gstthread.c: (gst_thread_init), (gst_thread_change_state),
(gst_thread_main_loop):
Lock the iteration and the state change so that automatic
negotiation and fixation does not happen at the same time
as the in stream negotiation.
2004-10-06 09:42:27 +00:00
Thomas Vander Stichele
7520601a63
bump nano to cvs
...
Original commit message from CVS:
bump nano to cvs
2004-10-05 13:33:18 +00:00
Thomas Vander Stichele
0fae18d5ee
whoopsie
...
Original commit message from CVS:
whoopsie
2004-10-05 11:53:27 +00:00
Thomas Vander Stichele
26288977ef
releasing
...
Original commit message from CVS:
releasing
2004-10-05 11:51:19 +00:00
Thomas Vander Stichele
90ceac8315
boy, was I not awake when doing that. patch for 153881 in the previous commit
...
Original commit message from CVS:
boy, was I not awake when doing that. patch for 153881 in the previous commit
2004-10-05 08:53:45 +00:00
Thomas Vander Stichele
c06e12f42f
configure.ac
...
Original commit message from CVS:
configure.ac
2004-10-05 08:52:37 +00:00
Thomas Vander Stichele
455df95b3e
fix changelog
...
Original commit message from CVS:
fix changelog
2004-10-05 08:51:16 +00:00
Wim Taymans
7c424a60b5
libs/gst/dataprotocol/dataprotocol.c: Fix threadsafety of the crc checking function.
...
Original commit message from CVS:
* libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc):
Fix threadsafety of the crc checking function.
2004-10-01 16:49:01 +00:00
Thomas Vander Stichele
e45b8c2be6
fix typefind discont handling, #153657
...
Original commit message from CVS:
fix typefind discont handling, #153657
2004-09-26 17:48:05 +00:00
Thomas Vander Stichele
3cd8266b12
revert preferred caps
...
Original commit message from CVS:
revert preferred caps
2004-09-26 17:35:08 +00:00
Steve Lhomme
d2f7218664
fix a memory leak in win32/dirent.c
...
Original commit message from CVS:
fix a memory leak in win32/dirent.c
2004-09-19 07:58:13 +00:00
Thomas Vander Stichele
e1ffc94c25
bump for prerelease
...
Original commit message from CVS:
bump for prerelease
2004-09-10 09:16:58 +00:00
Thomas Vander Stichele
bba6ac4b74
docs/: restructure so that common stuff is shown first
...
Original commit message from CVS:
* docs/Makefile.am:
* docs/manual/elements-api.xml:
restructure so that common stuff is shown first
* docs/manual/init-api.xml:
convert to examples
* docs/manual/manual.xml:
* docs/manuals.mak:
* docs/url.entities:
link to API on the website, possibly override later in build
* examples/manual/.cvsignore:
ignore more
* examples/manual/Makefile.am:
add more examples
* examples/manual/extract.pl:
error out on failure
2004-09-08 23:18:55 +00:00
Thomas Vander Stichele
00ec0495e1
two more examples
...
Original commit message from CVS:
two more examples
2004-09-08 21:43:59 +00:00
Ronald S. Bultje
bd2d8d6e6a
gst/gstelement.c: Well, actually, I was about to remove this insane assert when
...
Original commit message from CVS:
* gst/gstelement.c: (gst_element_change_state):
Well, actually, I was about to remove this insane assert when
I noticed Wim already did that. A warning is nice so we can
fix actual ugs (using --g-fatal-warnings and backtraces), so
I added that instead.
2004-09-06 18:47:14 +00:00
Wim Taymans
6e89c000bb
gst/gstelement.c: Added extra refcounting around various places.
...
Original commit message from CVS:
* gst/gstelement.c: (gst_element_threadsafe_properties_pre_run),
(gst_element_threadsafe_properties_post_run),
(gst_element_set_state), (gst_element_change_state):
Added extra refcounting around various places.
2004-09-06 15:14:01 +00:00
Wim Taymans
c23fde0c51
gst/gstpad.c: Fix debug info.
...
Original commit message from CVS:
* gst/gstpad.c: (gst_pad_link_call_link_functions):
Fix debug info.
2004-09-06 15:02:48 +00:00
Wim Taymans
6ff129d07d
gst/schedulers/gstoptimalscheduler.c: Some more debug info.
...
Original commit message from CVS:
* gst/schedulers/gstoptimalscheduler.c: (add_to_group),
(remove_from_group):
Some more debug info.
2004-09-06 14:55:57 +00:00
Wim Taymans
5d2684999f
gst/elements/: Added datarate properties to limit the datarate.
...
Original commit message from CVS:
* gst/elements/gstfakesrc.c: (gst_fakesrc_class_init),
(gst_fakesrc_init), (gst_fakesrc_set_clock),
(gst_fakesrc_set_property), (gst_fakesrc_get_property),
(gst_fakesrc_get), (gst_fakesrc_change_state):
* gst/elements/gstfakesrc.h:
* gst/elements/gstidentity.c: (gst_identity_class_init),
(gst_identity_init), (gst_identity_chain),
(gst_identity_set_property), (gst_identity_get_property),
(gst_identity_change_state):
* gst/elements/gstidentity.h:
Added datarate properties to limit the datarate.
2004-09-03 11:40:35 +00:00
Benjamin Otte
ef46525f83
gst/autoplug/gstspider.c: don't set a rank. We don't want to autoplug by inserting spiders.
...
Original commit message from CVS:
* gst/autoplug/gstspider.c: (plugin_init):
don't set a rank. We don't want to autoplug by inserting spiders.
2004-08-25 14:25:55 +00:00
Benjamin Otte
fb9387cb91
gst/autoplug/gstspider.c: add a template for spider's sink
...
Original commit message from CVS:
* gst/autoplug/gstspider.c: (gst_spider_class_init),
(gst_spider_identity_plug):
add a template for spider's sink
* gst/gst.c: (gst_register_core_elements):
queue's rank should be NULL, we don't want spider to add it.
2004-08-22 13:00:46 +00:00
David Schleef
aa6049eb61
docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty ( #150331 )
...
Original commit message from CVS:
* docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331 )
* docs/libs/Makefile.am: same
* docs/gst/tmpl/gstxml.sgml: Remove GstXMLNs
* docs/random/ds/0.9-planning: random additions
* docs/random/ds/0.9-suggested-changes: same
* gst/gstxml.h: remove vestigal GstXMLNs definition
Preferred caps: (#147789 )
* docs/gst/gstreamer-sections.txt: Add symbols
* docs/gst/tmpl/gstcaps.sgml: Add symbols
* gst/gstcaps.c: (gst_caps_copy), (gst_caps_free),
(gst_caps_append), (gst_caps_copy_1), (gst_caps_intersect),
(gst_caps_union), (gst_caps_save_thyself), (gst_caps_load_thyself),
(gst_caps_get_preferred), (gst_caps_set_preferred),
(gst_caps_get_structure_by_id), (gst_caps_prefer_foreach),
(gst_caps_use_preferred): Handle caps preferences
* gst/gstcaps.h: Add caps preferences
* gst/gstpad.c: (gst_pad_link_get_preferred),
(gst_pad_link_fixate), (gst_pad_link_call_link_functions),
(gst_pad_renegotiate), (gst_pad_guess_preferred),
(gst_pad_get_caps), (gst_pad_push): Use caps preferences for
negotiation.
2004-08-18 21:46:55 +00:00
Benjamin Otte
7fb1f1901f
gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init function add static pad template definit...
...
Original commit message from CVS:
* gst/autoplug/gstspideridentity.c:
(gst_spider_identity_request_new_pad):
* gst/elements/gstaggregator.c: (gst_aggregator_base_init),
(gst_aggregator_init):
* gst/elements/gstfakesink.c: (gst_fakesink_base_init),
(gst_fakesink_init):
* gst/elements/gstfakesrc.c: (gst_fakesrc_base_init),
(gst_fakesrc_init):
* gst/elements/gstfdsink.c: (gst_fdsink_base_init),
(gst_fdsink_init):
* gst/elements/gstfdsrc.c: (gst_fdsrc_base_init), (gst_fdsrc_init):
* gst/elements/gstfilesink.c: (gst_filesink_base_init),
(gst_filesink_init):
* gst/elements/gstfilesrc.c: (gst_filesrc_base_init),
(gst_filesrc_init):
* gst/elements/gstidentity.c: (gst_identity_base_init),
(gst_identity_init):
* gst/elements/gstmultifilesrc.c: (gst_multifilesrc_base_init),
(gst_multifilesrc_init):
* gst/elements/gstpipefilter.c: (gst_pipefilter_base_init),
(gst_pipefilter_init):
* gst/elements/gststatistics.c: (gst_statistics_base_init),
(gst_statistics_init):
* gst/elements/gsttee.c: (gst_tee_base_init), (gst_tee_init):
* gst/gstqueue.c: (gst_queue_base_init), (gst_queue_init):
s/gst_pad_new/&_from_template/
register pad templates in the base_init function
add static pad template definitions
2004-08-17 14:11:23 +00:00
Benjamin Otte
e1ef5586cd
testsuite/: s/gst_pad_new/&_from_template/ prepare deprecation of gst_pad_new
...
Original commit message from CVS:
* testsuite/bytestream/gstbstest.c: (gst_bstest_init):
* testsuite/dynparams/dparamstest.c: (gst_dptest_init):
* testsuite/refcounting/pad.c: (main):
* testsuite/refcounting/thread.c: (create_thread_ghostpads):
s/gst_pad_new/&_from_template/
prepare deprecation of gst_pad_new
2004-08-17 10:16:35 +00:00
Thomas Vander Stichele
38ca60f6fe
fix memleaks - #150001
...
Original commit message from CVS:
fix memleaks - #150001
2004-08-17 09:16:42 +00:00
Benjamin Otte
fa2bc96eaa
docs/random/ds/0.9-suggested-changes: add notes - mostly about pad templates
...
Original commit message from CVS:
* docs/random/ds/0.9-suggested-changes:
add notes - mostly about pad templates
2004-08-17 08:41:16 +00:00
Steve Lhomme
00942a943e
temporary local files are .gmo not .mo
...
Original commit message from CVS:
temporary local files are .gmo not .mo
2004-08-16 18:00:59 +00:00
Thomas Vander Stichele
ec1c6d815f
bump nano
...
Original commit message from CVS:
bump nano
2004-08-16 15:17:28 +00:00
Thomas Vander Stichele
98942ccdc0
releasing
...
Original commit message from CVS:
releasing
2004-08-16 12:15:41 +00:00
Thomas Vander Stichele
cfcd3502a9
fix for #150242
...
Original commit message from CVS:
fix for #150242
2004-08-16 10:35:36 +00:00
Thomas Vander Stichele
756dc098f7
add win32 - fixes 149981
...
Original commit message from CVS:
add win32 - fixes 149981
2004-08-13 14:03:05 +00:00