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 737186 - h264parse: Return flushing if we get chained while being set to READY
h264parse: Return flushing if we get chained while being set to READY
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
unspecified
Other All
: Normal normal
: 1.4.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-09-23 14:31 UTC by Thibault Saunier
Modified: 2014-09-24 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
h264parse: Return flushing if we get chained while being set to READY (1.37 KB, patch)
2014-09-23 14:31 UTC, Thibault Saunier
committed Details | Review

Description Thibault Saunier 2014-09-23 14:31:06 UTC
Or not negotiated in the case we would be actually not negotiated

Currently we are getting assertions from
gst_pb_utils_add_codec_description_to_tag_list because of NULL
caps.
Comment 1 Thibault Saunier 2014-09-23 14:31:08 UTC
Created attachment 286882 [details] [review]
h264parse: Return flushing if we get chained while being set to READY
Comment 2 Sebastian Dröge (slomo) 2014-09-23 16:19:47 UTC
*sigh* another instance of this issue. We seriously need flow returns for queries and events...
Comment 3 Sebastian Dröge (slomo) 2014-09-23 16:21:07 UTC
Also 1.4 please :)
Comment 4 Thibault Saunier 2014-09-24 17:21:43 UTC
Attachment 286882 [details] pushed as 4c63326 - h264parse: Return flushing if we get chained while being set to READY