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 788767 - add gst_omx_buffer_flags_to_string()
add gst_omx_buffer_flags_to_string()
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-10 10:24 UTC by Guillaume Desmottes
Modified: 2017-10-12 07:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add gst_omx_buffer_flags_to_string() (6.57 KB, patch)
2017-10-10 10:25 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2017-10-10 10:24:55 UTC
.
Comment 1 Guillaume Desmottes 2017-10-10 10:25:17 UTC
Created attachment 361239 [details] [review]
add gst_omx_buffer_flags_to_string()

Make debug logs more readable so users don't have to manually figure out
the meaning of flags.
Comment 2 Nicolas Dufresne (ndufresne) 2017-10-11 17:47:50 UTC
Review of attachment 361239 [details] [review]:

Was quite some work, but yeah, why not ;-P
Comment 3 Nicolas Dufresne (ndufresne) 2017-10-11 17:49:45 UTC
Attachment 361239 [details] pushed as 3a0e4bc - add gst_omx_buffer_flags_to_string()
Comment 4 Guillaume Desmottes 2017-10-12 07:51:23 UTC
(In reply to Nicolas Dufresne (stormer) from comment #2)
> Review of attachment 361239 [details] [review] [review]:
> 
> Was quite some work, but yeah, why not ;-P

Yeah it turned out to be more work than expected but I was tired of manually converting buffer flags when debugging from logs. :)

Thanks for the review.