Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-10-22 | docs: Gram and nit fixes for part-meta.txtdoc_fixes | Reynaldo H. Verdejo Pinochet | 1 | -6/+6 | |
2013-10-22 | docs: Gram and nit fixes for part-element-source.txt | Reynaldo H. Verdejo Pinochet | 1 | -4/+4 | |
2013-10-22 | docs: Gram and nit fixes for part-sink.txt | Reynaldo H. Verdejo Pinochet | 1 | -4/+4 | |
2013-10-22 | docs: Gram and nit fixes for part-conventions.txt | Reynaldo H. Verdejo Pinochet | 1 | -1/+1 | |
2013-10-22 | docs: Gram and nit fixes for part-controller.txt | Reynaldo H. Verdejo Pinochet | 1 | -3/+3 | |
2013-10-22 | docs: Gram and nit fixes for part-context.txt | Reynaldo H. Verdejo Pinochet | 1 | -8/+7 | |
2013-10-22 | docs: Gram and nit fixes for part-clocks.txt | Reynaldo H. Verdejo Pinochet | 1 | -3/+3 | |
2013-10-22 | docs: Gram and nit fixes for part-caps.txt | Reynaldo H. Verdejo Pinochet | 1 | -23/+23 | |
2013-10-22 | docs: Gram and nit fixes for part-buffer.txt | Reynaldo H. Verdejo Pinochet | 1 | -17/+16 | |
2013-10-22 | docs: Gram and nit fixes for part-bufferpool.txt | Reynaldo H. Verdejo Pinochet | 1 | -16/+16 | |
2013-10-21 | docs: Gram and nit fixes for part-buffering.txt | Reynaldo H. Verdejo Pinochet | 1 | -27/+27 | |
2013-10-21 | docs: Gram and nit fixes for part-messages.txt | Reynaldo H. Verdejo Pinochet | 1 | -11/+10 | |
2013-10-21 | docs: Gram and nit fixes for part-memory.txt | Reynaldo H. Verdejo Pinochet | 1 | -6/+6 | |
2013-10-10 | core: Fix max DEBUG_LEVEL incongruence on 5 vs 9 | Reynaldo H. Verdejo Pinochet | 1 | -1/+1 | |
In the docs and the autocompletion logic the maximum value jumped incongruently between 5 and 9. | |||||
2013-10-10 | docs: Fix some reference URIs | Fabian Kirsch | 4 | -7/+7 | |
https://bugzilla.gnome.org/show_bug.cgi?id=709804 | |||||
2013-10-05 | docs: fix function name in qos design docs | Tim-Philipp Müller | 1 | -1/+1 | |
2013-09-24 | Release 1.2.0 | Sebastian Dröge | 1 | -1/+1 | |
2013-09-19 | Release 1.1.90 | Sebastian Dröge | 1 | -1/+1 | |
2013-09-19 | context: Add convenience function gst_context_has_context_type() | Sebastian Dröge | 1 | -0/+1 | |
2013-09-18 | context: Update docs | Sebastian Dröge | 1 | -11/+4 | |
2013-09-17 | context: Update documentation | Sebastian Dröge | 1 | -16/+15 | |
2013-09-09 | meta: Add a #define for memory metadata | Mathieu Duponchelle | 1 | -0/+1 | |
2013-08-28 | Release 1.1.4 | Sebastian Dröge | 1 | -1/+1 | |
2013-08-13 | dataqueue: add gst_data_queue_push_force | Thiago Santos | 1 | -0/+1 | |
Adds a variant of the _push function that doesn't check the queue limits before adding the new item. It is useful when pushing an element to the queue shouldn't lock the thread. One particular scenario is when the queue is used to serialize buffers and events that are going to be pushed from another thread. The dataqueue should have a limit on the amount of buffers to be stored to avoid large memory consumption, but events can be considered to have negligible impact on memory compared to buffers. So it is useful to be used to push items into the queue that contain events, even though the queue is already full, it shouldn't matter inserting an item that has no significative size. This scenario happens on adaptive elements (dashdemux / mssdemux) as there is a single download thread fetching buffers and putting into the dataqueues for the streams. This same download thread can als generate events in some situations as caps changes, eos or a internal control events. There can be a deadlock at preroll if the first buffer fetched is large enough to fill the dataqueue and the download thread and the next iteration of the download thread decides to push an event to this same dataqueue before fetching buffers to other streams, if this push locks, the pipeline will be stuck in preroll as no more buffers will be downloaded. There is a somewhat common practice in dash streams to have a single very large buffer for audio and one for video, so this will always happen as the download thread will have to push an EOS right after fetching the first buffer for any stream. API: gst_data_queue_push_force https://bugzilla.gnome.org/show_bug.cgi?id=705694 | |||||
2013-08-02 | design: fix typo | Wim Taymans | 1 | -1/+1 | |
2013-07-29 | Release 1.1.3 | Sebastian Dröge | 1 | -1/+1 | |
2013-07-22 | gst: Add new group-id field to the stream-start event | Sebastian Dröge | 1 | -0/+6 | |
All streams that have the same group id are supposed to be played together, i.e. all streams inside a container file should have the same group id but different stream ids. The group id should change each time the stream is started, resulting in different group ids each time a file is played for example. | |||||
2013-07-18 | info: Add debug color mode option | Руслан Ижбулатов | 3 | -3/+100 | |
This allows to explicitely set the debug output color mode to UNIX on every platform, enable it (use platform default color mode) or enable it. https://bugzilla.gnome.org/show_bug.cgi?id=674320 | |||||
2013-07-16 | query: Add gst_query_has_context_type() | Sebastian Dröge | 1 | -0/+1 | |
2013-07-11 | Release 1.1.2 | Sebastian Dröge | 1 | -1/+1 | |
2013-07-01 | check: Added gst_check_setup_events_with_stream_id() | Jonas Holmberg | 1 | -0/+1 | |
Added a new function gst_check_setup_events_with_stream_id(), since gst_check_setup_events() does not work with multiple pads. https://bugzilla.gnome.org/show_bug.cgi?id=703377 | |||||
2013-06-18 | docs: add missing file for doc-link check | Stefan Sauer | 1 | -0/+8 | |
2013-06-16 | docs: fix some external links | Stefan Sauer | 4 | -10/+10 | |
2013-06-16 | docs: check for broken links in docs | Stefan Sauer | 1 | -1/+14 | |
The check is done using curl (if available). It lists the curl exit code + http status code (for those > 399) together with the use of the url in the code. The check is not fatal. | |||||
2013-06-16 | docs: change https to http urls | Stefan Sauer | 2 | -3/+3 | |
Thank you browser for needlessly changing to https for static doc pages. | |||||
2013-06-16 | docs: update links to developer.gnome.org | Stefan Sauer | 4 | -5/+8 | |
The URL layout has changed. Fix the links and comment out one paragraph where the doc is gone. Fixes #702135 | |||||
2013-06-14 | structure: Add gst_structure_new_from_string() | Sebastian Dröge | 1 | -0/+1 | |
Convenience API for bindings, gst_structure_from_string() returns a tuple (structure, end_ptr) in bindings and is unintuitive to use because of that. | |||||
2013-06-05 | Release 1.1.1 | Sebastian Dröge | 3 | -4/+4 | |
2013-06-01 | manual: update elements to match the rest of "Boost priority of a thread" ↵ | Andrzej Bieniek | 1 | -2/+2 | |
section | |||||
2013-06-01 | manual: fix comment in effectswitch example | Andrzej Bieniek | 1 | -1/+1 | |
2013-06-01 | manual: fix a typo in "Inserting data with appsrc" section | Andrzej Bieniek | 1 | -1/+1 | |
2013-06-01 | pwg: fix a few typos | Andrzej Bieniek | 3 | -3/+3 | |
2013-06-01 | docs: remove double "the" | Andrzej Bieniek | 3 | -3/+3 | |
2013-05-24 | docs: Remove mention of gconf* elements | Olivier Crête | 1 | -8/+2 | |
Instead recommend pulsesrc/sink for audio, there is nothing GNOME specific for video. | |||||
2013-05-10 | check: Add helper that sends initial events | Nicolas Dufresne | 1 | -0/+1 | |
https://bugzilla.gnome.org/show_bug.cgi?id=700033 | |||||
2013-05-07 | docs: fix typo in metadata section in app dev manual | Tim-Philipp Müller | 1 | -2/+3 | |
There's no g_tag_list_get_xyz(). | |||||
2013-04-29 | porting-to-1.0.txt: nit clarification | Stefan Sauer | 1 | -2/+3 | |
It is the process context that matters. | |||||
2013-04-27 | pwg: improve allocation docs | Wim Taymans | 1 | -13/+18 | |
2013-04-24 | porting-to-1.0.txt: add troubleshooting section | Tim-Philipp Müller | 1 | -0/+16 | |
Add note about "cannot register existing type `GstObject'" warning. | |||||
2013-04-19 | part-context: Write some design documentation about GstContext | Sebastian Dröge | 2 | -0/+68 | |