You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try use this:
gst-launch-1.0 fakesrc ! "audio/x-raw,format=S16LE,rate=8000,channels=1,channel-mask=(bitmask)1" ! g729enc ! g729dec ! fakesink
and I have no error messages.
But if I try run like this:
gst-launch-1.0 audiotestsrc ! "audio/x-raw,format=S16LE,rate=8000,channels=1,channel-mask=(bitmask)1" ! g729enc ! g729dec ! fakesink
I got many error lines: export GST_DEBUG=4
........
Pipeline is PREROLLING ...
0:00:00.177057334 1340 0x642430 INFO GST_EVENT
gstevent.c:809:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1, channel-mask=(bitmask)0x0000000000000001
0:00:00.177866000 1340 0x642430 INFO basetransform gstbasetransform.c:1299:gst_base_transform_setcaps:<capsfilter0> reuse caps
0:00:00.178261667 1340 0x642430 INFO GST_EVENT gstevent.c:809:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1, channel-mask=(bitmask)0x0000000000000001
0:00:00.184230334 1340 0x642430 INFO GST_EVENT gstevent.c:890: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:00.184865667 1340 0x642430 INFO audioencoder gstaudioencoder.c:1635:gst_audio_encoder_sink_event_default:<g729enc0> upstream stream tags: taglist, description=(string)"audiotest\ wave";
0:00:00.185255334 1340 0x642430 INFO basesrc gstbasesrc.c:2836:gst_base_src_loop:<audiotestsrc0> marking pending DISCONT
0:00:00.186171334 1340 0x642430 INFO GST_EVENT gstevent.c:809:gst_event_new_caps: creating caps event audio/G729, rate=(int)8000, channels=(int)1
0:00:00.186932334 1340 0x642430 INFO structure gststructure.c:2595:gst_structure_get_valist: Expected field 'channel-mask' in structure: audio/x-raw, format=(string)S16LE, rate=(int)8000, channels=(int)1, layout=(string)interleaved;
0:00:00.190812000 1340 0x642430 INFO audiodecoder gstaudiodecoder.c:2292:gst_audio_decoder_sink_eventfunc:<g729dec0> upstream stream tags: taglist, description=(string)"audiotest\ wave";
0:00:00.191876667 1340 0x642430 INFO GST_EVENT gstevent.c:809:gst_event_new_caps: creating caps event audio/x-raw, format=(string)S16LE, layout=(string)interleaved, rate=(int)8000, channels=(int)1
0:00:00.194170334 1340 0x642430 INFO GST_STATES gstbin.c:3409:bin_handle_async_done:<pipeline0> committing state from READY to PAUSED, old pending PAUSED
0:00:00.194586667 1340 0x642430 INFO GST_STATES gstbin.c:3429:bin_handle_async_done:<pipeline0> completed state change, pending VOID
0:00:00.194931667 1340 0x642430 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed READY to PAUSED (VOID_PENDING pending)
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
0:00:00.196076334 1340 0x52e600 INFO GST_EVENT gstevent.c:1383:gst_event_new_latency: creating latency event 0:00:00.000000000
0:00:00.196249667 1340 0x52e600 INFO bin gstbin.c:2768:gst_bin_do_latency_func:<pipeline0> configured latency of 0:00:00.000000000
0:00:00.196349667 1340 0x52e600 INFO GST_STATES gstbin.c:2491:gst_bin_element_set_state:<fakesink0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.196657000 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<fakesink0> completed state change to PLAYING
0:00:00.196732667 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<fakesink0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.196807000 1340 0x52e600 INFO GST_STATES gstbin.c:2939:gst_bin_change_state_func:<pipeline0> child 'fakesink0' changed state to 4(PLAYING) successfully
0:00:00.196874667 1340 0x52e600 INFO GST_STATES gstbin.c:2491:gst_bin_element_set_state:<g729dec0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.196930334 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<g729dec0> completed state change to PLAYING
0:00:00.196970334 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<g729dec0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.197035334 1340 0x52e600 INFO GST_STATES gstbin.c:2939:gst_bin_change_state_func:<pipeline0> child 'g729dec0' changed state to 4(PLAYING) successfully
0:00:00.197105334 1340 0x52e600 INFO GST_STATES gstbin.c:2491:gst_bin_element_set_state:<g729enc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.197174667 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<g729enc0> completed state change to PLAYING
0:00:00.197222334 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<g729enc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.197310667 1340 0x52e600 INFO GST_STATES gstbin.c:2939:gst_bin_change_state_func:<pipeline0> child 'g729enc0' changed state to 4(PLAYING) successfully
0:00:00.197386334 1340 0x52e600 INFO GST_STATES gstbin.c:2491:gst_bin_element_set_state:<capsfilter0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.197467667 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<capsfilter0> completed state change to PLAYING
0:00:00.197544667 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<capsfilter0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.197629334 1340 0x52e600 INFO GST_STATES gstbin.c:2939:gst_bin_change_state_func:<pipeline0> child 'capsfilter0' changed state to 4(PLAYING) successfully
0:00:00.197692000 1340 0x52e600 INFO GST_STATES gstbin.c:2491:gst_bin_element_set_state:<audiotestsrc0> current PAUSED pending VOID_PENDING, desired next PLAYING
0:00:00.197763000 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<audiotestsrc0> completed state change to PLAYING
0:00:00.197828667 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<audiotestsrc0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
0:00:00.197907334 1340 0x52e600 INFO GST_STATES gstbin.c:2939:gst_bin_change_state_func:<pipeline0> child 'audiotestsrc0' changed state to 4(PLAYING) successfully
0:00:00.197990334 1340 0x52e600 INFO GST_STATES gstelement.c:2467:gst_element_continue_state:<pipeline0> completed state change to PLAYING
0:00:00.198055334 1340 0x52e600 INFO GST_STATES gstelement.c:2372:_priv_gst_element_state_changed:<pipeline0> notifying about state-changed PAUSED to PLAYING (VOID_PENDING pending)
New clock: GstSystemClock
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
(gst-launch-1.0:1340): GStreamer-CRITICAL **: gst_mini_object_unref: assertion 'mini_object->refcount > 0' failed
and so on
Hi
I have board IMX.6 Freescale based.
I try use this:
gst-launch-1.0 fakesrc ! "audio/x-raw,format=S16LE,rate=8000,channels=1,channel-mask=(bitmask)1" ! g729enc ! g729dec ! fakesink
and I have no error messages.
But if I try run like this:
gst-launch-1.0 audiotestsrc ! "audio/x-raw,format=S16LE,rate=8000,channels=1,channel-mask=(bitmask)1" ! g729enc ! g729dec ! fakesink
I got many error lines:
export GST_DEBUG=4
export GST_DEBUG=5
export GST_DEBUG=6
export GST_DEBUG=9
The text was updated successfully, but these errors were encountered: