[gstreamer-bugs] [Bug 558459] New: Application Development Manual

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Oct 29 14:59:03 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=558459

  GStreamer | documentation | Ver: 0.10.20
           Summary: Application Development Manual
           Product: GStreamer
           Version: 0.10.20
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: documentation
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: acferen at yahoo.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: Unspecified
   GNOME milestone: Unspecified


I'm reading through the documentation today so I'm going to leave this page
open and add anything that I find.

* 2. Preliminary reading
"instentiation" should be "instantiation"

* Chapter 1. What is GStreamer?
"negociation" should be "negotiation"

* 6.2. Creating a bin
  bin = gst_pipeline_new ("my_bin");
I think this should read
  bin = gst_bin_new ("my_bin");
I guess either works though

* 7.1. How to use a bus
"the defauly GLib" should be "the default GLib"

* 7.1. How to use a bus
In the example code
  g_main_loop_unref (loop)
is missing a semicolon (should be as follows)
  g_main_loop_unref (loop);

* 8.3.2. Creating capabilities for filtering
notes that "(this is important if you ever want to disconnect those elements)",
but not why it is important. Maybe I'll find out further in the docs, but now I
am uncertain...

* 11.2. Events: seeking (and more)
  "Seeks should usually be done when the pipeline is in PAUSED or PLAYING
   state (when it is in PLAYING state the pipeline will pause itself, issue
   the seek, and then set itself back to PLAYING again itself). returns."
I think the "returns." above is left from an earlier edit.


Wow.  Great manual.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=558459.




More information about the Gstreamer-bugs mailing list