[Bug 688870] mpegtsmux: does not propagate flow status

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 23 03:44:55 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=688870
  GStreamer | gst-plugins-bad | git

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-11-23 11:44:50 UTC ---
I really did mean git format-patch. When you have created your commit(s), you
do:

 $ git format-patch -1
 0001-mpegtsmux-propagate-flow-returns.patch

And it will create numbered .patch files, one for each commit (-1 is for the
last commit, -2 for the last two commits, etc.). That file is the one to attach
in bugzilla. We can then apply it using

 $ git am 0001*.patch

(It will look like a mail with a few mail headers, as it happens, incl. a
sender date and subject line).

(There are also bugzilla helpers for git somewhere that allow you to directly
file a bug from a commit).

-- 
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