[gstreamer-bugs] [Bug 607440] Wav file recorded through audiotestsrc when played with vlc player is not showing proper duration

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 19 05:55:09 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607440
  GStreamer | gst-plugins-good | unspecified

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk
          Component|gstreamer (core)            |gst-plugins-good
            Version|0.10.24                     |unspecified
           Severity|blocker                     |normal

--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-01-19 13:55:04 UTC ---
You need to finalise the wav file properly. The source needs to push an EOS
event down the pipeline, and then wavenc will hopefully write proper headers.

Try something like this:

static gboolean
quit_loop (gpointer data)
{
   gst_element_send_event (bin_a, gst_event_new_eos ());
   /* now wait until EOS message is received on bus */
}


We shold make wavenc post a warning message if it shuts down without having
finalised the header.

-- 
Configure bugmail: https://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