[gstreamer-bugs] [Bug 354451] [mythtvsrc] Plugin for MythTV source

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Jan 4 05:31:24 PST 2007


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

  GStreamer | gst-plugins-bad | Ver: HEAD CVS





------- Comment #13 from Tim-Philipp Müller  2007-01-04 13:29 UTC -------
In future, please provide diffs against gst-plugins-bad CVS for files that
already exist and that are changed, with something like:

  ~/gst-plugins-bad $ cvs diff -u -p configure.ac ext/Makefile.am >
newplugin.diff

The easiest and most straight-foward way to then add new files that don't exist
in CVS yet to the diff is like this:

  ~/gst-plugins-bad $ diff -u /dev/null ext/mythtv/newfile.c >> newplugin.diff
  ~/gst-plugins-bad $ diff -u /dev/null ext/mythtv/newfile.h >> newplugin.diff
  ~/gst-plugins-bad $ diff -u /dev/null ext/mythtv/Makefile.am >>
newplugin.diff

(note the two >> here, they make sure things get appended to file).

This makes things easier for us and you only need to attach one single file :)


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email




More information about the Gstreamer-bugs mailing list