[Gstreamer-bugs] [Bug 144624] - wavenc doesn't close file properly

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Mon Jun 21 07:01:53 PDT 2004


http://bugzilla.gnome.org/show_bug.cgi?id=144624
GStreamer | gst-plugins | Ver: 0.8.2





------- Additional Comments From sc5 at hermes.usherb.ca  2004-06-21 10:01 -------
filesink handles GST_EVENT_DISCONTINUOUS as well as GST_EVENT_SEEK.  Using

  event = gst_event_new_discontinuous (FALSE, GST_FORMAT_BYTES, (gint64) 0, NULL);
  gst_pad_send_event (GST_PAD_PEER (wavenc->srcpad), event);

doesn't work either.  The problem here seems to be gst_pad_send_event() because
its working using gst_pad_push().


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.




More information about the Gstreamer-bugs mailing list