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 537009 - playbin2 silly typo breaks signals
playbin2 silly typo breaks signals
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: 0.10.21
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-06 17:20 UTC by Michael Smith
Modified: 2008-06-20 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use a unique value for each signal. (905 bytes, patch)
2008-06-06 17:20 UTC, Michael Smith
committed Details | Review

Description Michael Smith 2008-06-06 17:20:11 UTC
Trivial patch attached.
Comment 1 Michael Smith 2008-06-06 17:20:52 UTC
Created attachment 112288 [details] [review]
Use a unique value for each signal.
Comment 2 Michael Smith 2008-06-20 17:27:41 UTC
    * gst/playback/gstplaybin2.c:
      Use a different constant for the convert-frame signal id.
      Fixes #537009.