Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gst-shark logging bug #10

Open
dwmarcuskim opened this issue Apr 22, 2020 · 0 comments
Open

gst-shark logging bug #10

dwmarcuskim opened this issue Apr 22, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@dwmarcuskim
Copy link

Bug found in native gst-shark code, first issued by @Spiraline

Error generating script

$ GST_DEBUG="GST_TRACER:7" \
    GST_TRACERS="live;cpuusage;queuelevel" \
    ./nnstreamer_example_object_detection_tflite

Expected result

datastream and metadata recorded in ./gstshark_${time}

Actual result

metadata file wasn't written. (0 bytes)

Other experiments

$ GST_DEBUG="GST_TRACER:7" \
    GST_TRACERS="live;cpuusage;queuelevel" \
    ./gst-launch-object-detection-tflite.sh
  • metadata and datastream written correctly.
  • Bug seems to be happened only when pipeline generated from binary file. (OK with gst-launch script)
@dwmarcuskim dwmarcuskim added the bug Something isn't working label Apr 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants