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 156920 - [PATCH][ffmpegdemux] close before forwarding event...
[PATCH][ffmpegdemux] close before forwarding event...
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: High blocker
: 0.8.3
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-10-30 18:02 UTC by Edward Hervey
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to correct the bug (382 bytes, patch)
2004-10-30 18:04 UTC, Edward Hervey
none Details | Review

Description Edward Hervey 2004-10-30 18:02:59 UTC
When using ffdemux_avi (and I imagine any ffmpeg demuxers), when the demuxer
receives an EOS, it closes the demuxer (and so unlinks the source pads of that
demuxer) before sending the event...
Comment 1 Edward Hervey 2004-10-30 18:04:47 UTC
Created attachment 33264 [details] [review]
Patch to correct the bug

The patch just inverts the order in which the gst_ffmpegdemux_close() and the
gst_pad_event_default() are called.
Comment 2 Stephane Loeuillet 2004-12-12 14:03:09 UTC
setting severity to blocker, adding PATCH keyword. it should be considered a
blocker for pitivi first release
Comment 3 Ronald Bultje 2004-12-16 20:21:07 UTC
I committed this alternatively. We now don't close at all. This makes sense,
because after EOS you might want to seek. We close on PAUSED->READY.