]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commit
tools/gst-launch.c: Make sure that we actually show the important message part of...
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Feb 2007 15:30:53 +0000 (15:30 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 21 Feb 2007 15:30:53 +0000 (15:30 +0000)
commitfa5bad8ef9ba72694f6d51960ae1ad7fa51141ee
tree8b5f91ebec51ad05889769b0c62fa1f67cc8db7d
parent24457c8ec877123b499cf65ab3c6ae3e7182b198
tools/gst-launch.c: Make sure that we actually show the important message part of a warning message.

Original commit message from CVS:
* tools/gst-launch.c: (event_loop):
Make sure that we actually show the important message part of a
warning message.
No need to check if the gerror is not NULL to free; first of all
g_free accepts NULL; and second the default error handler would
segfault if gerror was NULL.
ChangeLog
tools/gst-launch.c