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 788510 - decklink: Add read-only property to read the device serial number
decklink: Add read-only property to read the device serial number
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal enhancement
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-10-04 11:53 UTC by Sebastian Dröge (slomo)
Modified: 2017-10-19 13:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
decklink: Add read-only property to read the device serial number (9.74 KB, patch)
2017-10-04 11:54 UTC, Sebastian Dröge (slomo)
none Details | Review
decklink: Add read-only property to read the device serial number (9.73 KB, patch)
2017-10-04 15:16 UTC, Sebastian Dröge (slomo)
committed Details | Review

Description Sebastian Dröge (slomo) 2017-10-04 11:53:56 UTC
See commit message
Comment 1 Sebastian Dröge (slomo) 2017-10-04 11:54:02 UTC
Created attachment 360907 [details] [review]
decklink: Add read-only property to read the device serial number
Comment 2 Sebastian Dröge (slomo) 2017-10-04 15:16:03 UTC
Created attachment 360913 [details] [review]
decklink: Add read-only property to read the device serial number
Comment 3 Vivia Nikolaidou 2017-10-13 11:19:13 UTC
This returns an empty string. It is correct (!)

It's not returning a serial number, despite the misleading API call. It is returning a user-supplied label. The user can launch the vendor-supplied utility and give the card a label through that utility, and then this label will be returned with this API call. If the user hasn't supplied a label yet, it will return an empty string.

This is still useful for our use case, but it's still pending a proper test - we haven't yet supplied a label to see if we'll get it back, and we also haven't tested to see how persistent it is (does it survive reboots? does it survive moving the card to another computer?)
Comment 4 Sebastian Dröge (slomo) 2017-10-19 13:47:39 UTC
Attachment 360913 [details] pushed as a563cbb - decklink: Add read-only property to read the device serial number