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 622272 - gst_element_factory_can_sink_caps failes to accept valid caps
gst_element_factory_can_sink_caps failes to accept valid caps
Status: RESOLVED DUPLICATE of bug 402141
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-21 10:29 UTC by Thijs Vermeir
Modified: 2010-06-21 12:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mpeg4videoparse: add unit test for element factory bug (3.38 KB, patch)
2010-06-21 10:30 UTC, Thijs Vermeir
none Details | Review

Description Thijs Vermeir 2010-06-21 10:29:04 UTC
When the caps are incomplete, like missing some fields, this function can return an invalid result. See the attachment for an example with mpeg4videoparse. If the parsed field is not in the caps the function returns false but the element can accapt this caps.
Comment 1 Thijs Vermeir 2010-06-21 10:30:05 UTC
Created attachment 164205 [details] [review]
mpeg4videoparse: add unit test for element factory bug
Comment 2 Tim-Philipp Müller 2010-06-21 10:37:16 UTC
Same as bug #402141?
Comment 3 Thijs Vermeir 2010-06-21 12:14:17 UTC
yes, indeed :)

*** This bug has been marked as a duplicate of bug 402141 ***