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 750125 - Decklink: Frame Stepping Event does not work.
Decklink: Frame Stepping Event does not work.
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-05-29 22:56 UTC by FredT
Modified: 2018-11-03 13:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description FredT 2015-05-29 22:56:13 UTC
Pipeline is:

filesink->queue-> videoparse -> queue-> videoconvert -> queue->  decklinkvideosink


When issuing the following command in python

sink.send_event(Gst.Event.new_step(Gst.Format.BUFFERS, 1, 1, True, False))

I can see that the position of the timeline is moving forward for each step but I don't see the video moving forward.

When stepping multiple time the pipeline crash after maybe 10-15 times then I the following error:

0:00:37.042014985 26959      0x2b2bed0 WARN       decklinkvideosink gstdecklinkvideosink.cpp:472:gst_decklink_video_sink_prepare:<decklinkvideosink0> error: Failed to create video frame: 0x80000008
0:00:37.042057226 26959      0x2b2bed0 INFO        GST_ERROR_SYSTEM gstelement.c:1837:gst_element_message_full:<decklinkvideosink0> posting message: GStreamer encountered a general stream error.
0:00:37.042081956 26959      0x2b2bed0 INFO        GST_ERROR_SYSTEM gstelement.c:1860:gst_element_message_full:<decklinkvideosink0> posted error message: GStreamer encountered a general stream error.
0:00:37.042124896 26959      0x2b2bf70 INFO                    task gsttask.c:315:gst_task_func:<qA:src> Task going to paused
0:00:37.042131845 26959      0x2b2c0a0 INFO                 basesrc gstbasesrc.c:2851:gst_base_src_loop:<testSource> pausing after gst_pad_push() = error

I tested the pipeline with frame stepping autovideosink and it was stepping correctly.
Comment 1 GStreamer system administrator 2018-11-03 13:35:38 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-bad/issues/256.