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 117348 - Need a version of gst_event_new_discontinuous which takes a valist as argument.
Need a version of gst_event_new_discontinuous which takes a valist as argument.
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal enhancement
: 0.6.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-13 23:08 UTC by Brett Kosinski
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Implements valist version of function and reimplements the existing function to use the _valist version. (2.49 KB, patch)
2003-07-13 23:09 UTC, Brett Kosinski
none Details | Review

Description Brett Kosinski 2003-07-13 23:08:34 UTC
The summary says it all.  gst_event_new_discontinuous takes a variable
number of arguments.  In existing cases, there's always a version of the
function which takes a valist as an argument.  The same needs to be done here.
Comment 1 Brett Kosinski 2003-07-13 23:09:24 UTC
Created attachment 18268 [details] [review]
Implements valist version of function and reimplements the existing function to use the _valist version.
Comment 2 Benjamin Otte (Company) 2003-07-16 19:27:04 UTC
fixed in CVS.

Function is called gst_event_new_discontinuousv to have consistent "v"
additions.