summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-11-07typefind: use g_get_prgname() for error messageHEADmasterStefan Sauer1-1/+1
2013-11-06valve: proxy caps and allocationWim Taymans1-0/+2
Proxy the caps queries on the srcpad as well. Proxy the allocation query on the sinkpad.
2013-11-05Automatic update of common submoduleTim-Philipp Müller1-0/+0
From 865aa20 to dbedaa0
2013-11-04gst-inspect: Remove some dead codeReynaldo H. Verdejo Pinochet1-92/+0
2013-11-04memory: explicitly cast to GstLockFlags to avoid compiler warningsAlessandro Decina1-3/+3
2013-11-02segment: resurrect sanitizing start and stop for seekingMark Nauwelaerts1-3/+3
2013-11-02basesrc: mind boggling wrap when comparing offsetsMark Nauwelaerts1-2/+2
2013-11-02baseparse: try first frame pts and dts for a valid start timestampMark Nauwelaerts1-0/+3
2013-11-02baseparse: print proper variable in debug statementMark Nauwelaerts1-1/+1
2013-11-01parse: Make the FATAL_ERRORS flag also work without a GErrorOlivier Crête2-2/+12
Also add a unit tests
2013-11-01gst-launch: fix potential uninitialized variable warningMatthieu Bouron1-8/+10
https://bugzilla.gnome.org/show_bug.cgi?id=710758
2013-10-31docs: fix common typos emited/eachother/...Reynaldo H. Verdejo Pinochet7-17/+17
2013-10-30utils: Add some attributes and reorganize code to fix compiler warningsSebastian Dröge2-33/+47
gstutils.c:3659:41: error: format string is not a string literal [-Werror,-Wformat-nonliteral] gchar *expanded = g_strdup_vprintf (stream_id, var_args); https://bugzilla.gnome.org/show_bug.cgi?id=710621
2013-10-30pwg: rename the "samplerate" variable to make example code compilableAntonio Ospite1-1/+1
In one of the examples about gst_my_filter_setcaps() there is a variable declared as "rate", but then the name "samplerate" is used when setting the caps. Use the name "rate" everywhere in gst_my_filter_setcaps(). https://bugzilla.gnome.org/show_bug.cgi?id=710876
2013-10-29doc: fix forward reference about ghost padsFabian Kirsch1-1/+2
https://bugzilla.gnome.org/show_bug.cgi?id=711089
2013-10-28docs: design: fix some fixesTim-Philipp Müller4-13/+12
2013-10-26docs: flesh out gst-uninstalled entry in faq some moreTim-Philipp Müller1-7/+12
https://bugzilla.gnome.org/show_bug.cgi?id=709916
2013-10-26docs: FAQ update to mention create-uninstalled-setup.shFabian Kirsch1-17/+11
https://bugzilla.gnome.org/show_bug.cgi?id=709916
2013-10-25registry: small cleanups and use object log variants moreStefan Sauer1-6/+7
2013-10-25private: remove left-over commentStefan Sauer1-1/+1
The caps are saved in the registry.
2013-10-25registry: use g_slice_free for slice memoryStefan Sauer1-10/+9
Avoid memory list corruption, but g_free'ing slice memory.
2013-10-25design: flesh out the tracing design a little moreStefan Sauer1-3/+12
2013-10-25docs: fix typos in gstobjectLuis de Bethencourt1-7/+7
2013-10-24docs: Gram and nit fixes for part-meta.txtReynaldo H. Verdejo Pinochet1-6/+6
2013-10-24docs: Gram and nit fixes for part-element-source.txtReynaldo H. Verdejo Pinochet1-4/+4
2013-10-24docs: Gram and nit fixes for part-sink.txtReynaldo H. Verdejo Pinochet1-4/+4
2013-10-24docs: Gram and nit fixes for part-conventions.txtReynaldo H. Verdejo Pinochet1-1/+1
2013-10-24docs: Gram and nit fixes for part-controller.txtReynaldo H. Verdejo Pinochet1-3/+3
2013-10-24docs: Gram and nit fixes for part-context.txtReynaldo H. Verdejo Pinochet1-8/+7
2013-10-24docs: Gram and nit fixes for part-clocks.txtReynaldo H. Verdejo Pinochet1-3/+3
2013-10-24docs: Gram and nit fixes for part-caps.txtReynaldo H. Verdejo Pinochet1-23/+23
2013-10-24docs: Gram and nit fixes for part-buffer.txtReynaldo H. Verdejo Pinochet1-17/+16
2013-10-24docs: Gram and nit fixes for part-bufferpool.txtReynaldo H. Verdejo Pinochet1-16/+16
2013-10-24docs: Gram and nit fixes for part-buffering.txtReynaldo H. Verdejo Pinochet1-27/+27
2013-10-24docs: Gram and nit fixes for part-messages.txtReynaldo H. Verdejo Pinochet1-11/+10
2013-10-24docs: Gram and nit fixes for part-memory.txtReynaldo H. Verdejo Pinochet1-6/+6
2013-10-18net: Constify a parameter to gst_net_client_clock_new()Philip Withnall2-2/+2
Even though this parameter is not used, it should be const to fit in with the coding standards for other similar parameters. Client code already passes in const strings under the expectation that they won’t be modified. https://bugzilla.gnome.org/show_bug.cgi?id=710442
2013-10-15datetime: Make sure to include gst_private.h before glib-compat-private.hSebastian Dröge1-1/+1
We need to define the GLib log domain before including glib.h, which is included by glib-compat-private.h.
2013-10-14docs: Add gst_pad_store_sticky_event to sections.txtThibault Saunier1-0/+1
So it appears in the generated documentation
2013-10-13tests/filesrc: Set location in wrong stateSebastian Rasmussen2-1/+25
Also remove incorrect comment about code possibly not being reachable that is now exercised by the filesrc unit test. https://bugzilla.gnome.org/show_bug.cgi?id=709831
2013-10-12parse: Fix transfer annotations for parse_launch functions.Jan Schmidt2-3/+5
gst_parse_launchv, gst_parse_launchv_full and gst_parse_launch_full all return floating refs, the same as gst_parse_launch, which just calls gst_parse_launch_full internally anyway. Add a unit test assertion to check it's true. Spotted by nemequ on IRC.
2013-10-10core: Fix max DEBUG_LEVEL incongruence on 5 vs 9Reynaldo H. Verdejo Pinochet3-8/+8
In the docs and the autocompletion logic the maximum value jumped incongruently between 5 and 9.
2013-10-10caps: Skip test_subset_duplication until the bug is fixedSebastian Dröge1-1/+1
https://bugzilla.gnome.org/show_bug.cgi?id=709253
2013-10-10docs: Fix some reference URIsFabian Kirsch4-7/+7
https://bugzilla.gnome.org/show_bug.cgi?id=709804
2013-10-10caps: Add a testcase for subset checks on lists with duplicated itemsSebastian Dröge1-0/+15
https://bugzilla.gnome.org/show_bug.cgi?id=709253
2013-10-09collectpads: Call the collected function while it returns FLOW_OKThibault Saunier1-1/+3
This allows us to make sure the elements is EOS and does not have remaining buffers to be drained. https://bugzilla.gnome.org/show_bug.cgi?id=709637
2013-10-05docs: fix function name in qos design docsTim-Philipp Müller1-1/+1
2013-10-02tests: use tcase_skip_broken_test() to skip broken multiqueue testTim-Philipp Müller1-2/+1
So that we get a warning in the output that reminds us that something needs to be fixed.
2013-10-02check: Disable multiqueue test_output_order checkEdward Hervey1-1/+4
The check itself is racy. (CK_FORK=no GST_CHECK=test_output_order make elements/multiqueue.forever). The problem is indeed the test and not the actual element behaviour. The objects to push are being pulled out of the single internal queues in the right order and at the right time... But between: * the moment the global multiqueue lock is released (which was used to detect if we should pop and push downstream the next buffer) * and the moment it is received by the source pad (which does the check) => another single queue (like the unlinked pad) might pop and push a buffer downstream What should we do ? Putting a bigger margin of error (say 5 buffers) doesn't help, it'll eventually fail. I can't see how we can detect this reliably. https://bugzilla.gnome.org/show_bug.cgi?id=708661
2013-09-30value: fix caps serialization when there are caps inside capsThiago Santos4-4/+43
Wrap caps strings so that it can handle serialization and deserialization of caps inside caps. Otherwise the values from the internal caps are parsed as if they were from the upper one https://bugzilla.gnome.org/show_bug.cgi?id=708772