summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-10-06releasing 0.8.7RELEASE-0_8_7Thomas Vander Stichele
Original commit message from CVS: releasing 0.8.7
2004-10-06add an entry for Sony ATRAC3 audio streamsStéphane Loeuillet
Original commit message from CVS: add an entry for Sony ATRAC3 audio streams
2004-10-06gst/elements/gsttypefindelement.c: Push the buffer store instead of clearing ↵Wim Taymans
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-06gst/gstthread.c: Lock the iteration and the state change so that automatic ↵Wim Taymans
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-05bump nano to cvsThomas Vander Stichele
Original commit message from CVS: bump nano to cvs
2004-10-05whoopsieRELEASE-0_8_6Thomas Vander Stichele
Original commit message from CVS: whoopsie
2004-10-05releasingThomas Vander Stichele
Original commit message from CVS: releasing
2004-10-05boy, was I not awake when doing that. patch for 153881 in the previous commitThomas Vander Stichele
Original commit message from CVS: boy, was I not awake when doing that. patch for 153881 in the previous commit
2004-10-05configure.acThomas Vander Stichele
Original commit message from CVS: configure.ac
2004-10-05fix changelogThomas Vander Stichele
Original commit message from CVS: fix changelog
2004-10-04- fix the 4CC codes for the 2 old RealAudio codecs (14.4/28.8)Stéphane Loeuillet
Original commit message from CVS: - fix the 4CC codes for the 2 old RealAudio codecs (14.4/28.8) - add element names for much mime/stream types that did not have one
2004-10-03update real (container, video stream, audio stream) entries update speex entryStéphane Loeuillet
Original commit message from CVS: update real (container, video stream, audio stream) entries update speex entry
2004-10-01libs/gst/dataprotocol/dataprotocol.c: Fix threadsafety of the crc checking ↵Wim Taymans
function. Original commit message from CVS: * libs/gst/dataprotocol/dataprotocol.c: (gst_dp_crc): Fix threadsafety of the crc checking function.
2004-09-27fix really old / no more relevant info on devhelp support/integrationStéphane Loeuillet
Original commit message from CVS: fix really old / no more relevant info on devhelp support/integration
2004-09-26fix typefind discont handling, #153657Thomas Vander Stichele
Original commit message from CVS: fix typefind discont handling, #153657
2004-09-26revert preferred capsThomas Vander Stichele
Original commit message from CVS: revert preferred caps
2004-09-19fix a memory leak in win32/dirent.cSteve Lhomme
Original commit message from CVS: fix a memory leak in win32/dirent.c
2004-09-17I'm too lazy to comment thisStéphane Loeuillet
Original commit message from CVS: *** empty log message ***
2004-09-13unbreak gstelementstateThomas Vander Stichele
Original commit message from CVS: unbreak gstelementstate
2004-09-12remove empty fileThomas Vander Stichele
Original commit message from CVS: remove empty file
2004-09-10fix spec file. fixes 150262Thomas Vander Stichele
Original commit message from CVS: fix spec file. fixes 150262
2004-09-10bump for prereleaseThomas Vander Stichele
Original commit message from CVS: bump for prerelease
2004-09-09ouch, this breaks our test bots heavily :)Thomas Vander Stichele
Original commit message from CVS: ouch, this breaks our test bots heavily :)
2004-09-09disable the tests that still fail on SMPThomas Vander Stichele
Original commit message from CVS: disable the tests that still fail on SMP
2004-09-09dohThomas Vander Stichele
Original commit message from CVS: doh
2004-09-09Added missing testsWim Taymans
Original commit message from CVS: Added missing tests
2004-09-09fix buildThomas Vander Stichele
Original commit message from CVS: fix build
2004-09-08unbreak testsuiteThomas Vander Stichele
Original commit message from CVS: unbreak testsuite
2004-09-08docs/: restructure so that common stuff is shown firstThomas Vander Stichele
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-08two more examplesThomas Vander Stichele
Original commit message from CVS: two more examples
2004-09-06gst/gstelement.c: Well, actually, I was about to remove this insane assert whenRonald S. Bultje
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-06Reworked the GstThread implementation, make more operations threadsafe and ↵Wim Taymans
more reliable. Original commit message from CVS: * gst/gstthread.c: (gst_thread_dispose), (gst_thread_sync), (gst_thread_change_state), (gst_thread_child_state_change), (gst_thread_main_loop): * gst/gstthread.h: * testsuite/threads/Makefile.am: * testsuite/threads/queue.c: * testsuite/threads/thread.c: (construct_pipeline), (change_state), (main): * testsuite/threads/threadc.c: (construct_pipeline): * testsuite/threads/threadd.c: (main): * testsuite/threads/threade.c: (main): * testsuite/threads/threadf.c: Reworked the GstThread implementation, make more operations threadsafe and more reliable. Moved testcases from the failing to the working list.
2004-09-06gst/gstelement.c: Added extra refcounting around various places.Wim Taymans
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-06gst/gstpad.c: Fix debug info.Wim Taymans
Original commit message from CVS: * gst/gstpad.c: (gst_pad_link_call_link_functions): Fix debug info.
2004-09-06gst/schedulers/gstoptimalscheduler.c: Some more debug info.Wim Taymans
Original commit message from CVS: * gst/schedulers/gstoptimalscheduler.c: (add_to_group), (remove_from_group): Some more debug info.
2004-09-03gst/elements/: Added datarate properties to limit the datarate.Wim Taymans
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-02Trying to correct the GST_CHECK_CONFIGPROG macroZeeshan Ali
Original commit message from CVS: Trying to correct the GST_CHECK_CONFIGPROG macro
2004-09-02added better error reporting for plugin loadingStefan Kost
Original commit message from CVS: added better error reporting for plugin loading
2004-09-02added documentation to many items moved the GST_TYPE_XXX one to the Standart ↵Stefan Kost
section, as they do not need docs Original commit message from CVS: added documentation to many items moved the GST_TYPE_XXX one to the Standart section, as they do not need docs
2004-08-31moved docs to sgml files added first batch of docs provided by ronaldStefan Kost
Original commit message from CVS: moved docs to sgml files added first batch of docs provided by ronald
2004-08-31andanother type fix of mine :-(Stefan Kost
Original commit message from CVS: andanother type fix of mine :-(
2004-08-31added docs for GST_PLUGIN_DEFINE and GST_PLUGIN_DEFINE_STATICStefan Kost
Original commit message from CVS: added docs for GST_PLUGIN_DEFINE and GST_PLUGIN_DEFINE_STATIC
2004-08-28ID Labels consistent with the rest of the manual.Ramon Garcia Fernandez
Original commit message from CVS: ID Labels consistent with the rest of the manual.
2004-08-28Wrote a chapter about the clock.Ramon Garcia Fernandez
Original commit message from CVS: Wrote a chapter about the clock.
2004-08-25gst/autoplug/gstspider.c: don't set a rank. We don't want to autoplug by ↵Benjamin Otte
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-24fix it properly before removing thisThomas Vander Stichele
Original commit message from CVS: fix it properly before removing this
2004-08-24remove GstXMLNsThomas Vander Stichele
Original commit message from CVS: remove GstXMLNs
2004-08-22gst/autoplug/gstspider.c: add a template for spider's sinkBenjamin Otte
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-18docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)David Schleef
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-17gst/: s/gst_pad_new/&_from_template/ register pad templates in the base_init ↵Benjamin Otte
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