platform/upstream/gstreamer.git
6 years agobasic-tutorial-3: Use gst_pad_get_current_caps() instead of gst_pad_query_caps()
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.

6 years agoapplication-development: index: improve content and formatting
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 23:36:07 +0000 (16:36 -0700)]
application-development: index: improve content and formatting

6 years agoapplication-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

6 years agoapplication-development: dparams: fix range for gstvolume's volume prop
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.

6 years agoapplication-development: dparams: improve content and formatting
Reynaldo H. Verdejo Pinochet [Mon, 11 Sep 2017 18:48:27 +0000 (11:48 -0700)]
application-development: dparams: improve content and formatting

6 years agoapplication-development: interfaces: improve introduction
Reynaldo H. Verdejo Pinochet [Fri, 8 Sep 2017 23:10:43 +0000 (16:10 -0700)]
application-development: interfaces: improve introduction

6 years agoapplication-development: interfaces: add brief on interfaces not documented in detail
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

6 years agoapplication-development: interfaces: rewrite URI handler section
Reynaldo H. Verdejo Pinochet [Fri, 8 Sep 2017 00:35:41 +0000 (17:35 -0700)]
application-development: interfaces: rewrite URI handler section

6 years agoapplication-development: interfaces: use iface names and add glimagesink as fresher...
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

6 years agoapplication-development: interfaces: improve formatting
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 22:42:02 +0000 (15:42 -0700)]
application-development: interfaces: improve formatting

6 years agoapplication-development: clocks: improve format & content
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 22:30:38 +0000 (15:30 -0700)]
application-development: clocks: improve format & content

6 years agodesign: stream-selection: start with actual content
Reynaldo H. Verdejo Pinochet [Tue, 5 Sep 2017 23:29:17 +0000 (16:29 -0700)]
design: stream-selection: start with actual content

6 years agoapplication-development: threads: improve formatting
Reynaldo H. Verdejo Pinochet [Thu, 7 Sep 2017 04:23:06 +0000 (21:23 -0700)]
application-development: threads: improve formatting

6 years agoFix up last commit properly
Sebastian Dröge [Mon, 28 Aug 2017 16:08:33 +0000 (19:08 +0300)]
Fix up last commit properly

6 years agoUse correct pkg-config package name for gstreamer-audio-1.0
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

6 years agofaq: developing: improve content
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

6 years agoUse gst_element_get_request_pad() instead of doing it complicated by first getting...
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.

6 years agofaq: using: add missing markup
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 22:57:15 +0000 (15:57 -0700)]
faq: using: add missing markup

6 years agofaq: using: improve command line section
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.

6 years agofaq: general: improve license section
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

6 years agofaq: general: add missing markup
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 17:30:50 +0000 (10:30 -0700)]
faq: general: add missing markup

6 years agofaq: index: improve grammar
Reynaldo H. Verdejo Pinochet [Tue, 15 Aug 2017 17:25:23 +0000 (10:25 -0700)]
faq: index: improve grammar

6 years agobasic-tutorial-5: drop calls to gtk_button_new_from_stock()
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

6 years agotutorials: toolkit-integration: drop calls to gtk_button_new_from_stock()
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.

6 years agotutorials: toolkit-integration: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 11 Aug 2017 22:58:12 +0000 (15:58 -0700)]
tutorials: toolkit-integration: fix missing markup

6 years agobasic-tutorial-5: expose_cb() is now draw_cb() and gets a cairo_t directly
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

6 years agoDon't use gstreamer-interfaces-1.0 in basic-tutorial-5
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

6 years agotutorials: time-management: fix typo
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

6 years agotutorials: debugging-tools: improve formatting & content
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.

6 years agotutorials: time-management: improve the example walkthrough
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

6 years agofaq: git: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 21 Jul 2017 21:51:46 +0000 (14:51 -0700)]
faq: git: fix missing markup

6 years agofaq: developing: update outdated GConf answer
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

6 years agofaq: dependencies: rework answer on mandatory GTK+/GNOME dep
Reynaldo H. Verdejo Pinochet [Fri, 21 Jul 2017 21:03:05 +0000 (14:03 -0700)]
faq: dependencies: rework answer on mandatory GTK+/GNOME dep

6 years agotutorials: basic: fix missing markup
Reynaldo H. Verdejo Pinochet [Wed, 19 Jul 2017 06:53:03 +0000 (23:53 -0700)]
tutorials: basic: fix missing markup

