Carlos Eduardo R. B. Fonseca [Thu, 21 Sep 2017 22:56:34 +0000 (19:56 -0300)]
plugin-development: syntax highlighting in code snippets
Signed-off-by: Carlos Eduardo R. B. Fonseca <cadubentzen@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=788029
cadubentzen [Thu, 21 Sep 2017 19:56:14 +0000 (16:56 -0300)]
docs: syntax in event handling example in chainfn.md
Signed-off-by: cadubentzen <cadubentzen@gmail.com>
https://bugzilla.gnome.org/show_bug.cgi?id=788023
Sebastian Dröge [Thu, 14 Sep 2017 10:38:22 +0000 (13:38 +0300)]
basic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()
We're interested in the currently negotiated caps, not all the caps the
pad can potentially output. Also update the text accordingly.
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 23:36:07 +0000 (16:36 -0700)]
application-development: index: improve content and formatting
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 22:48:39 +0000 (15:48 -0700)]
application-development: index: improve content and formatting
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 21:50:34 +0000 (14:50 -0700)]
application-development: dparams: fix range for gstvolume's volume prop
It is not 0 - 4 but 0 - 10 since
b8dfedde6a.. From ten years ago.
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 18:48:27 +0000 (11:48 -0700)]
application-development: dparams: improve content and formatting
Reynaldo H. Verdejo Pinochet [Fri, 8 Sep 2017 23:10:43 +0000 (16:10 -0700)]
application-development: interfaces: improve introduction
Reynaldo H. Verdejo Pinochet [Fri, 8 Sep 2017 21:08:17 +0000 (14:08 -0700)]
application-development: interfaces: add brief on interfaces not documented in detail
Reynaldo H. Verdejo Pinochet [Fri, 8 Sep 2017 00:35:41 +0000 (17:35 -0700)]
application-development: interfaces: rewrite URI handler section
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 22:47:27 +0000 (15:47 -0700)]
application-development: interfaces: use iface names and add glimagesink as fresher example
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 22:42:02 +0000 (15:42 -0700)]
application-development: interfaces: improve formatting
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 22:30:38 +0000 (15:30 -0700)]
application-development: clocks: improve format & content
Reynaldo H. Verdejo Pinochet [Tue, 5 Sep 2017 23:29:17 +0000 (16:29 -0700)]
design: stream-selection: start with actual content
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 04:23:06 +0000 (21:23 -0700)]
application-development: threads: improve formatting
Sebastian Dröge [Mon, 28 Aug 2017 16:08:33 +0000 (19:08 +0300)]
Fix up last commit properly
apple muncy [Fri, 25 Aug 2017 13:41:40 +0000 (09:41 -0400)]
Use correct pkg-config package name for gstreamer-audio-1.0
https://bugzilla.gnome.org/show_bug.cgi?id=786804
Reynaldo H. Verdejo Pinochet [Thu, 17 Aug 2017 00:39:31 +0000 (17:39 -0700)]
faq: developing: improve content
Revise and reorganize content for clarity
Fix missing markup and other formatting issues
Sebastian Dröge [Wed, 16 Aug 2017 18:33:17 +0000 (21:33 +0300)]
Use gst_element_get_request_pad() instead of doing it complicated by first getting the pad template
Also use the correct pad template name for tee in the docs so that it
actually works.
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 22:57:15 +0000 (15:57 -0700)]
faq: using: add missing markup
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 22:12:44 +0000 (15:12 -0700)]
faq: using: improve command line section
Group and reorder examples logically and add a short on note
about auto sinks. Rework text as needed.
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 21:10:28 +0000 (14:10 -0700)]
faq: general: improve license section
Drop reference to nonexistent LINCENSE_Readme file
Drop confusing reference to unclear future behavior
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 17:30:50 +0000 (10:30 -0700)]
faq: general: add missing markup
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 17:25:23 +0000 (10:25 -0700)]
faq: index: improve grammar
Reynaldo H. Verdejo Pinochet [Sat, 12 Aug 2017 00:00:10 +0000 (17:00 -0700)]
basic-tutorial-5: drop calls to gtk_button_new_from_stock()
The gtk_button_new_from_stock() function has been deprecated since GTK+ 3.10.
Use gtk_button_new_from_icon_name() instead
Reynaldo H. Verdejo Pinochet [Fri, 11 Aug 2017 23:45:55 +0000 (16:45 -0700)]
tutorials: toolkit-integration: drop calls to gtk_button_new_from_stock()
The gtk_button_new_from_stock() function has been deprecated since GTK+ 3.10.
Use gtk_button_new_from_icon_name() instead.
Reynaldo H. Verdejo Pinochet [Fri, 11 Aug 2017 22:58:12 +0000 (15:58 -0700)]
tutorials: toolkit-integration: fix missing markup
Sebastian Dröge [Mon, 7 Aug 2017 05:58:58 +0000 (08:58 +0300)]
basic-tutorial-5: expose_cb() is now draw_cb() and gets a cairo_t directly
Sebastian Dröge [Sat, 5 Aug 2017 22:34:24 +0000 (01:34 +0300)]
Don't use gstreamer-interfaces-1.0 in basic-tutorial-5
GstVideoOverlay is in gstreamer-video-1.0
Jinwoo Ahn [Wed, 2 Aug 2017 09:39:06 +0000 (18:39 +0900)]
tutorials: time-management: fix typo
https://bugzilla.gnome.org/show_bug.cgi?id=785720
Reynaldo H. Verdejo Pinochet [Fri, 28 Jul 2017 21:38:10 +0000 (14:38 -0700)]
tutorials: debugging-tools: improve formatting & content
Reformat tables & fix markup. Additionally, add note on some
information referring only to the default hadler.
Reynaldo H. Verdejo Pinochet [Thu, 27 Jul 2017 23:53:22 +0000 (16:53 -0700)]
tutorials: time-management: improve the example walkthrough
Additionally: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 21 Jul 2017 21:51:46 +0000 (14:51 -0700)]
faq: git: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 21 Jul 2017 21:41:04 +0000 (14:41 -0700)]
faq: developing: update outdated GConf answer
Additionally: fix missing preposition
Reynaldo H. Verdejo Pinochet [Fri, 21 Jul 2017 21:03:05 +0000 (14:03 -0700)]
faq: dependencies: rework answer on mandatory GTK+/GNOME dep
Reynaldo H. Verdejo Pinochet [Wed, 19 Jul 2017 06:53:03 +0000 (23:53 -0700)]
tutorials: basic: fix missing markup
Reynaldo H. Verdejo Pinochet [Mon, 17 Jul 2017 20:39:51 +0000 (13:39 -0700)]
application-development: introduction: fix missing markup
Reynaldo H. Verdejo Pinochet [Mon, 17 Jul 2017 20:29:26 +0000 (13:29 -0700)]
application-development: basics: fix missing markup
Additionally: a few minor formating fixes
Reynaldo H. Verdejo Pinochet [Thu, 13 Jul 2017 22:05:11 +0000 (15:05 -0700)]
design: buffering: fix missing markup
Reynaldo H. Verdejo Pinochet [Thu, 13 Jul 2017 21:59:39 +0000 (14:59 -0700)]
design: element-source: add missing markup
Reynaldo H. Verdejo Pinochet [Thu, 13 Jul 2017 21:55:55 +0000 (14:55 -0700)]
design: probes: various fixes and improvements
Add missing return type and missing markup.
Elmir [Thu, 13 Jul 2017 14:10:53 +0000 (16:10 +0200)]
Add missing semicolon in the example code.
https://bugzilla.gnome.org/show_bug.cgi?id=784909
Reynaldo H. Verdejo Pinochet [Tue, 11 Jul 2017 21:36:39 +0000 (14:36 -0700)]
design: element-sink: fix missing markup
Reynaldo H. Verdejo Pinochet [Tue, 11 Jul 2017 21:30:58 +0000 (14:30 -0700)]
design: latency: fix missing markup
Stefan Sauer [Sat, 8 Jul 2017 10:07:16 +0000 (12:07 +0200)]
tracing: update section about the tracer_records
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:41:46 +0000 (23:41 -0700)]
design: encoding: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:36:21 +0000 (23:36 -0700)]
design: decodebin: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:29:58 +0000 (23:29 -0700)]
design: audiosinks: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:24:38 +0000 (23:24 -0700)]
design: tracing: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:12:47 +0000 (23:12 -0700)]
faq: developing: fix missing markup
Reynaldo H. Verdejo Pinochet [Thu, 8 Jun 2017 20:39:15 +0000 (13:39 -0700)]
contribute: index: improve contribution instructions
Group common sections and fix other markup and grammar issues
Reynaldo H. Verdejo Pinochet [Mon, 5 Jun 2017 22:20:47 +0000 (15:20 -0700)]
splitup: fix bogus double-spaces & space before punctuation
Jan Schmidt [Mon, 5 Jun 2017 04:32:36 +0000 (14:32 +1000)]
Fix new_sample signal handler so the example works
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:38:17 +0000 (15:38 -0700)]
faq: troubleshooting: turn questions into sub-sections
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:34:40 +0000 (15:34 -0700)]
faq: drop spaces before question marks
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:20:50 +0000 (15:20 -0700)]
design: memory: fix missing markup on map/unmap
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 21:57:45 +0000 (14:57 -0700)]
design: stream-selection: missing markup and formatting fixes
Reynaldo H. Verdejo Pinochet [Wed, 31 May 2017 18:42:38 +0000 (11:42 -0700)]
faq: git: turn questions into sub-sections
Also included: assorted fixes on missing markup
and grammar.
Reynaldo H. Verdejo Pinochet [Wed, 31 May 2017 18:19:06 +0000 (11:19 -0700)]
faq: getting: turn questions into sub-sections
Also included: grammar fixes and other improvements.
Reynaldo H. Verdejo Pinochet [Mon, 29 May 2017 05:43:24 +0000 (22:43 -0700)]
faq: general: turn questions into sub-sections
Additionally: some grammar fixes
Reynaldo H. Verdejo Pinochet [Mon, 29 May 2017 05:29:44 +0000 (22:29 -0700)]
faq: developing: turn questions into sub-sections
Additionally: Add missing markup to CLI examples.
Reynaldo H. Verdejo Pinochet [Mon, 29 May 2017 05:22:09 +0000 (22:22 -0700)]
faq: dependencies: turn questions into sub-sections
Also included: grammar fixes
Reynaldo H. Verdejo Pinochet [Mon, 29 May 2017 05:12:30 +0000 (22:12 -0700)]
installing: on-linux: improve install instructions
* Drop references to the SDK
* Add APT install instructions
* Fix some typos and other minor issues
Reynaldo H. Verdejo Pinochet [Fri, 19 May 2017 23:30:39 +0000 (16:30 -0700)]
tutorials: concepts: fix missing markup
Additionally: other grammar fixes & improvements
Reynaldo H. Verdejo Pinochet [Wed, 17 May 2017 21:13:10 +0000 (14:13 -0700)]
design: mediatype-video: improve chroma-site/colorimety brief
* make sure it's clear there are more sitings
* include canonical names for default values
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:58:54 +0000 (16:58 -0700)]
design: messages: add briefs for new context-related messages
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:46:32 +0000 (16:46 -0700)]
design: messages: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:31:51 +0000 (16:31 -0700)]
design: latency: assorted improvements
* Add missing and drop redundant markup
* Drop indentation on code blocks
* Use common diagram style
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:19:12 +0000 (16:19 -0700)]
design: live-source: missed markup and flow improvements
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:12:02 +0000 (16:12 -0700)]
design: toc: fix missing markup
Mathieu Duponchelle [Tue, 25 Apr 2017 00:17:21 +0000 (02:17 +0200)]
Update theme submodule
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 23:51:40 +0000 (16:51 -0700)]
design: gstelements: assorted improvements
Fix missing markup and improve text flow/composition.
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 23:19:55 +0000 (16:19 -0700)]
design: gstbus: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 23:04:52 +0000 (16:04 -0700)]
design: gstbin: assorted improvements
Formatting, gramar & missing-markup fixes.
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 22:36:03 +0000 (15:36 -0700)]
markdown: legal-information: fix two grammar nits
Reynaldo H. Verdejo Pinochet [Thu, 13 Apr 2017 21:23:50 +0000 (14:23 -0700)]
tutorials: basic: drop all mentions to the SDK
Reynaldo H. Verdejo Pinochet [Thu, 13 Apr 2017 20:57:38 +0000 (13:57 -0700)]
tutorial: hello-world: drop manual padding from code blocks
Saulo S. Toledo [Thu, 13 Apr 2017 20:28:15 +0000 (17:28 -0300)]
tutorial: hello world: fix c code markdown render error
https://bugzilla.gnome.org/show_bug.cgi?id=781289
Arun Raghavan [Fri, 7 Apr 2017 07:09:57 +0000 (12:39 +0530)]
app-dev: Unref factories after finding them
Thibault Saunier [Wed, 5 Apr 2017 12:37:49 +0000 (09:37 -0300)]
faq: Use blockquotes for questions
Having titles for (long) question was looking very bad
Thibault Saunier [Mon, 27 Feb 2017 20:38:25 +0000 (17:38 -0300)]
Add project version as it is now required by hotdoc
Mathieu Duponchelle [Sun, 2 Apr 2017 23:45:47 +0000 (01:45 +0200)]
Update theme submodule
Mathieu Duponchelle [Sun, 2 Apr 2017 22:40:20 +0000 (00:40 +0200)]
Update theme submodule
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 20:43:06 +0000 (13:43 -0700)]
design: encoding: drop escaping leftover
Additionally:
- Make code block format explicit
- Drop needless padding
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 20:35:13 +0000 (13:35 -0700)]
design: push-pull: fix missing markup & drop needless escaping
Additionally: Assorted minor improvements.
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 20:29:55 +0000 (13:29 -0700)]
design: trickmodes: switch to conventional figure format
Follow figure guidelines from conventions.md.
Additionally: add some missing markup.
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 20:26:28 +0000 (13:26 -0700)]
design: conventions: fix missing markup & drop needless escaping
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 19:54:02 +0000 (12:54 -0700)]
design: decodebin: simplify non-linked handling explanation
Additionally: fix missing markup & drop needless escaping
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 18:15:08 +0000 (11:15 -0700)]
design: draft-klass.md: fix missing markup & reformat
Additionally:
- Fix class dumper cmd line example
- Other improvements
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 17:31:51 +0000 (10:31 -0700)]
design: draft-metadata: add missing markup & drop needless escaping
Additionally:
- Grammar improvements
- Remove reference to WONTFIX bug
Reynaldo H. Verdejo Pinochet [Fri, 17 Mar 2017 21:17:03 +0000 (14:17 -0700)]
design: gstbin: fix missing markup
Some other copy editing improvements included.
Reynaldo H. Verdejo Pinochet [Fri, 17 Mar 2017 21:05:26 +0000 (14:05 -0700)]
design: trickmodes: fix missing markup
Some other additional minor improvements included:
- Remove unneeded scaping
- Be explicit about GstSeekFlags
Reynaldo H. Verdejo Pinochet [Fri, 17 Mar 2017 20:52:25 +0000 (13:52 -0700)]
design: stereo-multiview: fix missing markup
Sebastian Dröge [Fri, 17 Mar 2017 10:17:56 +0000 (12:17 +0200)]
tutorials/playback: Fix more occurences of GST_TIME_FORMAT / GST_FORMAT_TIME mixups
https://bugzilla.gnome.org/show_bug.cgi?id=777734
De Vlieger, Brecht [Wed, 25 Jan 2017 10:41:26 +0000 (11:41 +0100)]
tutorials/basic: Fix compilation errors
https://bugzilla.gnome.org/show_bug.cgi?id=777734
Reynaldo H. Verdejo Pinochet [Mon, 13 Mar 2017 23:13:34 +0000 (16:13 -0700)]
design: gstpipeline: improve _use_clock() note
Reynaldo H. Verdejo Pinochet [Mon, 13 Mar 2017 23:10:01 +0000 (16:10 -0700)]
design: gstpipeline: fix missing markup
Fix a few other minor issues too.
Reynaldo H. Verdejo Pinochet [Mon, 13 Mar 2017 22:50:28 +0000 (15:50 -0700)]
design: framestep: fix missing markup
Reynaldo H. Verdejo Pinochet [Wed, 8 Mar 2017 23:42:29 +0000 (15:42 -0800)]
design: overview: be explicit about what oggdemux does
Improve processing example overview. Drop redundancy
while at it.
Reynaldo H. Verdejo Pinochet [Wed, 8 Mar 2017 23:14:09 +0000 (15:14 -0800)]
design: overview: fix missing markup