summaryrefslogtreecommitdiff
path: root/docs/random
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-08-18 21:46:55 +0000
committerDavid Schleef <ds@schleef.org>2004-08-18 21:46:55 +0000
commitaa6049eb61be463030c79c301471b0e53c15bf97 (patch)
tree60e0d5d22817a157de56f3c823a201c6b49bf4db /docs/random
parent7fb1f1901f805dfedf031b0a20850b857458a225 (diff)
docs/gst/Makefile.am: Remove --ignore-fail-on-non-empty (#150331)
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.
Diffstat (limited to 'docs/random')
-rw-r--r--docs/random/ds/0.9-planning9
-rw-r--r--docs/random/ds/0.9-suggested-changes2
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/random/ds/0.9-planning b/docs/random/ds/0.9-planning
index d2606bd42..f9f60e9fc 100644
--- a/docs/random/ds/0.9-planning
+++ b/docs/random/ds/0.9-planning
@@ -151,6 +151,15 @@ Example #2:
- osssink.iterate() is called
+Evil:
+
+ fakesrc ! tee ! fakesink tee0. ! never_accept_a_buffer_sink
+
+ sinesrc ! osssink videotestsrc ! ximagesink
+
+ fakesrc ! fakesink (pausing)
+
+ sinesrc ! identity ! osssink
diff --git a/docs/random/ds/0.9-suggested-changes b/docs/random/ds/0.9-suggested-changes
index 77b3a5680..0adbb8363 100644
--- a/docs/random/ds/0.9-suggested-changes
+++ b/docs/random/ds/0.9-suggested-changes
@@ -86,6 +86,8 @@ API:
- rename GST_TYPE_FIXED_LIST to GST_TYPE_ARRAY
+ - remove GstMemChunk
+
caps:
(Company:)