6 years agoapplication-development: introduction: fix missing markup
Reynaldo H. Verdejo Pinochet [Mon, 17 Jul 2017 20:39:51 +0000 (13:39 -0700)]
application-development: introduction: fix missing markup

6 years agoapplication-development: basics: 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

6 years agodesign: buffering: fix missing markup
Reynaldo H. Verdejo Pinochet [Thu, 13 Jul 2017 22:05:11 +0000 (15:05 -0700)]
design: buffering: fix missing markup

6 years agodesign: element-source: add missing markup
Reynaldo H. Verdejo Pinochet [Thu, 13 Jul 2017 21:59:39 +0000 (14:59 -0700)]
design: element-source: add missing markup

6 years agodesign: probes: various fixes and improvements
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.

6 years agoAdd missing semicolon in the example code.
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

7 years agodesign: element-sink: fix missing markup
Reynaldo H. Verdejo Pinochet [Tue, 11 Jul 2017 21:36:39 +0000 (14:36 -0700)]
design: element-sink: fix missing markup

7 years agodesign: latency: fix missing markup
Reynaldo H. Verdejo Pinochet [Tue, 11 Jul 2017 21:30:58 +0000 (14:30 -0700)]
design: latency: fix missing markup

7 years agotracing: update section about the tracer_records
Stefan Sauer [Sat, 8 Jul 2017 10:07:16 +0000 (12:07 +0200)]
tracing: update section about the tracer_records

7 years agodesign: encoding: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:41:46 +0000 (23:41 -0700)]
design: encoding: fix missing markup

7 years agodesign: decodebin: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:36:21 +0000 (23:36 -0700)]
design: decodebin: fix missing markup

7 years agodesign: audiosinks: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:29:58 +0000 (23:29 -0700)]
design: audiosinks: fix missing markup

7 years agodesign: tracing: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:24:38 +0000 (23:24 -0700)]
design: tracing: fix missing markup

7 years agofaq: developing: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 16 Jun 2017 06:12:47 +0000 (23:12 -0700)]
faq: developing: fix missing markup

7 years agocontribute: index: improve contribution instructions
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

7 years agosplitup: fix bogus double-spaces & space before punctuation
Reynaldo H. Verdejo Pinochet [Mon, 5 Jun 2017 22:20:47 +0000 (15:20 -0700)]
splitup: fix bogus double-spaces & space before punctuation

7 years agoFix new_sample signal handler so the example works
Jan Schmidt [Mon, 5 Jun 2017 04:32:36 +0000 (14:32 +1000)]
Fix new_sample signal handler so the example works

7 years agofaq: troubleshooting: turn questions into sub-sections
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:38:17 +0000 (15:38 -0700)]
faq: troubleshooting: turn questions into sub-sections

7 years agofaq: drop spaces before question marks
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:34:40 +0000 (15:34 -0700)]
faq: drop spaces before question marks

7 years agodesign: memory: fix missing markup on map/unmap
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 22:20:50 +0000 (15:20 -0700)]
design: memory: fix missing markup on map/unmap

7 years agodesign: stream-selection: missing markup and formatting fixes
Reynaldo H. Verdejo Pinochet [Fri, 2 Jun 2017 21:57:45 +0000 (14:57 -0700)]
design: stream-selection: missing markup and formatting fixes

7 years agofaq: git: turn questions into sub-sections
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.

7 years agofaq: getting: turn questions into sub-sections
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.

7 years agofaq: general: turn questions into sub-sections
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

7 years agofaq: developing: turn questions into sub-sections
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.

7 years agofaq: dependencies: turn questions into sub-sections
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

7 years agoinstalling: on-linux: improve install instructions
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

7 years agotutorials: concepts: fix missing markup
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

7 years agodesign: mediatype-video: improve chroma-site/colorimety brief
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

7 years agodesign: messages: add briefs for new context-related messages
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:58:54 +0000 (16:58 -0700)]
design: messages: add briefs for new context-related messages

7 years agodesign: messages: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:46:32 +0000 (16:46 -0700)]
design: messages: fix missing markup

7 years agodesign: latency: assorted improvements
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

7 years agodesign: live-source: missed markup and flow improvements
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:19:12 +0000 (16:19 -0700)]
design: live-source: missed markup and flow improvements

7 years agodesign: toc: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 28 Apr 2017 23:12:02 +0000 (16:12 -0700)]
design: toc: fix missing markup

7 years agoUpdate theme submodule
Mathieu Duponchelle [Tue, 25 Apr 2017 00:17:21 +0000 (02:17 +0200)]
Update theme submodule

7 years agodesign: gstelements: assorted improvements
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.

7 years agodesign: gstbus: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 23:19:55 +0000 (16:19 -0700)]
design: gstbus: fix missing markup

7 years agodesign: gstbin: assorted improvements
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 23:04:52 +0000 (16:04 -0700)]
design: gstbin: assorted improvements

Formatting, gramar & missing-markup fixes.

7 years agomarkdown: legal-information: fix two grammar nits
Reynaldo H. Verdejo Pinochet [Fri, 21 Apr 2017 22:36:03 +0000 (15:36 -0700)]
markdown: legal-information: fix two grammar nits

7 years agotutorials: basic: drop all mentions to the SDK
Reynaldo H. Verdejo Pinochet [Thu, 13 Apr 2017 21:23:50 +0000 (14:23 -0700)]
tutorials: basic: drop all mentions to the SDK

7 years agotutorial: hello-world: drop manual padding from code blocks
Reynaldo H. Verdejo Pinochet [Thu, 13 Apr 2017 20:57:38 +0000 (13:57 -0700)]
tutorial: hello-world: drop manual padding from code blocks

7 years agotutorial: hello world: fix c code markdown render error
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

7 years agoapp-dev: Unref factories after finding them
Arun Raghavan [Fri, 7 Apr 2017 07:09:57 +0000 (12:39 +0530)]
app-dev: Unref factories after finding them

7 years agofaq: Use blockquotes for questions
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

7 years agoAdd project version as it is now required by hotdoc
Thibault Saunier [Mon, 27 Feb 2017 20:38:25 +0000 (17:38 -0300)]
Add project version as it is now required by hotdoc

7 years agoUpdate theme submodule
Mathieu Duponchelle [Sun, 2 Apr 2017 23:45:47 +0000 (01:45 +0200)]
Update theme submodule

7 years agoUpdate theme submodule
Mathieu Duponchelle [Sun, 2 Apr 2017 22:40:20 +0000 (00:40 +0200)]
Update theme submodule

7 years agodesign: encoding: drop escaping leftover
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

7 years agodesign: push-pull: fix missing markup & drop needless escaping
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.

7 years agodesign: trickmodes: switch to conventional figure format
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.

7 years agodesign: conventions: fix missing markup & drop needless escaping
Reynaldo H. Verdejo Pinochet [Mon, 20 Mar 2017 20:26:28 +0000 (13:26 -0700)]
design: conventions: fix missing markup & drop needless escaping

7 years agodesign: decodebin: simplify non-linked handling explanation
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

7 years agodesign: draft-klass.md: fix missing markup & reformat
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

7 years agodesign: draft-metadata: add missing markup & drop needless escaping
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

7 years agodesign: gstbin: fix missing markup
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.

7 years agodesign: trickmodes: fix missing markup
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

7 years agodesign: stereo-multiview: fix missing markup
Reynaldo H. Verdejo Pinochet [Fri, 17 Mar 2017 20:52:25 +0000 (13:52 -0700)]
design: stereo-multiview: fix missing markup

7 years agotutorials/playback: Fix more occurences of GST_TIME_FORMAT / GST_FORMAT_TIME mixups
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

7 years agotutorials/basic: Fix compilation errors
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

7 years agodesign: gstpipeline: improve _use_clock() note
Reynaldo H. Verdejo Pinochet [Mon, 13 Mar 2017 23:13:34 +0000 (16:13 -0700)]
design: gstpipeline: improve _use_clock() note

7 years agodesign: gstpipeline: fix missing markup
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.

7 years agodesign: framestep: fix missing markup
Reynaldo H. Verdejo Pinochet [Mon, 13 Mar 2017 22:50:28 +0000 (15:50 -0700)]
design: framestep: fix missing markup

7 years agodesign: overview: be explicit about what oggdemux does
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.

7 years agodesign: overview: fix missing markup
Reynaldo H. Verdejo Pinochet [Wed, 8 Mar 2017 23:14:09 +0000 (15:14 -0800)]
design: overview: fix missing markup

7 years agobasic/toolkit-integration: Bring in sync with the actual source code again
Sebastian Dröge [Thu, 9 Mar 2017 08:40:14 +0000 (10:40 +0200)]
basic/toolkit-integration: Bring in sync with the actual source code again

Fixes syntax errors, a double free and others.

https://bugzilla.gnome.org/show_bug.cgi?id=779701

7 years agodesign: memory: add referred-to structure to doc
Reynaldo H. Verdejo Pinochet [Mon, 27 Feb 2017 23:45:59 +0000 (15:45 -0800)]
design: memory: add referred-to structure to doc