Closed
Bug 874305
Opened 13 years ago
Closed 13 years ago
Support GStreamer < 0.10.31
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: eflores, Assigned: eflores)
Details
Attachments
(1 file, 1 obsolete file)
|
7.23 KB,
patch
|
alessandro.d
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Comment on attachment 751970 [details] [diff] [review]
Fix
Review of attachment 751970 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for working on this, there's only one change needed that I can see.
Also the patch is applied on top of the patch for https://bugzilla.mozilla.org/show_bug.cgi?id=859199, so you should either land that one first or make it independent.
::: content/media/gstreamer/GStreamerFormatHelper.cpp
@@ +221,5 @@
> + if (SupportsCaps(GST_ELEMENT_FACTORY_CAST(elem->data), caps)) {
> + gst_caps_unref(caps);
> + return true;
> + }
> + }
this should be if (!SupportedCaps(...)) return false, since we want to check that we have elements to handle _all_ the caps
Attachment #751970 -
Flags: review?(alessandro.d) → review-
| Assignee | ||
Comment 3•13 years ago
|
||
Attachment #751970 -
Attachment is obsolete: true
Attachment #757759 -
Flags: review?(alessandro.d)
Updated•13 years ago
|
Attachment #757759 -
Flags: review?(alessandro.d) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•