[gstreamer-bugs] [Bug 595930] New: matroska-muxer: Finish matroska files upon custom event
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Sep 22 03:33:06 PDT 2009
https://bugzilla.gnome.org/show_bug.cgi?id=595930
GStreamer | gst-plugins-good | git
Summary: matroska-muxer: Finish matroska files upon custom
event
Classification: Desktop
Product: GStreamer
Version: git
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins-good
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ognyan.tonchev at axis.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME target: ---
GNOME version: ---
This patch introduces support for finalizing matroska files upon custom event
(Currently files are finalized only at EOS).
example:
GstPad *src_pad = gst_element_get_static_pad (matroska, "src");
/* Tell matroska muxer to finalize the file */
gst_pad_send_event (src_pad, gst_event_new_custom (GST_EVENT_CUSTOM_BOTH,
gst_structure_empty_new ("FinalizeMatroskaFile")));
--
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