After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795554 - gst-launch stalls when attempting to exit after playing back audio or video file
gst-launch stalls when attempting to exit after playing back audio or video file
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-25 17:24 UTC by Dinesh Iyer
Modified: 2018-11-03 12:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
H.264 encoded MP4 file that is 4.7 seconds long and has 141 frames (464.07 KB, video/mp4)
2018-04-25 17:24 UTC, Dinesh Iyer
Details

Description Dinesh Iyer 2018-04-25 17:24:40 UTC
Created attachment 371397 [details]
H.264 encoded MP4 file that is 4.7 seconds long and has 141 frames

I am having trouble using gst-launch on Debian 9 (Gstreamer version 1.10.4) with MP4 files. I have experienced the same issue in Ubuntu 18.04 which I believe runs 1.12.x.

I have not observed this when using Gstreamer 1.4.4

I have been able to reproduce this when playing MP4, MPG, Uncompressed AVI and even an MP3 file.

Here is the pipeline I am using below to play video files:
gst-launch-1.0 playbin uri=file://xylophone.mp4 video-sink=appsink

I get: 
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Redistribute latency...
Redistribute latency...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock

The file duration is 4.7 seconds. Even after say 10 seconds, the gst-launch command does not exit unlike in 1.4.4.

After that when I execute Ctrl+C, I see the following on the screen:^C handling interrupt.

Interrupt: Stopping pipeline ...Execution ended after 0:02:39.636421528Setting pipeline to PAUSED ...

Again the system stalls and the stack trace looks like: https://drive.google.com/open?id=1MzKpg-eIKCZQhs7fkGoFmB3L0t-72GUw

The stall appears to happen when pipeline is being moved from PLAYING->PAUSED.

When I switch the video-sink to xvimagesink or fakesink, it works fine.

This is similar to a stall I get when I am using my application to read frames out of a video file and I am attempting to shutdown my video reading portion by setting the pipeline to NULL.
Comment 1 Tim-Philipp Müller 2018-04-25 17:52:41 UTC
(gdb) thread apply all bt

Thread 4 (Thread 0x7f3c4c909700 (LWP 16937))

  • #0 syscall
    at ../sysdeps/unix/sysv/linux/x86_64/syscall.S line 38
  • #1 g_cond_wait
    at ../../../../glib/gthread-posix.c line 1395
  • #2 _gst_data_queue_wait_non_empty
    at gstdataqueue.c line 554
  • #3 gst_data_queue_pop
    at gstdataqueue.c line 596
  • #4 gst_multi_queue_loop
    at gstmultiqueue.c line 1809
  • #5 gst_task_func
    at gsttask.c line 332
  • #6 g_thread_pool_thread_proxy
    at ../../../../glib/gthreadpool.c line 307
  • #7 g_thread_proxy
    at ../../../../glib/gthread.c line 784
  • #8 start_thread
    at pthread_create.c line 463
  • #9 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 95

Thread 2 (Thread 0x7f3c4f04a700 (LWP 16935))

  • #0 syscall
    at ../sysdeps/unix/sysv/linux/x86_64/syscall.S line 38
  • #1 g_cond_wait
    at ../../../../glib/gthread-posix.c line 1395
  • #2 gst_app_sink_event
    at gstappsink.c line 723
  • #3 gst_base_sink_event
    at gstbasesink.c line 3271
  • #4 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #5 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #6 push_sticky
    at gstpad.c line 3891
  • #7 events_foreach
    at gstpad.c line 611
  • #8 check_sticky
    at gstpad.c line 3951
  • #9 gst_pad_push_event
    at gstpad.c line 5502
  • #10 event_forward_func
    at gstpad.c line 3055
  • #11 gst_pad_forward
    at gstpad.c line 3009
  • #12 gst_pad_event_default
    at gstpad.c line 3106
  • #13 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #14 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #15 push_sticky
    at gstpad.c line 3891
  • #16 events_foreach
    at gstpad.c line 611
  • #17 check_sticky
    at gstpad.c line 3951
  • #18 gst_pad_push_event
    at gstpad.c line 5502
  • #19 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #20 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #21 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #22 push_sticky
    at gstpad.c line 3891
  • #23 events_foreach
    at gstpad.c line 611
  • #24 check_sticky
    at gstpad.c line 3951
  • #25 gst_pad_push_event
    at gstpad.c line 5502
  • #26 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #27 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #28 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #29 push_sticky
    at gstpad.c line 3891
  • #30 events_foreach
    at gstpad.c line 611
  • #31 check_sticky
    at gstpad.c line 3951
  • #32 gst_pad_push_event
    at gstpad.c line 5502
  • #33 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #34 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #35 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #36 push_sticky
    at gstpad.c line 3891
  • #37 events_foreach
    at gstpad.c line 611
  • #38 check_sticky
    at gstpad.c line 3951
  • #39 gst_pad_push_event
    at gstpad.c line 5502
  • #40 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #41 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #42 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #43 push_sticky
    at gstpad.c line 3891
  • #44 events_foreach
    at gstpad.c line 611
  • #45 check_sticky
    at gstpad.c line 3951
  • #46 gst_pad_push_event
    at gstpad.c line 5502
  • #47 event_forward_func
    at gstpad.c line 3055
  • #48 gst_pad_forward
    at gstpad.c line 3009
  • #49 gst_pad_event_default
    at gstpad.c line 3106
  • #50 gst_play_sink_convert_bin_sink_event
    at gstplaysinkconvertbin.c line 260
  • #51 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #52 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #53 push_sticky
    at gstpad.c line 3891
  • #54 events_foreach
    at gstpad.c line 611
  • #55 check_sticky
    at gstpad.c line 3951
  • #56 gst_pad_push_event
    at gstpad.c line 5502
  • #57 gst_queue_push_one
    at gstqueue.c line 1455
  • #58 gst_queue_loop
    at gstqueue.c line 1537
  • #59 gst_task_func
    at gsttask.c line 332
  • #60 g_thread_pool_thread_proxy
    at ../../../../glib/gthreadpool.c line 307
  • #61 g_thread_proxy
    at ../../../../glib/gthread.c line 784
  • #62 start_thread
    at pthread_create.c line 463
  • #63 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 95

Thread 1 (Thread 0x7f3c5388e780 (LWP 16934))

  • #0 syscall
    at ../sysdeps/unix/sysv/linux/x86_64/syscall.S line 38
  • #1 g_mutex_lock_slowpath
    at ../../../../glib/gthread-posix.c line 1313
  • #2 g_mutex_lock
    at ../../../../glib/gthread-posix.c line 1337
  • #3 gst_base_sink_set_flushing
    at gstbasesink.c line 4140
  • #4 gst_base_sink_flush_start
    at gstbasesink.c line 2985
  • #5 gst_base_sink_default_event
    at gstbasesink.c line 3082
  • #6 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #7 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #8 gst_pad_push_event
    at gstpad.c line 5508
  • #9 event_forward_func
    at gstpad.c line 3055
  • #10 gst_pad_forward
    at gstpad.c line 3009
  • #11 gst_pad_event_default
    at gstpad.c line 3106
  • #12 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #13 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #14 gst_pad_push_event
    at gstpad.c line 5508
  • #15 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #16 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #17 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #18 gst_pad_push_event
    at gstpad.c line 5508
  • #19 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #20 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #21 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #22 gst_pad_push_event
    at gstpad.c line 5508
  • #23 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #24 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #25 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #26 gst_pad_push_event
    at gstpad.c line 5508
  • #27 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #28 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #29 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #30 gst_pad_push_event
    at gstpad.c line 5508
  • #31 event_forward_func
    at gstpad.c line 3055
  • #32 gst_pad_forward
    at gstpad.c line 3009
  • #33 gst_pad_event_default
    at gstpad.c line 3106
  • #34 gst_play_sink_convert_bin_sink_event
    at gstplaysinkconvertbin.c line 260
  • #35 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #36 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #37 gst_pad_push_event
    at gstpad.c line 5508
  • #38 gst_queue_handle_sink_event
    at gstqueue.c line 920
  • #39 gst_pad_send_event_unchecked
    at gstpad.c line 5714
  • #40 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #41 gst_pad_push_event
    at gstpad.c line 5508
  • #42 event_forward_func
    at gstpad.c line 3055
  • #43 gst_pad_forward
    at gstpad.c line 3009
  • #44 gst_pad_event_default
    at gstpad.c line 3106
  • #45 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #46 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #47 gst_pad_push_event
    at gstpad.c line 5508
  • #48 event_forward_func
    at gstpad.c line 3055
  • #49 gst_pad_forward
    at gstpad.c line 3009
  • #50 gst_pad_event_default
    at gstpad.c line 3106
  • #51 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #52 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #53 gst_pad_push_event
    at gstpad.c line 5508
  • #54 event_forward_func
    at gstpad.c line 3055
  • #55 gst_pad_forward
    at gstpad.c line 3009
  • #56 gst_pad_event_default
    at gstpad.c line 3106
  • #57 gst_deinterlace_sink_event
    at gstdeinterlace.c line 2909
  • #58 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #59 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #60 gst_pad_push_event
    at gstpad.c line 5508
  • #61 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #62 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #63 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #64 gst_pad_push_event
    at gstpad.c line 5508
  • #65 event_forward_func
    at gstpad.c line 3055
  • #66 gst_pad_forward
    at gstpad.c line 3009
  • #67 gst_pad_event_default
    at gstpad.c line 3106
  • #68 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #69 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #70 gst_pad_push_event
    at gstpad.c line 5508
  • #71 event_forward_func
    at gstpad.c line 3055
  • #72 gst_pad_forward
    at gstpad.c line 3009
  • #73 gst_pad_event_default
    at gstpad.c line 3106
  • #74 gst_stream_synchronizer_sink_event
    at gststreamsynchronizer.c line 658
  • #75 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #76 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #77 gst_pad_push_event
    at gstpad.c line 5508
  • #78 event_forward_func
    at gstpad.c line 3055
  • #79 gst_pad_forward
    at gstpad.c line 3009
  • #80 gst_pad_event_default
    at gstpad.c line 3106
  • #81 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #82 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #83 gst_pad_push_event
    at gstpad.c line 5508
  • #84 gst_selector_pad_event
    at gstinputselector.c line 643
  • #85 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #86 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #87 gst_pad_push_event
    at gstpad.c line 5508
  • #88 event_forward_func
    at gstpad.c line 3055
  • #89 gst_pad_forward
    at gstpad.c line 3009
  • #90 gst_pad_event_default
    at gstpad.c line 3106
  • #91 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #92 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #93 gst_pad_push_event
    at gstpad.c line 5508
  • #94 event_forward_func
    at gstpad.c line 3055
  • #95 gst_pad_forward
    at gstpad.c line 3009
  • #96 gst_pad_event_default
    at gstpad.c line 3106
  • #97 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #98 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #99 gst_pad_push_event
    at gstpad.c line 5508
  • #100 gst_video_decoder_push_event
    at gstvideodecoder.c line 859
  • #101 gst_video_decoder_sink_event_default
    at gstvideodecoder.c line 1351
  • #102 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #103 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #104 gst_pad_push_event
    at gstpad.c line 5508
  • #105 gst_base_transform_sink_eventfunc
    at gstbasetransform.c line 1910
  • #106 gst_capsfilter_sink_event
    at gstcapsfilter.c line 521
  • #107 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #108 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #109 gst_pad_push_event
    at gstpad.c line 5508
  • #110 gst_base_parse_sink_event_default
    at gstbaseparse.c line 1466
  • #111 gst_h264_parse_event
    at gsth264parse.c line 2905
  • #112 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #113 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #114 gst_pad_push_event
    at gstpad.c line 5508
  • #115 gst_multi_queue_sink_event
    at gstmultiqueue.c line 2274
  • #116 gst_pad_send_event_unchecked
    at gstpad.c line 5714
  • #117 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #118 gst_pad_push_event
    at gstpad.c line 5508
  • #119 gst_qtdemux_push_event
    at qtdemux.c line 1028
  • #120 gst_qtdemux_do_seek
    at qtdemux.c line 1673
  • #121 gst_qtdemux_handle_src_event
    at qtdemux.c line 1805
  • #122 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #123 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #124 gst_pad_push_event
    at gstpad.c line 5508
  • #125 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #126 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #127 gst_pad_push_event
    at gstpad.c line 5508
  • #128 gst_base_parse_handle_seek
    at gstbaseparse.c line 4490
  • #129 gst_base_parse_src_event_default
    at gstbaseparse.c line 1635
  • #130 gst_h264_parse_src_event
    at gsth264parse.c line 2942
  • #131 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #132 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #133 gst_pad_push_event
    at gstpad.c line 5508
  • #134 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #135 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #136 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #137 gst_pad_push_event
    at gstpad.c line 5508
  • #138 gst_video_decoder_src_event_default
    at gstvideodecoder.c line 1494
  • #139 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #140 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #141 gst_pad_push_event
    at gstpad.c line 5508
  • #142 event_forward_func
    at gstpad.c line 3055
  • #143 gst_pad_forward
    at gstpad.c line 3009
  • #144 gst_pad_event_default
    at gstpad.c line 3106
  • #145 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #146 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #147 gst_pad_push_event
    at gstpad.c line 5508
  • #148 event_forward_func
    at gstpad.c line 3055
  • #149 gst_pad_forward
    at gstpad.c line 3009
  • #150 gst_pad_event_default
    at gstpad.c line 3106
  • #151 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #152 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #153 gst_pad_push_event
    at gstpad.c line 5508
  • #154 gst_input_selector_event
    at gstinputselector.c line 1554
  • #155 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #156 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #157 gst_pad_push_event
    at gstpad.c line 5508
  • #158 event_forward_func
    at gstpad.c line 3055
  • #159 gst_pad_forward
    at gstpad.c line 3009
  • #160 gst_pad_event_default
    at gstpad.c line 3106
  • #161 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #162 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #163 gst_pad_push_event
    at gstpad.c line 5508
  • #164 event_forward_func
    at gstpad.c line 3055
  • #165 gst_pad_forward
    at gstpad.c line 3009
  • #166 gst_pad_event_default
    at gstpad.c line 3106
  • #167 gst_stream_synchronizer_src_event
    at gststreamsynchronizer.c line 204
  • #168 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #169 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #170 gst_pad_push_event
    at gstpad.c line 5508
  • #171 event_forward_func
    at gstpad.c line 3055
  • #172 gst_pad_forward
    at gstpad.c line 3009
  • #173 gst_pad_event_default
    at gstpad.c line 3106
  • #174 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #175 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #176 gst_pad_push_event
    at gstpad.c line 5508
  • #177 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #178 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #179 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #180 gst_pad_push_event
    at gstpad.c line 5508
  • #181 event_forward_func
    at gstpad.c line 3055
  • #182 gst_pad_forward
    at gstpad.c line 3009
  • #183 gst_pad_event_default
    at gstpad.c line 3106
  • #184 gst_deinterlace_src_event
    at gstdeinterlace.c line 3051
  • #185 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #186 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #187 gst_pad_push_event
    at gstpad.c line 5508
  • #188 event_forward_func
    at gstpad.c line 3055
  • #189 gst_pad_forward
    at gstpad.c line 3009
  • #190 gst_pad_event_default
    at gstpad.c line 3106
  • #191 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #192 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #193 gst_pad_push_event
    at gstpad.c line 5508
  • #194 event_forward_func
    at gstpad.c line 3055
  • #195 gst_pad_forward
    at gstpad.c line 3009
  • #196 gst_pad_event_default
    at gstpad.c line 3106
  • #197 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #198 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #199 gst_pad_push_event
    at gstpad.c line 5508
  • #200 event_forward_func
    at gstpad.c line 3055
  • #201 gst_pad_forward
    at gstpad.c line 3009
  • #202 gst_pad_event_default
    at gstpad.c line 3106
  • #203 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #204 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #205 gst_pad_push_event
    at gstpad.c line 5508
  • #206 event_forward_func
    at gstpad.c line 3055
  • #207 gst_pad_forward
    at gstpad.c line 3009
  • #208 gst_pad_event_default
    at gstpad.c line 3106
  • #209 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #210 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #211 gst_pad_push_event
    at gstpad.c line 5508
  • #212 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #213 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #214 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #215 gst_pad_push_event
    at gstpad.c line 5508
  • #216 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #217 gst_video_scale_src_event
    at gstvideoscale.c line 1145
  • #218 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #219 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #220 gst_pad_push_event
    at gstpad.c line 5508
  • #221 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #222 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #223 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #224 gst_pad_push_event
    at gstpad.c line 5508
  • #225 gst_base_transform_src_eventfunc
    at gstbasetransform.c line 1962
  • #226 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #227 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #228 gst_pad_push_event
    at gstpad.c line 5508
  • #229 event_forward_func
    at gstpad.c line 3055
  • #230 gst_pad_forward
    at gstpad.c line 3009
  • #231 gst_pad_event_default
    at gstpad.c line 3106
  • #232 gst_pad_send_event_unchecked
    at gstpad.c line 5715
  • #233 gst_pad_push_event_unchecked
    at gstpad.c line 5368
  • #234 gst_pad_push_event
    at gstpad.c line 5508
  • #235 gst_base_sink_send_event
    at gstbasesink.c line 4510
  • #236 gst_element_send_event
    at gstelement.c line 1857
  • #237 gst_bin_send_event
    at gstbin.c line 3147
  • #238 gst_element_send_event
    at gstelement.c line 1857
  • #239 gst_play_sink_send_event_to_sink
    at gstplaysink.c line 4746
  • #240 gst_play_sink_send_event
    at gstplaysink.c line 4790
  • #241 gst_element_send_event
    at gstelement.c line 1857
  • #242 gst_element_send_event
    at gstelement.c line 1857
  • #243 gst_element_seek
    at gstelement.c line 1899
  • #244 gst_element_seek_simple
    at gstutils.c line 2558
  • #245 main

Comment 2 GStreamer system administrator 2018-11-03 12:05:45 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/442.