After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 472714 - [ADM] update chapter 20 for GStreamer-0.10
[ADM] update chapter 20 for GStreamer-0.10
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other Linux
: Normal normal
: 0.10.15
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-09-02 02:08 UTC by LongLi
Modified: 2007-09-05 22:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description LongLi 2007-09-02 02:08:41 UTC
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.
Comment 1 Wim Taymans 2007-09-05 22:30:10 UTC
        * docs/manual/highlevel-xml.xml:
        Fix XML example code. Fixes #472714.