[gstreamer-bugs] [Bug 472714] New: GstElement thread doesn't exist in GStreamer 0.10.x

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Sep 1 19:08:42 PDT 2007


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=472714

  GStreamer | documentation | Ver: 0.10.12
           Summary: GstElement thread doesn't exist in GStreamer 0.10.x
           Product: GStreamer
           Version: 0.10.12
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: documentation
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bastist at 163.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: t.i.m at zen.co.uk
     GNOME version: Unspecified
   GNOME milestone: Unspecified


There is a sample in Chanpter20.'XML in GStreamer' in GStreamer Application
Development Manual (0.10.12.1) about thread element. 

**********************************************************************
  GstElement *thread, *thread2;
  /* create a new thread to hold the elements */
  thread = gst_element_factory_make ("thread", "thread");
  g_assert (thread != NULL);
  thread2 = gst_element_factory_make ("thread", "thread2");
  g_assert (thread2 != NULL);
**********************************************************************
<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-xml.html#section-xml-write>

But There is no 'thread'element any more in GStreamer-0.10. Maybe this part of
the documentation was written for GStreamer-0.8 and has never been updated for
GStreamer-0.10.


-- 
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=472714.




More information about the Gstreamer-bugs mailing list