[Bug 700845] New: gst_launch_parse api with nested bin

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed May 22 08:57:37 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700845
  GStreamer | gstreamer (core) | 0.10.36

           Summary: gst_launch_parse api with nested bin
    Classification: Platform
           Product: GStreamer
           Version: 0.10.36
        OS/Version: Windows
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: pavan.goyal at st.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The elements are finalized when terminating a pipeline with a single 'bin'
as follows.

G_MESSAGES_DEBUG=all GST_DEBUG_NO_COLOR=1
GST_DEBUG=st*:5,bin:5,*STATES:5,*PARENTAGE:5,*REFCOUNTING:5,*PIPELINE:5
gst-launch filesrc location = /home/frankie/seek/videos/aviTombRaider.avi !
avidemux ! bin.'(' ffdec_mpeg4 ! x264enc ')' ! mpegtsmux ! fakesink async=false


The elements are not finalized with two nested 'bins' as follows.

G_MESSAGES_DEBUG=all GST_DEBUG_NO_COLOR=1
GST_DEBUG=st*:5,bin:5,*STATES:5,*PARENTAGE:5,*REFCOUNTING:5,*PIPELINE:5
gst-launch bin.'('filesrc location =
/home/frankie/seek/videos/aviTombRaider.avi ! avidemux ! bin.'(' ffdec_mpeg4 !
x264enc ')' ! mpegtsmux ')' ! fakesink async=false

is it some known issue?

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list