AW: gstreamer-devel Digest, Vol 89, Issue 16

Thornton, Keith keith.thornton at zeiss.com
Fri Jun 8 08:27:51 UTC 2018


Hi, The %05d in the filename is the same as documented in the printf call. If you want only 3 digit filenames use %03d.
There is nothing to stop you writing the file to a different directory
e.g.
g_object_set(G_OBJECT (data.splitmuxsink),"location","/home/shubham/spl/Videos/video%%03d.mp4", (char*)nullptr);
if you don’t want the files overwritten after a restart you must restart with a new name e.g.
g_object_set(G_OBJECT (data.splitmuxsink),"location","/home/shubham/spl/Videos/video1%%03d.mp4", (char*)nullptr);
g_object_set(G_OBJECT (data.splitmuxsink),"location","/home/shubham/spl/Videos/video2%%03d.mp4", (char*)nullptr);
etc.


Von: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] Im Auftrag von Shubham Shrivastava
Gesendet: Freitag, 8. Juni 2018 10:09
An: gstreamer-devel at lists.freedesktop.org
Betreff: Re: gstreamer-devel Digest, Vol 89, Issue 16

g_object_set(G_OBJECT (data.splitmuxsink),"location","video%%05d.mp4","max-files",4, NULL);

This is not working...there is no file named video001. It making serveral files named 00001,0002 and after re-run it overrides same file. Plz help me. It is my 10th day on same problem.
And how can i change the location to another folder do u people have something for that because when i used multifilesink there is a "location" in that i put my location like /home/shubham/spl/Videos/video.mp4  it makes video of video.mp4 but then it do not split after writing this(below code) it overrides same file because of same name it found(video.mp4)...plz help me in detail or i will die solving these problems

        g_object_set(G_OBJECT (data.multifilesink),"location",""/home/shubham/splintng/Videos/video.mp4",0, NULL);
        g_object_set(G_OBJECT (data.multifilesink),"next-file", 4,"multifilesink", 0, NULL);
        g_object_set(G_OBJECT (data.multifilesink), "index",rand(),"multifilesink", 0, NULL);
            g_object_set(G_OBJECT (data.multifilesink), "max-file-size", 1000000, "multifilesink", 0, NULL);
        g_object_set(G_OBJECT (data.multifilesink), "max-files", 5, "multifilesink", 0, NULL);

On Fri, Jun 8, 2018 at 8:14 AM, <gstreamer-devel-request at lists.freedesktop.org<mailto:gstreamer-devel-request at lists.freedesktop.org>> wrote:
Send gstreamer-devel mailing list submissions to
        gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
or, via email, send a message with subject or body 'help' to
        gstreamer-devel-request at lists.freedesktop.org<mailto:gstreamer-devel-request at lists.freedesktop.org>

You can reach the person managing the list at
        gstreamer-devel-owner at lists.freedesktop.org<mailto:gstreamer-devel-owner at lists.freedesktop.org>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gstreamer-devel digest..."


Today's Topics:

   1. Re: Compositor not using the fastest/biggest source
      (Nicolas Dufresne)
   2. Re: gtkglsink and gtksink (Nicolas Dufresne)
   3. Clang port of GStreamer 1.12.4 to Android (Stirling Westrup)
   4. RFC: GStreamer eSpeak plugin, getting old (James Cameron)
   5. Re: RFC: GStreamer eSpeak plugin, getting old (Nicolas Dufresne)
   6. Re: RFC: GStreamer eSpeak plugin, getting old (Nicolas Dufresne)
   7. Re: RFC: GStreamer eSpeak plugin, getting old (James Cameron)
   8. Re: Syncing two streams (Andrew Silby)
   9. h265 encoding with gstreamer (John Hanks)


----------------------------------------------------------------------

Message: 1
Date: Thu, 07 Jun 2018 11:18:49 -0400
From: Nicolas Dufresne <nicolas at ndufresne.ca<mailto:nicolas at ndufresne.ca>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: Compositor not using the fastest/biggest source
Message-ID:
        <5d3ca9496043f93ff97003f420ee552b85117d0a.camel at ndufresne.ca<mailto:5d3ca9496043f93ff97003f420ee552b85117d0a.camel at ndufresne.ca>>
Content-Type: text/plain; charset="UTF-8"

Le jeudi 07 juin 2018 à 08:22 +0000, Weber, Holger a écrit :
> Hi,
>
> I try to mix different video streams with the compositor. I add and
> remove streams with different sizes and framerates dynamically (by
> user).
> The documentation says, that the compositor uses always the fastest
> and biggest video stream as output stream.
> So at the beginning I only add one live-source with the size of the
> biggest frame I expect and also the highest framerate.
>
> Some time later while the pipline is playing I add another stream an
> link it to the compositor. What I can see, is that it uses the
> geometry and framerate of the
> added newly added source and not that one of the first source (with
> higher properties).

This sounds like a bug. Would be nice to file a bug about this on
bugs.gnome.org<http://bugs.gnome.org>. We can discuss there what we want as a final logic and
implement unit tests for that. I'm surprise we do change the output
caps after compositing have started. Most app I've wrote fixate the
output caps, so that logic is not being used.

>
> Regards,
> Holger
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


------------------------------

Message: 2
Date: Thu, 07 Jun 2018 11:25:58 -0400
From: Nicolas Dufresne <nicolas at ndufresne.ca<mailto:nicolas at ndufresne.ca>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: gtkglsink and gtksink
Message-ID:
        <5aac08d238061ab725c37dee1cccadc2316b2a81.camel at ndufresne.ca<mailto:5aac08d238061ab725c37dee1cccadc2316b2a81.camel at ndufresne.ca>>
Content-Type: text/plain; charset="UTF-8"

Le jeudi 07 juin 2018 à 15:24 +0100, Russel Winder a écrit :
> The context is using a playbin using a gtkglsink or gtksink so as to allow for
> overlay in a GTK+3 UI.
>
> Creating instances of gtkglsink depends only on the appropriate software being
> installed.  But it might still not work, it is only when getting the playbin
> to process a stream is it discovered whether the gtkglsink will initialise –
> which apparently it won't on a Lenovo ThinkPad T500, presumably because of the
> dual graphics system.
>
> Is there a way of knowing, or discovering, whether a gtkglsink will work
> though it can be created? So as to avoid handling things when the playbin
> starts?
>
> Has anyone got a URL to a code that handles gtkglsink startup failure and
> replace the gtkglsink with a gtksink and restart the playbin?

I don't, but I guess this could be an option. Just check the element
emitting the error (checking GST_MESSAGE_SRC(msg) or
GST_MESSAGE_SRC_NAME(msg)). What I would likely want to try, is to take
the sink, and set it's state to READY, normally it should be
sufficient, but because of GL is probably a bit complex. There is no
reason if GL works on your system with dual graphics for GStreamer GL
to fail, that seems like a bug.

>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


------------------------------

Message: 3
Date: Thu, 7 Jun 2018 12:56:35 -0400
From: Stirling Westrup <swestrup at gmail.com<mailto:swestrup at gmail.com>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Clang port of GStreamer 1.12.4 to Android
Message-ID:
        <CAJt7KB-WYyQ4WZot4WSJYJ1nRF69hVrRwot7aSDrWOf0iVO5cA at mail.gmail.com<mailto:CAJt7KB-WYyQ4WZot4WSJYJ1nRF69hVrRwot7aSDrWOf0iVO5cA at mail.gmail.com>>
Content-Type: text/plain; charset="UTF-8"

As part of our development work on Android, we were forced to
cross-compile GStreamer 1.12.4 with clang for Android ARM v7a

We now have a set of bash scripts which accomplish this task, in case
anyone else is interested.

There are several caveats:

1) We've only tested the build scripts on Linux, specifically the
OpenSuse and Centos distros, as that's the environments we work in. We
don't support either Mac or Windows builds.

2) We don't build everything. In particular, we only ported the
minimal set of libraries needed to support all of the elements that we
use, but the framework is now in place for adding more libraries.

3) We've only tested cross compiling to ARM7, although it should be
relatively easy to change the target.

4) We have custom patches in place to support the conversion. Some fix
issues in the libraries, but others are unoffical bug fixes or new
features for some of the elements we rely on. You will probably want
to strip them out.

5) We only compile down to the individual libraries. Pulling them
altogether and linking them with gstreamer_android.c is something we
left up to Android Studio, for maximum flexibility, but we can supply
our Android.mk file for building the final library.

I don't know if these scripts will be of use to anyone else, but it
took a few months of development and testing to get them working, so
we're willing to release them, with minimal documentation or
handholding.

So, this is far from a final solution, but if someone needs a
quick-and-dirty clang conversion for gstreamer, here it is.

--
Stirling Westrup
Programmer, Entrepreneur.
https://www.linkedin.com/e/fpf/77228
http://www.linkedin.com/in/swestrup
http://technaut.livejournal.com
http://sourceforge.net/users/stirlingwestrup


------------------------------

Message: 4
Date: Fri, 8 Jun 2018 08:02:50 +1000
From: James Cameron <quozl at laptop.org<mailto:quozl at laptop.org>>
To: gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
Subject: RFC: GStreamer eSpeak plugin, getting old
Message-ID: <20180607220250.GC18217 at us.netrek.org<mailto:20180607220250.GC18217 at us.netrek.org>>
Content-Type: text/plain; charset=us-ascii

G'day,

I'm looking for general help from plugin experts.

The Sugar learning environment for children uses the GStreamer eSpeak
plugin, through PyGObject and command line;

    gst-launch-1.0 espeak text="hello world" ! autoaudiosink

The plugin works, but is really old code, has compilation warnings,
run-time warnings, and perhaps a few problems yet to be discovered.
The warnings are easy to reproduce.

Source repository is

    https://github.com/sugarlabs/gst-plugins-espeak

On Fedora the package is gstreamer-plugins-espeak.

On Debian and Ubuntu the package is gstreamer1.0-espeak.

Thanks for reading!

--
James Cameron
http://quozl.netrek.org/


------------------------------

Message: 5
Date: Thu, 07 Jun 2018 18:17:36 -0400
From: Nicolas Dufresne <nicolas at ndufresne.ca<mailto:nicolas at ndufresne.ca>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: RFC: GStreamer eSpeak plugin, getting old
Message-ID:
        <513678ed8c35eec51390f04a39ac5a82b9028ec1.camel at ndufresne.ca<mailto:513678ed8c35eec51390f04a39ac5a82b9028ec1.camel at ndufresne.ca>>
Content-Type: text/plain; charset="UTF-8"

Le vendredi 08 juin 2018 à 08:02 +1000, James Cameron a écrit :
> G'day,
>
> I'm looking for general help from plugin experts.
>
> The Sugar learning environment for children uses the GStreamer eSpeak
> plugin, through PyGObject and command line;
>
>     gst-launch-1.0 espeak text="hello world" ! autoaudiosink
>
> The plugin works, but is really old code, has compilation warnings,
> run-time warnings, and perhaps a few problems yet to be discovered.
> The warnings are easy to reproduce.
>
> Source repository is
>
>     https://github.com/sugarlabs/gst-plugins-espeak
>
> On Fedora the package is gstreamer-plugins-espeak.
>
> On Debian and Ubuntu the package is gstreamer1.0-espeak.

Quick question, why is this spawning a separate process ?

>
> Thanks for reading!
>


------------------------------

Message: 6
Date: Thu, 07 Jun 2018 18:18:26 -0400
From: Nicolas Dufresne <nicolas at ndufresne.ca<mailto:nicolas at ndufresne.ca>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: RFC: GStreamer eSpeak plugin, getting old
Message-ID:
        <aab01676276c43c4c17231879ff3dde58abd080f.camel at ndufresne.ca<mailto:aab01676276c43c4c17231879ff3dde58abd080f.camel at ndufresne.ca>>
Content-Type: text/plain; charset="UTF-8"

Le vendredi 08 juin 2018 à 08:02 +1000, James Cameron a écrit :
> G'day,
>
> I'm looking for general help from plugin experts.
>
> The Sugar learning environment for children uses the GStreamer eSpeak
> plugin, through PyGObject and command line;
>
>     gst-launch-1.0 espeak text="hello world" ! autoaudiosink
>
> The plugin works, but is really old code, has compilation warnings,
> run-time warnings, and perhaps a few problems yet to be discovered.
> The warnings are easy to reproduce.
>
> Source repository is
>
>     https://github.com/sugarlabs/gst-plugins-espeak

Also, most of the code is missing a copyright assignment to make the
license valid. Any idea ?

>
> On Fedora the package is gstreamer-plugins-espeak.
>
> On Debian and Ubuntu the package is gstreamer1.0-espeak.
>
> Thanks for reading!
>


------------------------------

Message: 7
Date: Fri, 8 Jun 2018 08:35:30 +1000
From: James Cameron <quozl at laptop.org<mailto:quozl at laptop.org>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: Re: RFC: GStreamer eSpeak plugin, getting old
Message-ID: <20180607223530.GD18217 at us.netrek.org<mailto:20180607223530.GD18217 at us.netrek.org>>
Content-Type: text/plain; charset=iso-8859-1

On Thu, Jun 07, 2018 at 06:17:36PM -0400, Nicolas Dufresne wrote:
On Thu, Jun 07, 2018 at 06:18:26PM -0400, Nicolas Dufresne wrote:
> Le vendredi 08 juin 2018 à 08:02 +1000, James Cameron a écrit :
> > G'day,
> >
> > I'm looking for general help from plugin experts.
> >
> > The Sugar learning environment for children uses the GStreamer eSpeak
> > plugin, through PyGObject and command line;
> >
> >     gst-launch-1.0 espeak text="hello world" ! autoaudiosink
> >
> > The plugin works, but is really old code, has compilation warnings,
> > run-time warnings, and perhaps a few problems yet to be discovered.
> > The warnings are easy to reproduce.
> >
> > Source repository is
> >
> >     https://github.com/sugarlabs/gst-plugins-espeak
>
> Also, most of the code is missing a copyright assignment to make the
> license valid. Any idea ?

You're right.  I've noted that.  I'll contact the AUTHORS.

> > On Fedora the package is gstreamer-plugins-espeak.
> >
> > On Debian and Ubuntu the package is gstreamer1.0-espeak.
>
> Quick question, why is this spawning a separate process ?

I don't know, sorry.

> >
> > Thanks for reading!
> >
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
> https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

--
James Cameron
http://quozl.netrek.org/


------------------------------

Message: 8
Date: Thu, 7 Jun 2018 17:50:50 -0700 (MST)
From: Andrew Silby <asilby at yahoo.com<mailto:asilby at yahoo.com>>
To: gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
Subject: Re: Syncing two streams
Message-ID: <1528419050896-0.post at n4.nabble.com<mailto:1528419050896-0.post at n4.nabble.com>>
Content-Type: text/plain; charset=us-ascii

So I've looked into this further and I think there's maybe a bug in x264enc.

If I run
gst-launch-1.0 videotestsrc is-live=true do-timestamp=true num-buffers=1 !
video/x-raw ! identity silent=false name=first ! x264enc ! video/x-h264 !
identity name=second silent=false !  fakesink -v

then the dts and pts are changed and reset by the x264enc. I don't think
this is correct as I would have thought that the pts should stay the same.

The output of identity "first" is:
******* (first:sink) (115200 bytes, dts: 0:00:00.011741158, pts:
0:00:00.005870579, duration: 0:00:00.033333333

The output of identity "second" which is post x264enc is:
******* (second:sink) (5795 bytes, dts: 1000:00:00.000000000, pts:
1000:00:00.000000000, duration: 0:00:00.033333333

I've looked at other encoders and they keep the pts as you would expect.

This would explain why the streams don't sync correctly. Can anyone explain
the behaviour?

Thanks very much.
Andy



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


------------------------------

Message: 9
Date: Thu, 7 Jun 2018 22:27:58 -0400
From: John Hanks <jhanks at vsicorp.com<mailto:jhanks at vsicorp.com>>
To: Discussion of the development of and with GStreamer
        <gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>>
Subject: h265 encoding with gstreamer
Message-ID: <9677a2b2-843c-a2c2-9fcb-87530c18d3d3 at vsicorp.com<mailto:9677a2b2-843c-a2c2-9fcb-87530c18d3d3 at vsicorp.com>>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

I have a pipeline that encodes video and audio from a web-cam into a .ts
file using h264.  I'm trying to change it to use h265 and getting the error:

ERROR: from element /GstPipeline:pipeline0/GstX265Enc:x265enc0: Encode x265 failed. Additional debug info: gstx265enc.c(801):
gst_x265_enc_set_level_tier_and_profile (): /GstPipeline:pipeline0/GstX265Enc:x265enc0: Failed to find correct
level, tier or profile in VPS

The full pipeline is:

gst-launch-1.0 -v --gst-debug=*:4 -e mpegtsmux name=mux ! filesink
location=/tmp/pipe.ts pulsesrc device="alsa_input.usb-046d_081b_3E0DAD90-02.analog-mono" ! audio/x-raw,
format=S16LE,rate=48000,channels=2 ! queue ! audioresample ! audioconvert ! queue max-size-time=3000000000 ! voaacenc ! mux. v4l2src
device="/dev/video0" ! queue ! videoscale ! video/x-raw,width=1920,height=1080,framerate=30/1 ! queue ! videoconvert
! queue ! x265enc speed-preset=2 ! mux.

I've attached the full output with debug set to 4.  The error first occurs at line 577.

John




-------------- next part --------------



0:00:00.000530718 32415      0x13648c0 INFO                GST_INIT gstmessage.c:127:_priv_gst_message_initialize: init messages
0:00:00.001170595 32415      0x13648c0 INFO                GST_INIT gstcontext.c:84:_priv_gst_context_initialize: init contexts
0:00:00.001531856 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:317:_priv_gst_plugin_initialize: registering 0 static plugins
0:00:00.001682049 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:225:gst_plugin_register_static: registered static plugin "staticelements"
0:00:00.001741506 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:227:gst_plugin_register_static: added static plugin "staticelements", result: 1
0:00:00.001805778 32415      0x13648c0 INFO            GST_REGISTRY gstregistry.c:1727:ensure_current_registry: reading registry cache: /home/vsi/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.023609513 32415      0x13648c0 INFO            GST_REGISTRY gstregistrybinary.c:621:priv_gst_registry_binary_read_cache: loaded /home/vsi/.cache/gstreamer-1.0/registry.x86_64.bin in 0.021727 seconds
0:00:00.023681818 32415      0x13648c0 INFO            GST_REGISTRY gstregistry.c:1583:scan_and_update_registry: Validating plugins from registry cache: /home/vsi/.cache/gstreamer-1.0/registry.x86_64.bin
0:00:00.025576067 32415      0x13648c0 INFO            GST_REGISTRY gstregistry.c:1685:scan_and_update_registry: Registry cache has not changed
0:00:00.025595627 32415      0x13648c0 INFO            GST_REGISTRY gstregistry.c:1762:ensure_current_registry: registry reading and updating done, result = 1
0:00:00.025608448 32415      0x13648c0 INFO                GST_INIT gst.c:807:init_post: GLib runtime version: 2.48.2
0:00:00.025620291 32415      0x13648c0 INFO                GST_INIT gst.c:809:init_post: GLib headers version: 2.48.2
0:00:00.025629456 32415      0x13648c0 INFO                GST_INIT gst.c:810:init_post: initialized GStreamer successfully
0:00:00.025684057 32415      0x13648c0 INFO            GST_PIPELINE gstparse.c:337:gst_parse_launch_full: parsing pipeline description 'mpegtsmux name=mux ! filesink location=/tmp/pipe.ts pulsesrc device=alsa_input.usb-046d_081b_3E0DAD90-02.analog-mono ! audio/x-raw, format=S16LE,rate=48000,channels=2 ! queue ! audioresample ! audioconvert ! queue max-size-time=3000000000 ! voaacenc ! mux. v4l2src device=/dev/video0 ! queue ! videoscale ! video/x-raw,width=1920,height=1080,framerate=30/1 ! queue ! videoconvert ! queue ! x265enc speed-preset=2 ! mux. '
0:00:00.027337856 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstmpegtsmux.so" loaded
0:00:00.027370467 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "mpegtsmux"
0:00:00.027602351 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<MpegTsMux at 0x1534060> adding pad 'src'
0:00:00.028297388 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstcoreelements.so" loaded
0:00:00.028319682 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "filesink"
0:00:00.028443591 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSink at 0x154b810> adding pad 'sink'
0:00:00.028477731 32415      0x13648c0 INFO                filesink gstfilesink.c:294:gst_file_sink_set_location:<filesink0> filename : /tmp/pipe.ts
0:00:00.028491659 32415      0x13648c0 INFO                filesink gstfilesink.c:295:gst_file_sink_set_location:<filesink0> uri      : file:///tmp/pipe.ts<file:///\\tmp\pipe.ts>
0:00:00.031794087 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstpulseaudio.so" loaded
0:00:00.031819591 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "pulsesrc"
0:00:00.032040623 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSrc at 0x1559df0> adding pad 'src'
0:00:00.032166778 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:00.032301971 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e020> adding pad 'sink'
0:00:00.032333190 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e020> adding pad 'src'
0:00:00.032575581 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstaudioresample.so" loaded
0:00:00.032591129 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "audioresample"
0:00:00.032727245 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15647a0> adding pad 'sink'
0:00:00.032756634 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15647a0> adding pad 'src'
0:00:00.032959342 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstaudioconvert.so" loaded
0:00:00.032975370 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "audioconvert"
0:00:00.033093316 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15684e0> adding pad 'sink'
0:00:00.033117846 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15684e0> adding pad 'src'
0:00:00.033146920 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:00.033177550 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e320> adding pad 'sink'
0:00:00.033205885 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e320> adding pad 'src'
0:00:00.033524013 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstvoaacenc.so" loaded
0:00:00.033540119 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "voaacenc"
0:00:00.033647652 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstAudioEncoder at 0x156dd30> adding pad 'sink'
0:00:00.033684301 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstAudioEncoder at 0x156dd30> adding pad 'src'
0:00:00.034162091 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstvideo4linux2.so" loaded
0:00:00.034177886 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "v4l2src"
0:00:00.034909238 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseSrc at 0x157c120> adding pad 'src'
0:00:00.034939422 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:00.034970863 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e620> adding pad 'sink'
0:00:00.035002161 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e620> adding pad 'src'
0:00:00.035208038 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstvideoscale.so" loaded
0:00:00.035223305 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "videoscale"
0:00:00.035370070 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15809c0> adding pad 'sink'
0:00:00.035394378 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15809c0> adding pad 'src'
0:00:00.035438940 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:00.035474303 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e920> adding pad 'sink'
0:00:00.035503662 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155e920> adding pad 'src'
0:00:00.035693268 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstvideoconvert.so" loaded
0:00:00.035709123 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "videoconvert"
0:00:00.035955197 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x158bd00> adding pad 'sink'
0:00:00.035979561 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x158bd00> adding pad 'src'
0:00:00.036002362 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "queue"
0:00:00.036040548 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155ec20> adding pad 'sink'
0:00:00.036068940 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstQueue at 0x155ec20> adding pad 'src'
0:00:00.039327980 32415      0x13648c0 INFO                 x265enc gstx265enc.c:1284:plugin_init: x265 build: 79
0:00:00.039380094 32415      0x13648c0 INFO      GST_PLUGIN_LOADING gstplugin.c:901:_priv_gst_plugin_load_file_for_registry: plugin "/usr/local/lib/gstreamer-1.0/libgstx265.so" loaded
0:00:00.039395758 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "x265enc"
0:00:00.039551498 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstVideoEncoder at 0x15a7110> adding pad 'sink'
0:00:00.039581573 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstVideoEncoder at 0x15a7110> adding pad 'src'
0:00:00.039650870 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "pipeline"
0:00:00.039832128 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of MpegTsMux named mux to some pad of GstFileSink named filesink0 (0/0) with caps "(NULL)"
0:00:00.039852424 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element mux:(any) to element filesink0:(any)
0:00:00.039869501 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link mux:src and filesink0:sink
0:00:00.039904396 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: mux and filesink0 in same bin, no need for ghost pads
0:00:00.039933350 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link mux:src and filesink0:sink
0:00:00.039959836 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked mux:src and filesink0:sink, successful
0:00:00.039973299 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.039985753 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<mux:src> Received event on flushing pad. Discarding
0:00:00.040019207 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstPulseSrc named pulsesrc0 to some pad of GstQueue named queue0 (0/0) with caps "audio/x-raw, format=(string)S16LE, rate=(int)48000, channels=(int)2"
0:00:00.040039922 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "capsfilter"
0:00:00.040122558 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15ae2d0> adding pad 'sink'
0:00:00.040150556 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15ae2d0> adding pad 'src'
0:00:00.040170705 32415      0x13648c0 INFO              GST_STATES gstbin.c:2087:gst_bin_get_state_func:<pipeline0> getting state
0:00:00.040207114 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to NULL
0:00:00.040225808 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.040256281 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element pulsesrc0:(any) to element capsfilter0:sink
0:00:00.040270220 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter0:sink
0:00:00.040292521 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: pulsesrc0 and capsfilter0 in same bin, no need for ghost pads
0:00:00.040309944 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link pulsesrc0:src and capsfilter0:sink
0:00:00.040329591 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<capsfilter0:src> pad has no peer
0:00:00.040351637 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked pulsesrc0:src and capsfilter0:sink, successful
0:00:00.040362865 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.040374887 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<pulsesrc0:src> Received event on flushing pad. Discarding
0:00:00.040395258 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element capsfilter0:src to element queue0:(any)
0:00:00.040409628 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter0:src
0:00:00.040424298 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link capsfilter0:src and queue0:sink
0:00:00.040452476 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue0:src> pad has no peer
0:00:00.040469812 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: capsfilter0 and queue0 in same bin, no need for ghost pads
0:00:00.040487704 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link capsfilter0:src and queue0:sink
0:00:00.040517018 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue0:src> pad has no peer
0:00:00.040536454 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked capsfilter0:src and queue0:sink, successful
0:00:00.040547270 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.040558242 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<capsfilter0:src> Received event on flushing pad. Discarding
0:00:00.040581039 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue0 to some pad of GstAudioResample named audioresample0 (0/0) with caps "(NULL)"
0:00:00.040595304 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue0:(any) to element audioresample0:(any)
0:00:00.040610694 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue0:src and audioresample0:sink
0:00:00.040636903 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<audioresample0:src> pad has no peer
0:00:00.040757460 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue0 and audioresample0 in same bin, no need for ghost pads
0:00:00.040779937 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link queue0:src and audioresample0:sink
0:00:00.040809443 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<audioresample0:src> pad has no peer
0:00:00.040928038 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked queue0:src and audioresample0:sink, successful
0:00:00.040939648 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.040950909 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<queue0:src> Received event on flushing pad. Discarding
0:00:00.040974880 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstAudioResample named audioresample0 to some pad of GstAudioConvert named audioconvert0 (0/0) with caps "(NULL)"
0:00:00.040989569 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element audioresample0:(any) to element audioconvert0:(any)
0:00:00.041004887 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link audioresample0:src and audioconvert0:sink
0:00:00.041022036 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<audioconvert0:src> pad has no peer
0:00:00.041053563 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.041095669 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: audioresample0 and audioconvert0 in same bin, no need for ghost pads
0:00:00.041114040 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link audioresample0:src and audioconvert0:sink
0:00:00.041129993 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<audioconvert0:src> pad has no peer
0:00:00.041158767 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.041199657 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked audioresample0:src and audioconvert0:sink, successful
0:00:00.041211162 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.041223163 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<audioresample0:src> Received event on flushing pad. Discarding
0:00:00.041245217 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstAudioConvert named audioconvert0 to some pad of GstQueue named queue1 (0/0) with caps "(NULL)"
0:00:00.041259437 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element audioconvert0:(any) to element queue1:(any)
0:00:00.041275266 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link audioconvert0:src and queue1:sink
0:00:00.041376712 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.041481008 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue1:src> pad has no peer
0:00:00.041499770 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: audioconvert0 and queue1 in same bin, no need for ghost pads
0:00:00.041516967 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link audioconvert0:src and queue1:sink
0:00:00.041618260 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.041722736 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue1:src> pad has no peer
0:00:00.041741966 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked audioconvert0:src and queue1:sink, successful
0:00:00.041752474 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.041763938 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<audioconvert0:src> Received event on flushing pad. Discarding
0:00:00.041794058 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue1 to some pad of GstVoAacEnc named voaacenc0 (0/0) with caps "(NULL)"
0:00:00.041809002 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue1:(any) to element voaacenc0:(any)
0:00:00.041824077 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue1:src and voaacenc0:sink
0:00:00.041931606 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.042039240 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<voaacenc0:src> pad has no peer
0:00:00.042109257 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue1 and voaacenc0 in same bin, no need for ghost pads
0:00:00.042127388 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link queue1:src and voaacenc0:sink
0:00:00.042229675 32415      0x13648c0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int)[ 1, 2147483647 ], channels=(int)[ 1, 2147483647 ], layout=(string)interleaved;
0:00:00.042333585 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<voaacenc0:src> pad has no peer
0:00:00.042396683 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked queue1:src and voaacenc0:sink, successful
0:00:00.042408094 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.042419341 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<queue1:src> Received event on flushing pad. Discarding
0:00:00.042439163 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:4466:gst_bin_get_by_name: [pipeline0]: looking up child element mux
0:00:00.042475929 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstVoAacEnc named voaacenc0 to pad  mux of MpegTsMux named mux (0/0) with caps "(NULL)"
0:00:00.042495695 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element voaacenc0:(any) to element mux:(any)
0:00:00.042540280 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<mux> adding pad 'sink_65'
0:00:00.042567951 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: voaacenc0 and mux in same bin, no need for ghost pads
0:00:00.042585951 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link voaacenc0:src and mux:sink_65
0:00:00.042615693 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked voaacenc0:src and mux:sink_65, successful
0:00:00.042626576 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.042638163 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<voaacenc0:src> Received event on flushing pad. Discarding
0:00:00.042661353 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstV4l2Src named v4l2src0 to some pad of GstQueue named queue2 (0/0) with caps "(NULL)"
0:00:00.042676436 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element v4l2src0:(any) to element queue2:(any)
0:00:00.042693139 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link v4l2src0:src and queue2:sink
0:00:00.042713967 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue2:src> pad has no peer
0:00:00.042730774 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: v4l2src0 and queue2 in same bin, no need for ghost pads
0:00:00.042748662 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link v4l2src0:src and queue2:sink
0:00:00.042765792 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue2:src> pad has no peer
0:00:00.042783271 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked v4l2src0:src and queue2:sink, successful
0:00:00.042798200 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.042811232 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<v4l2src0:src> Received event on flushing pad. Discarding
0:00:00.042841048 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue2 to some pad of GstVideoScale named videoscale0 (0/0) with caps "(NULL)"
0:00:00.042855928 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue2:(any) to element videoscale0:(any)
0:00:00.042874206 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue2:src and videoscale0:sink
0:00:00.042894329 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<videoscale0:src> pad has no peer
0:00:00.044835971 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue2 and videoscale0 in same bin, no need for ghost pads
0:00:00.044855486 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link queue2:src and videoscale0:sink
0:00:00.044875515 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<videoscale0:src> pad has no peer
0:00:00.046795549 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked queue2:src and videoscale0:sink, successful
0:00:00.046807362 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.046819032 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<queue2:src> Received event on flushing pad. Discarding
0:00:00.046852115 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstVideoScale named videoscale0 to some pad of GstQueue named queue3 (0/0) with caps "video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1"
0:00:00.046872436 32415      0x13648c0 INFO     GST_ELEMENT_FACTORY gstelementfactory.c:361:gst_element_factory_create: creating element "capsfilter"
0:00:00.046901660 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15ae610> adding pad 'sink'
0:00:00.046928094 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<GstBaseTransform at 0x15ae610> adding pad 'src'
0:00:00.046947673 32415      0x13648c0 INFO              GST_STATES gstbin.c:2087:gst_bin_get_state_func:<pipeline0> getting state
0:00:00.046987769 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to NULL
0:00:00.047003316 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.047020844 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element videoscale0:(any) to element capsfilter1:sink
0:00:00.047039752 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter1:sink
0:00:00.047059192 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: videoscale0 and capsfilter1 in same bin, no need for ghost pads
0:00:00.047076262 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link videoscale0:src and capsfilter1:sink
0:00:00.047807772 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<capsfilter1:src> pad has no peer
0:00:00.047834919 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked videoscale0:src and capsfilter1:sink, successful
0:00:00.047846645 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.047858027 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<videoscale0:src> Received event on flushing pad. Discarding
0:00:00.047876938 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element capsfilter1:src to element queue3:(any)
0:00:00.047889910 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:920:gst_element_get_static_pad: found pad capsfilter1:src
0:00:00.047912354 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link capsfilter1:src and queue3:sink
0:00:00.048701363 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue3:src> pad has no peer
0:00:00.048721876 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: capsfilter1 and queue3 in same bin, no need for ghost pads
0:00:00.048739565 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link capsfilter1:src and queue3:sink
0:00:00.049466308 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue3:src> pad has no peer
0:00:00.049486731 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked capsfilter1:src and queue3:sink, successful
0:00:00.049497591 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.049509044 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<capsfilter1:src> Received event on flushing pad. Discarding
0:00:00.049534180 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue3 to some pad of GstVideoConvert named videoconvert0 (0/0) with caps "(NULL)"
0:00:00.049549267 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue3:(any) to element videoconvert0:(any)
0:00:00.049564466 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue3:src and videoconvert0:sink
0:00:00.050296606 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<videoconvert0:src> pad has no peer
0:00:00.051370034 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue3 and videoconvert0 in same bin, no need for ghost pads
0:00:00.051393636 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link queue3:src and videoconvert0:sink
0:00:00.052129395 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<videoconvert0:src> pad has no peer
0:00:00.053190433 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked queue3:src and videoconvert0:sink, successful
0:00:00.053202917 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.053214377 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<queue3:src> Received event on flushing pad. Discarding
0:00:00.053242221 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstVideoConvert named videoconvert0 to some pad of GstQueue named queue4 (0/0) with caps "(NULL)"
0:00:00.053257139 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element videoconvert0:(any) to element queue4:(any)
0:00:00.053273031 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link videoconvert0:src and queue4:sink
0:00:00.054533294 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue4:src> pad has no peer
0:00:00.054555914 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: videoconvert0 and queue4 in same bin, no need for ghost pads
0:00:00.054573805 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link videoconvert0:src and queue4:sink
0:00:00.055833190 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<queue4:src> pad has no peer
0:00:00.055856651 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked videoconvert0:src and queue4:sink, successful
0:00:00.055867938 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.055879796 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<videoconvert0:src> Received event on flushing pad. Discarding
0:00:00.055906718 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstQueue named queue4 to some pad of GstX265Enc named x265enc0 (0/0) with caps "(NULL)"
0:00:00.055921504 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element queue4:(any) to element x265enc0:(any)
0:00:00.055936632 32415      0x13648c0 INFO                GST_PADS gstutils.c:1035:gst_pad_check_link: trying to link queue4:src and x265enc0:sink
0:00:00.057209296 32415      0x13648c0 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:00.057226133 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<x265enc0:src> pad has no peer
0:00:00.057261054 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: queue4 and x265enc0 in same bin, no need for ghost pads
0:00:00.057279054 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link queue4:src and x265enc0:sink
0:00:00.058546558 32415      0x13648c0 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:00.058563009 32415      0x13648c0 INFO                GST_PADS gstpad.c:4244:gst_pad_peer_query:<x265enc0:src> pad has no peer
0:00:00.058599343 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked queue4:src and x265enc0:sink, successful
0:00:00.058610440 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.058621859 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<queue4:src> Received event on flushing pad. Discarding
0:00:00.058640556 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:4466:gst_bin_get_by_name: [pipeline0]: looking up child element mux
0:00:00.058680108 32415      0x13648c0 INFO            GST_PIPELINE grammar.y:652:gst_parse_perform_link: linking some pad of GstX265Enc named x265enc0 to pad  mux of MpegTsMux named mux (0/0) with caps "(NULL)"
0:00:00.058694850 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstutils.c:1774:gst_element_link_pads_full: trying to link element x265enc0:(any) to element mux:(any)
0:00:00.058736239 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:670:gst_element_add_pad:<mux> adding pad 'sink_66'
0:00:00.058753684 32415      0x13648c0 INFO                GST_PADS gstutils.c:1588:prepare_link_maybe_ghosting: x265enc0 and mux in same bin, no need for ghost pads
0:00:00.058770964 32415      0x13648c0 INFO                GST_PADS gstpad.c:2379:gst_pad_link_prepare: trying to link x265enc0:src and mux:sink_66
0:00:00.058791312 32415      0x13648c0 INFO                GST_PADS gstpad.c:2587:gst_pad_link_full: linked x265enc0:src and mux:sink_66, successful
0:00:00.058802063 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1517:gst_event_new_reconfigure: creating reconfigure event
0:00:00.058813422 32415      0x13648c0 INFO               GST_EVENT gstpad.c:5803:gst_pad_send_event_unchecked:<x265enc0:src> Received event on flushing pad. Discarding
Setting pipeline to PAUSED ...
0:00:00.058887894 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current NULL pending VOID_PENDING, desired next READY





0:00:31.471735628 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<filesink0> completed state change to READY
0:00:31.471769997 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<filesink0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.471816078 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 2(READY) successfully
0:00:31.471841196 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current NULL pending VOID_PENDING, desired next READY
0:00:31.471860613 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to READY
0:00:31.471874605 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.471893074 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 2(READY) successfully
0:00:31.471912195 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current NULL pending VOID_PENDING, desired next READY
0:00:31.471928935 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to READY
0:00:31.471942526 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.471960578 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 2(READY) successfully
0:00:31.471977720 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current NULL pending VOID_PENDING, desired next READY
0:00:31.471994546 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to READY
0:00:31.472007986 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472025780 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 2(READY) successfully
0:00:31.472043533 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current NULL pending VOID_PENDING, desired next READY
0:00:31.472058155 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to READY
0:00:31.472071505 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472089329 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 2(READY) successfully
0:00:31.472106631 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current NULL pending VOID_PENDING, desired next READY
0:00:31.472121324 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to READY
0:00:31.472134685 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472154137 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 2(READY) successfully
0:00:31.472172182 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472187261 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to READY
0:00:31.472200600 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472218769 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 2(READY) successfully
0:00:31.472235982 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472250671 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to READY
0:00:31.472276445 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472299211 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 2(READY) successfully
0:00:31.472316795 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472331372 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to READY
0:00:31.472344602 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472362452 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 2(READY) successfully
0:00:31.472379503 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current NULL pending VOID_PENDING, desired next READY
0:00:31.472393814 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to READY
0:00:31.472406920 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472424526 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 2(READY) successfully
0:00:31.472441203 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472455584 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to READY
0:00:31.472468473 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472486458 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 2(READY) successfully
0:00:31.472503727 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current NULL pending VOID_PENDING, desired next READY
0:00:31.472518285 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to READY
0:00:31.472531388 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472548923 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 2(READY) successfully
0:00:31.472565877 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472580195 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to READY
0:00:31.472593376 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472611016 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
0:00:31.472627813 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current NULL pending VOID_PENDING, desired next READY
0:00:31.472642434 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to READY
0:00:31.472655492 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.472672971 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 2(READY) successfully
0:00:31.472688170 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<pulsesrc0> current NULL pending VOID_PENDING, desired next READY
0:00:31.474638332 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to READY
0:00:31.474662298 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.474690525 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 2(READY) successfully
0:00:31.474714127 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current NULL pending VOID_PENDING, desired next READY
0:00:31.474730718 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to READY
0:00:31.474744979 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.474764254 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 2(READY) successfully
0:00:31.474781411 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<v4l2src0> current NULL pending VOID_PENDING, desired next READY
0:00:31.536910189 32415      0x13648c0 INFO                    v4l2 v4l2_calls.c:596:gst_v4l2_open:<v4l2src0:src> Opened device 'UVC Camera (046d:081b)' (/dev/video0) successfully
0:00:31.536955816 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to READY
0:00:31.536981305 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed NULL to READY (VOID_PENDING pending)
0:00:31.537018438 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 2(READY) successfully
0:00:31.537057419 32415      0x13648c0 INFO              GST_STATES gstelement.c:2651:gst_element_continue_state:<pipeline0> committing state from NULL to READY, pending PAUSED, next PAUSED
0:00:31.537078510 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed NULL to READY (PAUSED pending)
0:00:31.537139853 32415      0x13648c0 INFO              GST_STATES gstelement.c:2658:gst_element_continue_state:<pipeline0> continue state change READY to PAUSED, final PAUSED
0:00:31.537202602 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.537241299 32415      0x13648c0 INFO              GST_STATES gstbin.c:2958:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PAUSED
0:00:31.537268862 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.537309887 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to PAUSED
0:00:31.537330895 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.537363052 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 3(PAUSED) successfully
0:00:31.537389445 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.537528271 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to PAUSED
0:00:31.537550734 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.537579962 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 3(PAUSED) successfully
0:00:31.537606572 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.537641410 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to PAUSED
0:00:31.537662500 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.537690243 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 3(PAUSED) successfully
0:00:31.537715777 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.537758547 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x15418b0 on task 0x15433b0
0:00:31.537778249 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<queue1:src> created task 0x15433b0
0:00:31.537885999 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to PAUSED
0:00:31.537911158 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.537941463 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 3(PAUSED) successfully
0:00:31.537970732 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538015927 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x15718f0 on task 0x15434d0
0:00:31.538034944 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<queue4:src> created task 0x15434d0
0:00:31.538114778 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to PAUSED
0:00:31.538141644 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538175012 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 3(PAUSED) successfully
0:00:31.538202458 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538235065 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to PAUSED
0:00:31.538257066 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538285855 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 3(PAUSED) successfully
0:00:31.538311971 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538342429 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to PAUSED
0:00:31.538363890 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538391573 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 3(PAUSED) successfully
0:00:31.538417369 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538448645 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to PAUSED
0:00:31.538470099 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538497763 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 3(PAUSED) successfully
0:00:31.538524002 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538560404 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x1570fb0 on task 0x15435f0
0:00:31.538579611 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<queue3:src> created task 0x15435f0
0:00:31.538656697 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to PAUSED
0:00:31.538681425 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538713893 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 3(PAUSED) successfully
0:00:31.538740507 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.538775877 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x1540ad0 on task 0x1543710
0:00:31.538795614 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<queue0:src> created task 0x1543710
0:00:31.538882075 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PAUSED
0:00:31.538906754 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.538939027 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 3(PAUSED) successfully
0:00:31.538966563 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539002103 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to PAUSED
0:00:31.539023182 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.539051104 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 3(PAUSED) successfully
0:00:31.539077925 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539108506 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
0:00:31.539129484 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.539157610 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
0:00:31.539183414 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539214318 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to PAUSED
0:00:31.539234988 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.539262513 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 3(PAUSED) successfully
0:00:31.539286484 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<pulsesrc0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539340098 32415      0x13648c0 INFO                 basesrc gstbasesrc.c:1358:gst_base_src_do_seek:<pulsesrc0> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:31.539375063 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x1540630 on task 0x1543830
0:00:31.539393829 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<pulsesrc0:src> created task 0x1543830
0:00:31.539475782 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to PAUSED
0:00:31.539501417 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.539537332 32415      0x15ac4a0 INFO        GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad 'sink' in element "pulsesrc0"
0:00:31.539609647 32415      0x15ac4a0 FIXME                default gstutils.c:3963:gst_pad_create_stream_id_internal:<pulsesrc0:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:31.539616052 32415      0x13648c0 INFO              GST_STATES gstbin.c:2995:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 3(PAUSED) successfully without preroll
0:00:31.539670856 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539718301 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x1570670 on task 0x1543950
0:00:31.539738649 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<queue2:src> created task 0x1543950
0:00:31.539831136 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to PAUSED
0:00:31.539854784 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.539890522 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 3(PAUSED) successfully
0:00:31.539916382 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<v4l2src0> current READY pending VOID_PENDING, desired next PAUSED
0:00:31.539964949 32415      0x13648c0 INFO                 basesrc gstbasesrc.c:1358:gst_base_src_do_seek:<v4l2src0> seeking: time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:31.539999018 32415      0x13648c0 INFO                    task gsttask.c:457:gst_task_set_lock: setting stream lock 0x15701d0 on task 0x1543a70
0:00:31.540018027 32415      0x13648c0 INFO                GST_PADS gstpad.c:6149:gst_pad_start_task:<v4l2src0:src> created task 0x1543a70
0:00:31.540093441 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to PAUSED
0:00:31.540117182 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
0:00:31.540144558 32415      0x13648c0 INFO              GST_STATES gstbin.c:2995:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 3(PAUSED) successfully without preroll
0:00:31.540174794 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to PAUSED
0:00:31.540197088 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
0:00:31.541924820 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1388:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:31.541983036 32415      0x13648c0 INFO                     bin gstbin.c:2781:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:31.542029904 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current READY pending PAUSED, desired next PLAYING
0:00:31.542051755 32415      0x13648c0 INFO              GST_STATES gstbin.c:2958:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PLAYING
0:00:31.542077773 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542101278 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to PLAYING
0:00:31.542121862 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542150138 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 4(PLAYING) successfully
0:00:31.542176343 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542200696 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to PLAYING
0:00:31.542221895 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542250485 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 4(PLAYING) successfully
0:00:31.542276919 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542301126 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to PLAYING
0:00:31.542322002 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542350435 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 4(PLAYING) successfully
0:00:31.542373794 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542393024 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to PLAYING
0:00:31.542413473 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542440729 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 4(PLAYING) successfully
0:00:31.542465726 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542487608 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to PLAYING
0:00:31.542507659 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542535035 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 4(PLAYING) successfully
0:00:31.542560479 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542583369 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to PLAYING
0:00:31.542601636 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542626063 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 4(PLAYING) successfully
0:00:31.542648927 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542670580 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to PLAYING
0:00:31.542690725 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542718194 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 4(PLAYING) successfully
0:00:31.542743710 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542765599 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to PLAYING
0:00:31.542785684 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542812459 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 4(PLAYING) successfully
0:00:31.542837986 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542859560 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to PLAYING
0:00:31.542879574 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542906248 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 4(PLAYING) successfully
0:00:31.542931272 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.542952677 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PLAYING
0:00:31.542972575 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.542999392 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 4(PLAYING) successfully
0:00:31.543024348 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.554287971 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to PLAYING
0:00:31.554318759 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.543165916 32415      0x15ac6d0 INFO        GST_ELEMENT_PADS gstelement.c:917:gst_element_get_static_pad: no such pad 'sink' in element "v4l2src0"
0:00:31.554361022 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 4(PLAYING) successfully
0:00:31.554414775 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.554439443 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PLAYING
0:00:31.554460293 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.554487609 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 4(PLAYING) successfully
0:00:31.554510161 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.554531180 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to PLAYING
0:00:31.554546653 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:1193:gst_v4l2_object_fill_format_list:<v4l2src0:src> got 2 format(s):
0:00:31.554550069 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.554613869 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 4(PLAYING) successfully
0:00:31.554646607 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to PLAYING
0:00:31.554671394 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.554703109 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 4(PLAYING) successfully
0:00:31.554736221 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:31.554753745 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to PLAYING
0:00:31.554771839 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.554803434 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 4(PLAYING) successfully
0:00:31.554831311 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to PLAYING
0:00:31.554575753 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:1199:gst_v4l2_object_fill_format_list:<v4l2src0:src>   YUYV
0:00:31.554885972 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:31.554918946 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 4(PLAYING) successfully
0:00:31.554891091 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:1199:gst_v4l2_object_fill_format_list:<v4l2src0:src>   MJPG
New clock: GstPulseSrcClock
0:00:31.554707402 32415      0x15ac4a0 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, channels=(int)1, layout=(string)interleaved;
0:00:31.556119290 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:4133:gst_v4l2_object_probe_caps:<v4l2src0:src> probed caps: video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)960, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/2, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)1184, height=(int)656, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)960, height=(int)544, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)752, height=(int)416, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)544, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)320, height=(int)176, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; video/x-raw, format=(string)YUY2, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)1280, height=(int)960, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)1280, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)1184, height=(int)656, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)960, height=(int)720, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)1024, height=(int)576, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)960, height=(int)544, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)800, height=(int)600, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)864, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)800, height=(int)448, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)752, height=(int)416, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)640, height=(int)480, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)640, height=(int)360, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)544, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)432, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)352, height=(int)288, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)320, height=(int)240, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)320, height=(int)176, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)176, height=(int)144, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }; image/jpeg, width=(int)160, height=(int)120, pixel-aspect-ratio=(fraction)1/1, framerate=(fraction){ 30/1, 25/1, 20/1, 15/1, 10/1, 5/1 }
0:00:31.556230498 32415      0x15ac6d0 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:31.557336562 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1522:gst_pulsesrc_prepare:<pulsesrc0> maxlength: 38400
0:00:31.557354653 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1523:gst_pulsesrc_prepare:<pulsesrc0> tlength:   -1
0:00:31.557372165 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1524:gst_pulsesrc_prepare:<pulsesrc0> prebuf:    0
0:00:31.557385516 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1525:gst_pulsesrc_prepare:<pulsesrc0> minreq:    -1
0:00:31.557403467 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1526:gst_pulsesrc_prepare:<pulsesrc0> fragsize:  1920
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: source-output-index = 28
0:00:32.712510315 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1580:gst_pulsesrc_prepare:<pulsesrc0> maxlength: 38400
0:00:32.712532234 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1582:gst_pulsesrc_prepare:<pulsesrc0> tlength:   -1 (wanted: -1)
0:00:32.712547226 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1583:gst_pulsesrc_prepare:<pulsesrc0> prebuf:    0
0:00:32.712561874 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1585:gst_pulsesrc_prepare:<pulsesrc0> minreq:    -1 (wanted -1)
0:00:32.712576949 32415      0x15ac4a0 INFO                   pulse pulsesrc.c:1587:gst_pulsesrc_prepare:<pulsesrc0> fragsize:  1920 (wanted 1920)
0:00:32.714683316 32415      0x15ac4a0 INFO              ringbuffer gstaudioringbuffer.c:632:gst_audio_ring_buffer_acquire:<audiosrcringbuffer0> Allocating an array for 20 timestamps
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: actual-buffer-time = 200000
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: actual-latency-time = 10000
Redistribute latency...
0:00:32.715080449 32415      0x13648c0 INFO               GST_EVENT gstevent.c:1388:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:32.715143634 32415      0x13648c0 INFO                     bin gstbin.c:2781:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:32.715217697 32415      0x15ac4a0 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:32.715463010 32415      0x15ac4a0 INFO           basetransform gstbasetransform.c:1308:gst_base_transform_setcaps:<capsfilter0> reuse caps
0:00:32.715498309 32415      0x15ac4a0 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstQueue:queue0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:32.716429633 32415      0x154a140 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, layout=(string)interleaved, rate=(int)48000, channels=(int)1;
0:00:32.716484829 32415      0x154a140 INFO               structure gststructure.c:2597:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, layout=(string)interleaved, rate=(int){ 8000, 11025, 12000, 16000, 22050, 24000, 32000, 44100, 48000, 64000, 88200, 96000 }, channels=(int)1;
0:00:32.716799754 32415      0x154a140 INFO           basetransform gstbasetransform.c:1308:gst_base_transform_setcaps:<audioresample0> reuse caps
0:00:32.716895238 32415      0x154a140 INFO         audio-converter audio-converter.c:1215:gst_audio_converter_new: unitsizes: 4 -> 4
0:00:32.716915533 32415      0x154a140 INFO         audio-converter audio-converter.c:617:chain_unpack: unpack format S16LE to S16LE
0:00:32.716956716 32415      0x154a140 INFO         audio-converter audio-converter.c:754:chain_mix: mix format S16LE, passthrough 1, in_channels 2, out_channels 2
0:00:32.716994835 32415      0x154a140 INFO         audio-resampler audio-resampler.c:1536:gst_audio_resampler_update: phase 0 out_rate 48000, in_rate 48000, gcd 48000
0:00:32.717013766 32415      0x154a140 INFO         audio-resampler audio-resampler.c:1542:gst_audio_resampler_update: new phase 0/1
0:00:32.717029415 32415      0x154a140 INFO         audio-resampler audio-resampler.c:1548:gst_audio_resampler_update: have new options, reconfigure filter
0:00:32.717259187 32415      0x154a140 WARN         audio-resampler audio-resampler.c:274:convert_taps_gint16_c: can't find exact taps
0:00:32.717453323 32415      0x154a140 INFO         audio-converter audio-converter.c:841:chain_quantize: depth in 16, out 16
0:00:32.717468624 32415      0x154a140 INFO         audio-converter audio-converter.c:853:chain_quantize: using no dither and noise shaping
0:00:32.717486020 32415      0x154a140 INFO         audio-converter audio-converter.c:888:chain_pack: pack format S16LE to S16LE
0:00:32.717500251 32415      0x154a140 INFO         audio-converter audio-converter.c:1245:gst_audio_converter_new: same formats, and passthrough mixing -> only resampling
0:00:32.717530132 32415      0x154a140 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstAudioResample:audioresample0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
0:00:32.717819961 32415      0x154a140 INFO           basetransform gstbasetransform.c:1308:gst_base_transform_setcaps:<audioconvert0> reuse caps
0:00:32.717857833 32415      0x154a140 INFO         audio-converter audio-converter.c:1215:gst_audio_converter_new: unitsizes: 4 -> 4
0:00:32.717877112 32415      0x154a140 INFO         audio-converter audio-converter.c:617:chain_unpack: unpack format S16LE to S16LE
0:00:32.717908181 32415      0x154a140 INFO         audio-converter audio-converter.c:754:chain_mix: mix format S16LE, passthrough 1, in_channels 2, out_channels 2
0:00:32.717928083 32415      0x154a140 INFO         audio-converter audio-converter.c:841:chain_quantize: depth in 16, out 16
0:00:32.717943353 32415      0x154a140 INFO         audio-converter audio-converter.c:853:chain_quantize: using no dither and noise shaping
0:00:32.717960806 32415      0x154a140 INFO         audio-converter audio-converter.c:888:chain_pack: pack format S16LE to S16LE
0:00:32.717975622 32415      0x154a140 INFO         audio-converter audio-converter.c:1240:gst_audio_converter_new: same formats, no resampler and passthrough mixing -> passthrough
0:00:32.718005281 32415      0x154a140 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstQueue:queue1.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstAudioConvert:audioconvert0.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstAudioResample:audioresample0.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstQueue:queue1.GstPad:src: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstVoAacEnc:voaacenc0.GstPad:sink: caps = audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)48000, channels=(int)2, channel-mask=(bitmask)0x0000000000000003
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: volume = 1
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: mute = false
/GstPipeline:pipeline0/GstPulseSrc:pulsesrc0: current-device = alsa_input.usb-046d_081b_3E0DAD90-02.analog-mono
0:00:32.723553378 32415      0x15ac4a0 INFO               GST_EVENT gstevent.c:895:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:32.723605118 32415      0x15ac4a0 INFO                 basesrc gstbasesrc.c:2945:gst_base_src_loop:<pulsesrc0> marking pending DISCONT
0:00:32.744137141 32415      0x154a370 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event audio/mpeg, mpegversion=(int)4, channels=(int)2, rate=(int)48000, level=(string)2, base-profile=(string)lc, profile=(string)lc, stream-format=(string)adts, framed=(boolean)true
/GstPipeline:pipeline0/GstVoAacEnc:voaacenc0.GstPad:src: caps = audio/mpeg, mpegversion=(int)4, channels=(int)2, rate=(int)48000, level=(string)2, base-profile=(string)lc, profile=(string)lc, stream-format=(string)adts, framed=(boolean)true
/GstPipeline:pipeline0/MpegTsMux:mux.GstPad:sink_65: caps = audio/mpeg, mpegversion=(int)4, channels=(int)2, rate=(int)48000, level=(string)2, base-profile=(string)lc, profile=(string)lc, stream-format=(string)adts, framed=(boolean)true
0:00:32.746593837 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:3611:gst_v4l2_object_set_format_full:<v4l2src0:src> Set capture framerate to 30/1
0:00:32.746624013 32415      0x15ac6d0 INFO                    v4l2 gstv4l2object.c:2928:gst_v4l2_object_setup_pool:<v4l2src0:src> accessing buffers via mode 4
0:00:32.746868850 32415      0x15ac6d0 INFO          v4l2bufferpool gstv4l2bufferpool.c:557:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> increasing minimum buffers to 2
0:00:32.746890671 32415      0x15ac6d0 INFO          v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> reducing maximum buffers to 32
0:00:32.746970101 32415      0x15ac6d0 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:sink: caps = video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstQueue:queue2.GstPad:src: caps = video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
0:00:32.747456381 32415      0x15ac590 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:32.748208347 32415      0x15ac590 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstVideoScale:videoscale0.GstPad:src: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
0:00:32.748403856 32415      0x15ac590 INFO           basetransform gstbasetransform.c:1308:gst_base_transform_setcaps:<capsfilter1> reuse caps
0:00:32.748432349 32415      0x15ac590 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:src: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstQueue:queue3.GstPad:sink: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstQueue:queue3.GstPad:sink: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
0:00:32.748826111 32415      0x15ac770 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
/GstPipeline:pipeline0/GstCapsFilter:capsfilter1.GstPad:sink: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
0:00:32.749026438 32415      0x15ac770 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:32.749137961 32415      0x15ac770 INFO               GST_EVENT gstevent.c:814:gst_event_new_caps: creating caps event video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:32.749193454 32415      0x15ac770 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:src: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:32.749298178 32415      0x154a190 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
/GstPipeline:pipeline0/GstQueue:queue4.GstPad:src: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
/GstPipeline:pipeline0/GstQueue:queue4.GstPad:sink: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:32.758093660 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Encode x265 failed.
0:00:32.758200165 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Failed to find correct level, tier or profile in VPS
0:00:32.758288662 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<x265enc0> posting message: Encode x265 failed.
0:00:32.758402630 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<x265enc0> posted error message: Encode x265 failed.
ERROR: from element /GstPipeline:pipeline0/GstX265Enc:x265enc0: Encode x265 failed.
Additional debug info:
gstx265enc.c(801): gst_x265_enc_set_level_tier_and_profile (): /GstPipeline:pipeline0/GstX265Enc:x265enc0:
Failed to find correct level, tier or profile in VPS
EOS on shutdown enabled -- waiting for EOS after Error
Waiting for EOS...
0:00:32.759464710 32415      0x154a190 WARN            videoencoder gstvideoencoder.c:678:gst_video_encoder_setcaps:<x265enc0> rejected caps video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:32.759508956 32415      0x154a190 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:32.762178148 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Encode x265 failed.
0:00:32.762198845 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Failed to find correct level, tier or profile in VPS
0:00:32.762222136 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<x265enc0> posting message: Encode x265 failed.
ERROR: from element /GstPipeline:pipeline0/GstX265Enc:x265enc0: Encode x265 failed.
Additional debug info:
gstx265enc.c(801): gst_x265_enc_set_level_tier_and_profile (): /GstPipeline:pipeline0/GstX265Enc:x265enc0:
Failed to find correct level, tier or profile in VPS
0:00:32.762359871 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<x265enc0> posted error message: Encode x265 failed.
0:00:32.762992272 32415      0x154a190 WARN            videoencoder gstvideoencoder.c:678:gst_video_encoder_setcaps:<x265enc0> rejected caps video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:32.763027578 32415      0x154a190 WARN                GST_PADS gstpad.c:4238:gst_pad_peer_query:<queue4:src> could not send sticky events
/GstPipeline:pipeline0/GstVideoConvert:videoconvert0.GstPad:sink: caps = video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)3/4, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
/GstPipeline:pipeline0/GstVideoScale:videoscale0.GstPad:sink: caps = video/x-raw, width=(int)640, height=(int)480, framerate=(fraction)30/1, format=(string)YUY2, pixel-aspect-ratio=(fraction)1/1, colorimetry=(string)2:4:7:1, interlace-mode=(string)progressive
0:00:32.763606600 32415      0x15ac6d0 INFO          v4l2bufferpool gstv4l2bufferpool.c:570:gst_v4l2_buffer_pool_set_config:<v4l2src0:pool:src> reducing maximum buffers to 32
0:00:33.810661588 32415      0x15ac6d0 INFO                 v4l2src gstv4l2src.c:949:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.033333333 out ts 0:00:00.064908695
0:00:33.810712794 32415      0x15ac6d0 INFO               GST_EVENT gstevent.c:895:gst_event_new_segment: creating segment event time segment start=0:00:00.000000000, offset=0:00:00.000000000, stop=99:99:99.999999999, rate=1.000000, applied_rate=1.000000, flags=0x00, time=0:00:00.000000000, base=0:00:00.000000000, position 0:00:00.000000000, duration 99:99:99.999999999
0:00:33.810762610 32415      0x15ac6d0 INFO                 basesrc gstbasesrc.c:2945:gst_base_src_loop:<v4l2src0> marking pending DISCONT
0:00:33.812295415 32415      0x154a190 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:33.815433831 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Encode x265 failed.
0:00:33.815465755 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Failed to find correct level, tier or profile in VPS
0:00:33.815499577 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<x265enc0> posting message: Encode x265 failed.
0:00:33.815550701 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<x265enc0> posted error message: Encode x265 failed.
ERROR: from element /GstPipeline:pipeline0/GstX265Enc:x265enc0: Encode x265 failed.
Additional debug info:
gstx265enc.c(801): gst_x265_enc_set_level_tier_and_profile (): /GstPipeline:pipeline0/GstX265Enc:x265enc0:
Failed to find correct level, tier or profile in VPS
0:00:33.816453554 32415      0x154a190 WARN            videoencoder gstvideoencoder.c:678:gst_video_encoder_setcaps:<x265enc0> rejected caps video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:33.824376412 32415      0x15ac590 WARN                  dmabuf gstdmabuf.c:93:gst_dmabuf_mem_unmap:<dmabufallocator2> Using DMABuf without synchronization.
0:00:33.856428298 32415      0x154a190 INFO                 x265enc gstx265enc.c:267:gst_x265_enc_add_x265_chroma_format: This x265 build supports 8-bit depth
0:00:33.858676353 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Encode x265 failed.
0:00:33.858711577 32415      0x154a190 WARN                 x265enc gstx265enc.c:801:gst_x265_enc_set_level_tier_and_profile:<x265enc0> error: Failed to find correct level, tier or profile in VPS
0:00:33.858737561 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<x265enc0> posting message: Encode x265 failed.
0:00:33.858779828 32415      0x154a190 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<x265enc0> posted error message: Encode x265 failed.
ERROR: from element /GstPipeline:pipeline0/GstX265Enc:x265enc0: Encode x265 failed.
Additional debug info:
gstx265enc.c(801): gst_x265_enc_set_level_tier_and_profile (): /GstPipeline:pipeline0/GstX265Enc:x265enc0:
Failed to find correct level, tier or profile in VPS
0:00:33.859361182 32415      0x154a190 WARN            videoencoder gstvideoencoder.c:678:gst_video_encoder_setcaps:<x265enc0> rejected caps video/x-raw, width=(int)1920, height=(int)1080, framerate=(fraction)30/1, pixel-aspect-ratio=(fraction)3/4, interlace-mode=(string)progressive, format=(string)Y444
0:00:33.859400164 32415      0x154a190 INFO                    task gsttask.c:316:gst_task_func:<queue4:src> Task going to paused
0:00:33.878673935 32415      0x15ac6d0 INFO                 v4l2src gstv4l2src.c:949:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.066666666 out ts 0:00:01.096724642
0:00:33.887945553 32415      0x15ac590 WARN                  dmabuf gstdmabuf.c:93:gst_dmabuf_mem_unmap:<dmabufallocator2> Using DMABuf without synchronization.
0:00:33.915177833 32415      0x15ac770 INFO                    task gsttask.c:316:gst_task_func:<queue3:src> Task going to paused
0:00:33.947097527 32415      0x15ac6d0 INFO                 v4l2src gstv4l2src.c:949:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.099999999 out ts 0:00:01.164530590
0:00:33.957487487 32415      0x15ac590 WARN                  dmabuf gstdmabuf.c:93:gst_dmabuf_mem_unmap:<dmabufallocator2> Using DMABuf without synchronization.
0:00:33.957644321 32415      0x15ac590 INFO                    task gsttask.c:316:gst_task_func:<queue2:src> Task going to paused
0:00:34.018632377 32415      0x15ac6d0 INFO                 v4l2src gstv4l2src.c:949:gst_v4l2src_create:<v4l2src0> sync to 0:00:00.133333332 out ts 0:00:01.232364644
0:00:34.018715088 32415      0x15ac6d0 WARN                 basesrc gstbasesrc.c:3055:gst_base_src_loop:<v4l2src0> error: Internal data stream error.
0:00:34.018736070 32415      0x15ac6d0 WARN                 basesrc gstbasesrc.c:3055:gst_base_src_loop:<v4l2src0> error: streaming stopped, reason not-negotiated (-4)
0:00:34.018777646 32415      0x15ac6d0 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<v4l2src0> posting message: Internal data stream error.
0:00:34.018832176 32415      0x15ac6d0 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<v4l2src0> posted error message: Internal data stream error.
0:00:34.018867839 32415      0x15ac6d0 WARN                   queue gstqueue.c:988:gst_queue_handle_sink_event:<queue2> error: Internal data stream error.
0:00:34.018886690 32415      0x15ac6d0 WARN                   queue gstqueue.c:988:gst_queue_handle_sink_event:<queue2> error: streaming stopped, reason not-negotiated (-4)
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
0:00:34.018922113 32415      0x15ac6d0 INFO        GST_ERROR_SYSTEM gstelement.c:2145:gst_element_message_full_with_details:<queue2> posting message: Internal data stream error.
Additional debug info:
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
0:00:34.018965820 32415      0x15ac6d0 INFO        GST_ERROR_SYSTEM gstelement.c:2172:gst_element_message_full_with_details:<queue2> posted error message: Internal data stream error.
0:00:34.018991875 32415      0x15ac6d0 INFO                    task gsttask.c:316:gst_task_func:<v4l2src0:src> Task going to paused
ERROR: from element /GstPipeline:pipeline0/GstQueue:queue2: Internal data stream error.
Additional debug info:
gstqueue.c(988): gst_queue_handle_sink_event (): /GstPipeline:pipeline0/GstQueue:queue2:
streaming stopped, reason not-negotiated (-4)




