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 784370 - omxh264enc: typo in "periodicty-idr" property name
omxh264enc: typo in "periodicty-idr" property name
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-omx
git master
Other Linux
: Normal normal
: 1.13.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-06-30 07:33 UTC by Guillaume Desmottes
Modified: 2017-07-13 12:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
omxh264enc: fix typo in "periodicty-idr" property name (1018 bytes, patch)
2017-06-30 13:16 UTC, Guillaume Desmottes
committed Details | Review

Description Guillaume Desmottes 2017-06-30 07:33:57 UTC
The "periodicty-idr" property should be named ""periodicity-idr". Is it ok to change it as technically that would be an API change.
Comment 1 Nicolas Dufresne (ndufresne) 2017-06-30 12:13:43 UTC
I would opt for changing it, Worst case we can reads a deprecated alias later.
Comment 2 Guillaume Desmottes 2017-06-30 13:16:44 UTC
Created attachment 354731 [details] [review]
omxh264enc: fix typo in "periodicty-idr" property name

Also fix the 'nick' of the property.
Comment 3 Nicolas Dufresne (ndufresne) 2017-07-12 20:23:42 UTC
Attachment 354731 [details] pushed as 2034b26 - omxh264enc: fix typo in "periodicty-idr" property name
Comment 4 Jan Schmidt 2017-07-13 06:37:51 UTC
(In reply to Nicolas Dufresne (stormer) from comment #1)
> I would opt for changing it, Worst case we can reads a deprecated alias
> later.

by "later" you mean after we've quietly screwed someone over by breaking their app and they've had to come to us and complain?
Comment 5 Jan Schmidt 2017-07-13 06:42:43 UTC
commit fe9cdb9b19cecab8c779ee1d207b3fd70d72f3d7
Author: Jan Schmidt <jan@centricular.com>
Date:   Thu Jul 13 16:40:26 2017 +1000

    omxh264enc: Re-add periodicty-idr property for backward compat
    
    Retain backwards compatibility by adding a duplicate
    property for periodicty-idr
    
    https://bugzilla.gnome.org/show_bug.cgi?id=784370
Comment 6 Nicolas Dufresne (ndufresne) 2017-07-13 12:01:53 UTC
This property was a no-op before on RPi, we fixed it a week ago, so please, have some respect, the decision was not about screwing up code and Just the fact this has effect now will likely screw up applications anyway.
Comment 7 Jan Schmidt 2017-07-13 12:24:14 UTC
A property that has no effect (on one of the gst-omx targets) is not the same as making someone's app suddenly throw g-criticals because API changed in a module that's not advertised as API-unstable.

I hate these kind of small ABI breaks. The problems that cause never show up until it's too late to do something about it, and contribute to a general perception that upgrading GStreamer is risky because stuff breaks.

We've advertised API stability as a feature since 2005, and it's hard but important.