| Summary: | [GStreamer] "method" property for the webkitwebsrc element | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | cgarcia, mrobinson, pnormand | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Philippe Normand
2015-08-25 08:52:43 PDT
Created attachment 259847 [details]
patch
Comment on attachment 259847 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=259847&action=review > Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:116 > + GUniquePtr<gchar> method; method is quite confusing name, we can't change the property name, of course, but at least the variable could be httpMethod or something like that, I didn't know what this was about until I read the full patch. > Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:269 > + 0, static_cast<GParamFlags>(G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS))); nullptr. Committed r188961: <http://trac.webkit.org/changeset/188961> |