[gstreamer-bugs] [Bug 575814] flag for EOS on gst-launch when exiting with ctrl-c

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Mar 25 13:26:31 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=575814

  GStreamer | gstreamer (core) | Ver: git

Stefan Kost (gstreamer, gtkdoc dev) changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ensonic at sonicpulse.de




------- Comment #6 from Stefan Kost (gstreamer, gtkdoc dev)  2009-03-25 20:27 UTC -------
Looks nice. Two comments:

typedef enum _EventLoopResult
{
  NO_ERROR = 0,
  ERROR,
  INTERRUPT
} EventLoopResult;

I wonder how hight the chances are that this clashes with some defines. What
about

typedef enum _EventLoopResult
{
  ELR_NO_ERROR = 0,
  ELR_ERROR,
  ELR_INTERRUPT
} EventLoopResult;

also in main, just spell out the variable.
eos_on_shutd -> eos_on_shutdown


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=575814.




More information about the Gstreamer-bugs mailing list