From 8f72f095d821a29582b4791d4660358b83ee9b73 Mon Sep 17 00:00:00 2001 From: Richard Boulton Date: Wed, 18 Jul 2001 22:18:02 +0000 Subject: [PATCH] Fix incorrectly matched tags, as found by xsltproc. ;-) Original commit message from CVS: Fix incorrectly matched tags, as found by xsltproc. ;-) --- docs/manual/debugging.sgml | 2 +- docs/manual/helloworld2.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/debugging.sgml b/docs/manual/debugging.sgml index 34c9206..46980e0 100644 --- a/docs/manual/debugging.sgml +++ b/docs/manual/debugging.sgml @@ -43,6 +43,7 @@ Add a directory to the plugin search path. + Print the a short desciption of the @@ -53,7 +54,6 @@ - The follwing table gives an overview of the mask values and their meaning. (enabled) means that the corresponding flag has been set. diff --git a/docs/manual/helloworld2.sgml b/docs/manual/helloworld2.sgml index 13e143a..a1bc1ae 100644 --- a/docs/manual/helloworld2.sgml +++ b/docs/manual/helloworld2.sgml @@ -207,7 +207,7 @@ gst_play_have_type (GstElement *typefind, GstCaps *caps, GstElement *pipeline) Finally we set the pipeline back to the playing state. At this point the cache will replay the buffers. We will be notified when the cache is empty with the gst_play_cache_empty callback function: - + static void -- 2.7.4