GNOME Bugzilla – Bug 793717
webrtcbin-test: rename of misleading variable name
Last modified: 2018-11-03 14:18:45 UTC
Created attachment 368748 [details] [review] tests: Rename misleading variable in webrtcbin test just a trivial rename "offerror" discriminator variables to "offerer" to prevent mistaking them for something to do with "error"
Review of attachment 368748 [details] [review]: ::: tests/check/elements/webrtcbin.c @@ +108,3 @@ { struct test_webrtc *t = user_data; + GstElement *offeror = t->offerer == 1 ? t->webrtc1 : t->webrtc2; Shouldn't you rename the element pointer here ? Also, the the guint, I think we should try and find a two word name that means something.
-- 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/662.