[gstreamer-bugs] [Bug 594504] Need a GType of "Date AND Time AND Timezone"

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jul 21 15:25:31 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=594504
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #166335|none                        |needs-work
             status|                            |

--- Comment #55 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2010-07-21 22:25:28 UTC ---
(From update of attachment 166335)

>+/* This is only meant for internal uses */
>+gint _gst_date_time_compare (gconstpointer dt1, gconstpointer dt2);
>+
...
>+/**
>+ * gst_date_time_compare:
....
>+ */
>+gint
>+_gst_date_time_compare (gconstpointer dt1, gconstpointer dt2)
>+{
...
>--- a/win32/common/libgstreamer.def
>+++ b/win32/common/libgstreamer.def
>@@ -35,6 +35,7 @@ EXPORTS
> 	__gst_debug_min DATA
> 	_gst_alloc_trace_register
> 	_gst_buffer_list_initialize
>+	_gst_date_time_compare
> 	_gst_debug_bin_to_dot_file
> 	_gst_debug_bin_to_dot_file_with_ts
> 	_gst_debug_category_new

This function is still exported as a symbol. See my comments above, you need to
prefix it with something like 'priv' or 'non' or so. Also, there shuoldn't be a
gtk-doc chunk for it.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Gstreamer-bugs mailing list