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 741094 - videodecoderbase: output the invalid video frame to video sink when video track select
videodecoderbase: output the invalid video frame to video sink when video tra...
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
1.2.3
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-12-04 03:08 UTC by kevin
Modified: 2014-12-04 14:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix the issue. (1.11 KB, patch)
2014-12-04 03:11 UTC, kevin
none Details | Review

Description kevin 2014-12-04 03:08:54 UTC
input-selector will send RECONFIGURE event to decoder when video track selection. Video decoder base will handle the event when finish frame and allocator buffer. Video decoder base will send the invalid video frame to video sink when the event has been handle in finish frame function. Attached patch to fix the issue.
Comment 1 kevin 2014-12-04 03:11:31 UTC
Created attachment 292107 [details] [review]
patch to fix the issue.
Comment 2 kevin 2014-12-04 05:04:43 UTC
need more check.