^Chandling interrupt.
Interrupt: Stopping pipeline ...
Interrupt while waiting for EOS - stopping pipeline...
Execution ended after 0:00:10.080108395
Setting pipeline to PAUSED ...
0:00:41.635160914 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current READY pending PAUSED, desired next PAUSED
0:00:41.635190574 32415      0x13648c0 INFO              GST_STATES gstbin.c:2958:gst_bin_change_state_func:<pipeline0> child 'filesink0' is changing state asynchronously to PAUSED
0:00:41.635230527 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.635267427 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to PAUSED
0:00:41.635307189 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.635353562 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 3(PAUSED) successfully
0:00:41.635393046 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.635429110 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to PAUSED
0:00:41.635459846 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.635498126 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 3(PAUSED) successfully
0:00:41.635536530 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.635572741 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to PAUSED
0:00:41.635603116 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.635641756 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 3(PAUSED) successfully
0:00:41.635679193 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.635713390 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to PAUSED
0:00:41.635744024 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.635781851 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 3(PAUSED) successfully
0:00:41.635819925 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.635854249 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to PAUSED
0:00:41.635901871 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.635940174 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 3(PAUSED) successfully
0:00:41.635978345 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636012388 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to PAUSED
0:00:41.636043146 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636081224 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 3(PAUSED) successfully
0:00:41.636119171 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636152723 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to PAUSED
0:00:41.636183214 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636220358 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 3(PAUSED) successfully
0:00:41.636272154 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636307078 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to PAUSED
0:00:41.636337750 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636375160 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 3(PAUSED) successfully
0:00:41.636412462 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636446359 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to PAUSED
0:00:41.636476164 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636513462 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 3(PAUSED) successfully
0:00:41.636601097 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636633527 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to PAUSED
0:00:41.636655296 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636683504 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 3(PAUSED) successfully
0:00:41.636709263 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636731002 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to PAUSED
0:00:41.636751443 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636779798 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 3(PAUSED) successfully
0:00:41.636805523 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636826999 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to PAUSED
0:00:41.636847422 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636889423 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 3(PAUSED) successfully
0:00:41.636915452 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.636936947 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to PAUSED
0:00:41.636957355 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.636984197 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 3(PAUSED) successfully
0:00:41.637007598 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<pulsesrc0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.637103730 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to PAUSED
0:00:41.637127303 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.637132354 32415 0x7f34480026d0 WARN                audiosrc gstaudiosrc.c:221:audioringbuffer_thread_func:<pulsesrc0> error reading data -1 (reason: Success), skipping segment
0:00:41.637158586 32415      0x13648c0 INFO              GST_STATES gstbin.c:2995:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 3(PAUSED) successfully without preroll
0:00:41.637203260 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.637226012 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to PAUSED
0:00:41.637246723 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.637274665 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 3(PAUSED) successfully
0:00:41.637300000 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<v4l2src0> current PLAYING pending VOID_PENDING, desired next PAUSED
0:00:41.637324975 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to PAUSED
0:00:41.637346489 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed PLAYING to PAUSED (VOID_PENDING pending)
0:00:41.637557501 32415      0x13648c0 INFO              GST_STATES gstbin.c:2995:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 3(PAUSED) successfully without preroll
0:00:41.637585922 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to PAUSED
Setting pipeline to READY ...
0:00:41.637665176 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current READY pending PAUSED, desired next READY
0:00:41.637708575 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<filesink0> completed state change to READY
0:00:41.637727505 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<filesink0> notifying about state-changed READY to READY (VOID_PENDING pending)
0:00:41.637752375 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 2(READY) successfully
0:00:41.637776256 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638039573 32415      0x154a370 INFO                    task gsttask.c:316:gst_task_func:<queue1:src> Task going to paused
0:00:41.638092024 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to READY
0:00:41.638112556 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638137059 32415      0x154a140 INFO                    task gsttask.c:316:gst_task_func:<queue0:src> Task going to paused
0:00:41.638165417 32415      0x15ac4a0 INFO                 basesrc gstbasesrc.c:2965:gst_base_src_loop:<pulsesrc0> pausing after gst_pad_push() = flushing
0:00:41.638187981 32415      0x15ac4a0 INFO                    task gsttask.c:316:gst_task_func:<pulsesrc0:src> Task going to paused
0:00:41.638138784 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 2(READY) successfully
0:00:41.638233435 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638288534 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to READY
0:00:41.638310903 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638339947 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 2(READY) successfully
0:00:41.638365571 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638404133 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to READY
0:00:41.638425182 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638453341 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 2(READY) successfully
0:00:41.638478827 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638540031 32415      0x154a370 INFO                    task gsttask.c:318:gst_task_func:<queue1:src> Task resume from paused
0:00:41.638598003 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to READY
0:00:41.638621917 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638650432 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 2(READY) successfully
0:00:41.638676638 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638712514 32415      0x154a190 INFO                    task gsttask.c:318:gst_task_func:<queue4:src> Task resume from paused
0:00:41.638766234 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to READY
0:00:41.638788809 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638817358 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 2(READY) successfully
0:00:41.638843020 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.638900587 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to READY
0:00:41.638922243 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.638950173 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 2(READY) successfully
0:00:41.638976150 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.639662172 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to READY
0:00:41.639685163 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.639714080 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 2(READY) successfully
0:00:41.639740402 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.639790468 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to READY
0:00:41.639811690 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.639839834 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 2(READY) successfully
0:00:41.639880304 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.639918289 32415      0x15ac770 INFO                    task gsttask.c:318:gst_task_func:<queue3:src> Task resume from paused
0:00:41.639971821 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to READY
0:00:41.639994906 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.640023504 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 2(READY) successfully
0:00:41.640049690 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.640081734 32415      0x154a140 INFO                    task gsttask.c:318:gst_task_func:<queue0:src> Task resume from paused
0:00:41.661770481 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to READY
0:00:41.661803455 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.661840926 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 2(READY) successfully
0:00:41.661889211 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.661940433 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to READY
0:00:41.661969312 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.662004101 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 2(READY) successfully
0:00:41.662036686 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.662084757 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to READY
0:00:41.662113186 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.662149562 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 2(READY) successfully
0:00:41.662183335 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.662656118 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to READY
0:00:41.662687810 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.662724264 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 2(READY) successfully
0:00:41.662781096 32415      0x15ac4a0 INFO                    task gsttask.c:318:gst_task_func:<pulsesrc0:src> Task resume from paused
0:00:41.663046738 32415      0x13648c0 INFO              ringbuffer gstaudioringbuffer.c:726:gst_audio_ring_buffer_release:<audiosrcringbuffer0> Freeing timestamp buffer, 20 entries
0:00:41.663184585 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to READY
0:00:41.663216911 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.663253973 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 2(READY) successfully
0:00:41.663288762 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current PAUSED pending VOID_PENDING, desired next READY
0:00:41.663338270 32415      0x15ac590 INFO                    task gsttask.c:318:gst_task_func:<queue2:src> Task resume from paused
0:00:41.663412236 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to READY
0:00:41.663442210 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.663477625 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 2(READY) successfully
0:00:41.663545977 32415      0x15ac6d0 INFO                    task gsttask.c:318:gst_task_func:<v4l2src0:src> Task resume from paused
0:00:41.694918078 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to READY
0:00:41.694949582 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.694985253 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 2(READY) successfully
0:00:41.695016393 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to READY
0:00:41.695038173 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed PAUSED to READY (VOID_PENDING pending)
0:00:41.695085825 32415      0x13648c0 INFO              GST_STATES gstbin.c:2087:gst_bin_get_state_func:<pipeline0> getting state
Setting pipeline to NULL ...
0:00:41.695167070 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<filesink0> current READY pending VOID_PENDING, desired next NULL
0:00:41.695268479 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<filesink0> completed state change to NULL
0:00:41.695291661 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<filesink0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695322944 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'filesink0' changed state to 1(NULL) successfully
0:00:41.695352105 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<mux> current READY pending VOID_PENDING, desired next NULL
0:00:41.695382214 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<mux> completed state change to NULL
0:00:41.695403878 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<mux> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695431617 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'mux' changed state to 1(NULL) successfully
0:00:41.695458017 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<voaacenc0> current READY pending VOID_PENDING, desired next NULL
0:00:41.695485535 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<voaacenc0> completed state change to NULL
0:00:41.695507056 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<voaacenc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695535137 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'voaacenc0' changed state to 1(NULL) successfully
0:00:41.695561072 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<x265enc0> current READY pending VOID_PENDING, desired next NULL
0:00:41.695588676 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<x265enc0> completed state change to NULL
0:00:41.695609961 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<x265enc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695637734 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'x265enc0' changed state to 1(NULL) successfully
0:00:41.695663790 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue1> current READY pending VOID_PENDING, desired next NULL
0:00:41.695689590 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue1> completed state change to NULL
0:00:41.695710774 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue1> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695738258 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue1' changed state to 1(NULL) successfully
0:00:41.695763702 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue4> current READY pending VOID_PENDING, desired next NULL
0:00:41.695789596 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue4> completed state change to NULL
0:00:41.695810859 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue4> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695838279 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue4' changed state to 1(NULL) successfully
0:00:41.695864057 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioconvert0> current READY pending VOID_PENDING, desired next NULL
0:00:41.695906717 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioconvert0> completed state change to NULL
0:00:41.695928085 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioconvert0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.695955986 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioconvert0' changed state to 1(NULL) successfully
0:00:41.695981842 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoconvert0> current READY pending VOID_PENDING, desired next NULL
0:00:41.696007845 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoconvert0> completed state change to NULL
0:00:41.696028999 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoconvert0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696056914 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoconvert0' changed state to 1(NULL) successfully
0:00:41.696082591 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<audioresample0> current READY pending VOID_PENDING, desired next NULL
0:00:41.696108616 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<audioresample0> completed state change to NULL
0:00:41.696129961 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<audioresample0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696157314 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'audioresample0' changed state to 1(NULL) successfully
0:00:41.696182998 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue3> current READY pending VOID_PENDING, desired next NULL
0:00:41.696208592 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue3> completed state change to NULL
0:00:41.696230365 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue3> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696289953 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue3' changed state to 1(NULL) successfully
0:00:41.696318112 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue0> current READY pending VOID_PENDING, desired next NULL
0:00:41.696344591 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue0> completed state change to NULL
0:00:41.696366510 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696393646 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue0' changed state to 1(NULL) successfully
0:00:41.696419251 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter1> current READY pending VOID_PENDING, desired next NULL
0:00:41.696444894 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter1> completed state change to NULL
0:00:41.696465748 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter1> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696492512 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter1' changed state to 1(NULL) successfully
0:00:41.696517870 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<capsfilter0> current READY pending VOID_PENDING, desired next NULL
0:00:41.696543321 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<capsfilter0> completed state change to NULL
0:00:41.696564067 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696590947 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 1(NULL) successfully
0:00:41.696616380 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<videoscale0> current READY pending VOID_PENDING, desired next NULL
0:00:41.696641452 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<videoscale0> completed state change to NULL
0:00:41.696662318 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<videoscale0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.696689251 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'videoscale0' changed state to 1(NULL) successfully
0:00:41.696713120 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<pulsesrc0> current READY pending VOID_PENDING, desired next NULL
0:00:41.697078933 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pulsesrc0> completed state change to NULL
0:00:41.697106143 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pulsesrc0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.697139410 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'pulsesrc0' changed state to 1(NULL) successfully
0:00:41.697174953 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<queue2> current READY pending VOID_PENDING, desired next NULL
0:00:41.697203640 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<queue2> completed state change to NULL
0:00:41.697224903 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<queue2> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.697252901 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'queue2' changed state to 1(NULL) successfully
0:00:41.697277479 32415      0x13648c0 INFO              GST_STATES gstbin.c:2504:gst_bin_element_set_state:<v4l2src0> current READY pending VOID_PENDING, desired next NULL
0:00:41.699573391 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<v4l2src0> completed state change to NULL
0:00:41.699610153 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<v4l2src0> notifying about state-changed READY to NULL (VOID_PENDING pending)
0:00:41.699646165 32415      0x13648c0 INFO              GST_STATES gstbin.c:2952:gst_bin_change_state_func:<pipeline0> child 'v4l2src0' changed state to 1(NULL) successfully
0:00:41.699801739 32415      0x13648c0 INFO              GST_STATES gstelement.c:2676:gst_element_continue_state:<pipeline0> completed state change to NULL
0:00:41.699821805 32415      0x13648c0 INFO              GST_STATES gstelement.c:2579:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to NULL (VOID_PENDING pending)
Freeing pipeline ...
0:00:41.699987381 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking videoscale0:src(0x1570aa0) and capsfilter1:sink(0x15a8830)
0:00:41.700022789 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked videoscale0:src and capsfilter1:sink
0:00:41.700053869 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking capsfilter1:src(0x15a8a80) and queue3:sink(0x1570cf0)
0:00:41.700077911 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked capsfilter1:src and queue3:sink
0:00:41.700100471 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "capsfilter1"
0:00:41.700135332 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<capsfilter1> 0x15ae610 dispose
0:00:41.700153572 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<capsfilter1> removing pad 'sink'
0:00:41.700187667 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<capsfilter1> removing pad 'src'
0:00:41.700213273 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<capsfilter1> 0x15ae610 parent class dispose
0:00:41.700234318 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<capsfilter1> 0x15ae610 finalize
0:00:41.700295470 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<capsfilter1> 0x15ae610 finalize parent
0:00:41.700327484 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking pulsesrc0:src(0x15405c0) and capsfilter0:sink(0x15a8140)
0:00:41.700354844 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked pulsesrc0:src and capsfilter0:sink
0:00:41.700392131 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking capsfilter0:src(0x15a8390) and queue0:sink(0x1540810)
0:00:41.700417447 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked capsfilter0:src and queue0:sink
0:00:41.700439445 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "capsfilter0"
0:00:41.700467061 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<capsfilter0> 0x15ae2d0 dispose
0:00:41.700479454 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<capsfilter0> removing pad 'sink'
0:00:41.700495891 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<capsfilter0> removing pad 'src'
0:00:41.700512166 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<capsfilter0> 0x15ae2d0 parent class dispose
0:00:41.700525317 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<capsfilter0> 0x15ae2d0 finalize
0:00:41.700537340 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<capsfilter0> 0x15ae2d0 finalize parent
0:00:41.700557103 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking queue4:src(0x1571880) and x265enc0:sink(0x1571ad0)
0:00:41.700575684 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked queue4:src and x265enc0:sink
0:00:41.700597592 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking x265enc0:src(0x1571d20) and mux:sink_66(0x15a8cd0)
0:00:41.700615622 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked x265enc0:src and mux:sink_66
0:00:41.700632363 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "x265enc0"
0:00:41.700649823 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<x265enc0> 0x15a7110 dispose
0:00:41.700662423 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<x265enc0> removing pad 'sink'
0:00:41.700678139 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<x265enc0> removing pad 'src'
0:00:41.700694422 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<x265enc0> 0x15a7110 parent class dispose
0:00:41.700710180 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<x265enc0> 0x15a7110 finalize
0:00:41.700722176 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<x265enc0> 0x15a7110 finalize parent
0:00:41.700741988 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking videoconvert0:src(0x15713e0) and queue4:sink(0x1571630)
0:00:41.700760937 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked videoconvert0:src and queue4:sink
0:00:41.700780178 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "queue4"
0:00:41.700797927 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<queue4> 0x155ec20 dispose
0:00:41.700810493 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue4> removing pad 'sink'
0:00:41.700828231 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue4> removing pad 'src'
0:00:41.700845699 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<queue4> 0x155ec20 parent class dispose
0:00:41.700861824 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<queue4> 0x155ec20 finalize
0:00:41.700891787 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<queue4> 0x155ec20 finalize parent
0:00:41.700911891 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking queue3:src(0x1570f40) and videoconvert0:sink(0x1571190)
0:00:41.700930735 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked queue3:src and videoconvert0:sink
0:00:41.700950149 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "videoconvert0"
0:00:41.700968070 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<videoconvert0> 0x158bd00 dispose
0:00:41.700980610 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<videoconvert0> removing pad 'sink'
0:00:41.700997219 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<videoconvert0> removing pad 'src'
0:00:41.701013783 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<videoconvert0> 0x158bd00 parent class dispose
0:00:41.701045584 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<videoconvert0> 0x158bd00 finalize
0:00:41.701058919 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<videoconvert0> 0x158bd00 finalize parent
0:00:41.701076458 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "queue3"
0:00:41.701094728 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<queue3> 0x155e920 dispose
0:00:41.701107159 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue3> removing pad 'sink'
0:00:41.701124331 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue3> removing pad 'src'
0:00:41.701141603 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<queue3> 0x155e920 parent class dispose
0:00:41.701159769 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<queue3> 0x155e920 finalize
0:00:41.701174428 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<queue3> 0x155e920 finalize parent
0:00:41.701196977 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking queue2:src(0x1570600) and videoscale0:sink(0x1570850)
0:00:41.701218206 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked queue2:src and videoscale0:sink
0:00:41.701240950 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "videoscale0"
0:00:41.701261924 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<videoscale0> 0x15809c0 dispose
0:00:41.701277820 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<videoscale0> removing pad 'sink'
0:00:41.701296473 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<videoscale0> removing pad 'src'
0:00:41.701315343 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<videoscale0> 0x15809c0 parent class dispose
0:00:41.701345092 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<videoscale0> 0x15809c0 finalize
0:00:41.701358472 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<videoscale0> 0x15809c0 finalize parent
0:00:41.701381333 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking v4l2src0:src(0x1570160) and queue2:sink(0x15703b0)
0:00:41.701400544 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked v4l2src0:src and queue2:sink
0:00:41.701419647 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "queue2"
0:00:41.701440797 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<queue2> 0x155e620 dispose
0:00:41.701453341 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue2> removing pad 'sink'
0:00:41.701470899 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue2> removing pad 'src'
0:00:41.701491651 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<queue2> 0x155e620 parent class dispose
0:00:41.701508414 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<queue2> 0x155e620 finalize
0:00:41.701523047 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<queue2> 0x155e620 finalize parent
0:00:41.701542716 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "v4l2src0"
0:00:41.701560427 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<v4l2src0> 0x157c120 dispose
0:00:41.701574794 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<v4l2src0> removing pad 'src'
0:00:41.701593773 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<v4l2src0> 0x157c120 parent class dispose
0:00:41.701612002 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<v4l2src0> 0x157c120 finalize
0:00:41.701626683 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<v4l2src0> 0x157c120 finalize parent
0:00:41.701648984 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking queue1:src(0x1541840) and voaacenc0:sink(0x1541a90)
0:00:41.701669925 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked queue1:src and voaacenc0:sink
0:00:41.701694428 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking voaacenc0:src(0x1541ce0) and mux:sink_65(0x15a85e0)
0:00:41.701714753 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked voaacenc0:src and mux:sink_65
0:00:41.701734005 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "voaacenc0"
0:00:41.701761850 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<voaacenc0> 0x156dd30 dispose
0:00:41.701778121 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<voaacenc0> removing pad 'sink'
0:00:41.701797186 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<voaacenc0> removing pad 'src'
0:00:41.701815858 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<voaacenc0> 0x156dd30 parent class dispose
0:00:41.701835369 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<voaacenc0> 0x156dd30 finalize
0:00:41.701850429 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<voaacenc0> 0x156dd30 finalize parent
0:00:41.701887720 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking audioconvert0:src(0x15413a0) and queue1:sink(0x15415f0)
0:00:41.701910584 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked audioconvert0:src and queue1:sink
0:00:41.701932803 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "queue1"
0:00:41.702058849 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<queue1> 0x155e320 dispose
0:00:41.702076103 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue1> removing pad 'sink'
0:00:41.702097880 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue1> removing pad 'src'
0:00:41.702119184 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<queue1> 0x155e320 parent class dispose
0:00:41.702134289 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<queue1> 0x155e320 finalize
0:00:41.702146810 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<queue1> 0x155e320 finalize parent
0:00:41.702167256 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking audioresample0:src(0x1540f00) and audioconvert0:sink(0x1541150)
0:00:41.702187630 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked audioresample0:src and audioconvert0:sink
0:00:41.702211427 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "audioconvert0"
0:00:41.702238986 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<audioconvert0> 0x15684e0 dispose
0:00:41.702254939 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<audioconvert0> removing pad 'sink'
0:00:41.702271634 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<audioconvert0> removing pad 'src'
0:00:41.702288150 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<audioconvert0> 0x15684e0 parent class dispose
0:00:41.702301338 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<audioconvert0> 0x15684e0 finalize
0:00:41.702317449 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<audioconvert0> 0x15684e0 finalize parent
0:00:41.702339941 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking queue0:src(0x1540a60) and audioresample0:sink(0x1540cb0)
0:00:41.702362588 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked queue0:src and audioresample0:sink
0:00:41.702385823 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "audioresample0"
0:00:41.702407382 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<audioresample0> 0x15647a0 dispose
0:00:41.702420069 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<audioresample0> removing pad 'sink'
0:00:41.702436182 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<audioresample0> removing pad 'src'
0:00:41.702455510 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<audioresample0> 0x15647a0 parent class dispose
0:00:41.702472603 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<audioresample0> 0x15647a0 finalize
0:00:41.702485443 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<audioresample0> 0x15647a0 finalize parent
0:00:41.702502693 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "queue0"
0:00:41.702522812 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<queue0> 0x155e020 dispose
0:00:41.702538397 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue0> removing pad 'sink'
0:00:41.702558224 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<queue0> removing pad 'src'
0:00:41.702576858 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<queue0> 0x155e020 parent class dispose
0:00:41.702593872 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<queue0> 0x155e020 finalize
0:00:41.702608666 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<queue0> 0x155e020 finalize parent
0:00:41.702627446 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "pulsesrc0"
0:00:41.702649658 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<pulsesrc0> 0x1559df0 dispose
0:00:41.702664350 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<pulsesrc0> removing pad 'src'
0:00:41.702683802 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<pulsesrc0> 0x1559df0 parent class dispose
0:00:41.702701911 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<pulsesrc0> 0x1559df0 finalize
0:00:41.702716798 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<pulsesrc0> 0x1559df0 finalize parent
0:00:41.702738260 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2135:gst_pad_unlink: unlinking mux:src(0x1540120) and filesink0:sink(0x1540370)
0:00:41.702760063 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstpad.c:2189:gst_pad_unlink: unlinked mux:src and filesink0:sink
0:00:41.702781640 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "filesink0"
0:00:41.702803031 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<filesink0> 0x154b810 dispose
0:00:41.702817809 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<filesink0> removing pad 'sink'
0:00:41.702837850 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<filesink0> 0x154b810 parent class dispose
0:00:41.702854530 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<filesink0> 0x154b810 finalize
0:00:41.702882633 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<filesink0> 0x154b810 finalize parent
0:00:41.702905208 32415      0x13648c0 INFO           GST_PARENTAGE gstbin.c:1799:gst_bin_remove_func:<pipeline0> removed child "mux"
0:00:41.702939810 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<mux> 0x1534060 dispose
0:00:41.702955549 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<mux> removing pad 'sink_65'
0:00:41.702977456 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<mux> removing pad 'sink_66'
0:00:41.702995895 32415      0x13648c0 INFO        GST_ELEMENT_PADS gstelement.c:789:gst_element_remove_pad:<mux> removing pad 'src'
0:00:41.703016824 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<mux> 0x1534060 parent class dispose
0:00:41.703030013 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<mux> 0x1534060 finalize
0:00:41.703042167 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<mux> 0x1534060 finalize parent
0:00:41.703054752 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3251:gst_element_dispose:<pipeline0> 0x15aa100 dispose
0:00:41.703106357 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3297:gst_element_dispose:<pipeline0> 0x15aa100 parent class dispose
0:00:41.703120337 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3328:gst_element_finalize:<pipeline0> 0x15aa100 finalize
0:00:41.703132693 32415      0x13648c0 INFO         GST_REFCOUNTING gstelement.c:3334:gst_element_finalize:<pipeline0> 0x15aa100 finalize parent
0:00:41.703145466 32415      0x13648c0 INFO                GST_INIT gst.c:1083:gst_deinit: deinitializing GStreamer
0:00:41.706661320 32415      0x13648c0 INFO                GST_INIT gst.c:1231:gst_deinit: deinitialized GStreamer
vsi at boots:~/test/stream$


------------------------------

Subject: Digest Footer

_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org<mailto:gstreamer-devel at lists.freedesktop.org>
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel


------------------------------

End of gstreamer-devel Digest, Vol 89, Issue 16
***********************************************

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180608/250dd767/attachment-0001.html>


More information about the gstreamer-devel mailing list