After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341160 - [multifdsink] client_status enum has an uninitialized nick
[multifdsink] client_status enum has an uninitialized nick
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-05-09 17:13 UTC by Sjoerd Simons
Modified: 2006-05-09 17:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.65 KB, patch)
2006-05-09 17:14 UTC, Sjoerd Simons
committed Details | Review

Description Sjoerd Simons 2006-05-09 17:13:43 UTC
Hi,

  The GEnumValue for the client status enum of multifdsink contains an entry 
  which doesn't initialize the nick. Which is kinda weird

  Attached patch fixes that
Comment 1 Sjoerd Simons 2006-05-09 17:14:17 UTC
Created attachment 65100 [details] [review]
Proposed patch
Comment 2 Tim-Philipp Müller 2006-05-09 17:31:42 UTC
Thanks, fixed (minus the unrelated stuff in the patch, and mainting "ok" in its present position to keep backwards compatibility):

 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>

       Patch by: Sjoerd Simons  <sjoerd at luon net>

       * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
         Register nick for enum value (#341160).