[gstreamer-bugs] [Bug 343312] Assertion `file->wbuf_used_bytes < file->wbuf_size_bytes' failed.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Fri Jun 16 09:31:39 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=343312
 GStreamer | don't know | Ver: 0.10.4


Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |wim at fluendo.com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.9




------- Comment #7 from Wim Taymans  2006-06-16 16:31 UTC -------
Following patch fixes the write to fifo. Writing to fifos, however, are quite
different from normal files. They can signal SIGPIPE when the reader is shut
down and block when opening the fifo if no reader is there. Not sure if we need
to push all this logic in filesink. Reopen if not satisfactory, preferably a
new bug that asks for better fifo handling.

        * plugins/elements/gstfilesink.c: (gst_file_sink_open_file),
        (gst_file_sink_close_file), (gst_file_sink_do_seek),
        (gst_file_sink_event), (gst_file_sink_render):
        * plugins/elements/gstfilesink.h:
        Check if we can seek in the file instead of assuming
        we always can. Post an error when we are asked to seek in a
        non-seekable file (like a fifo). Fixes #343312.
        Some cleanups.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list