commit | 5016035bc6a4c5dfafb4170b54597b6c9d52a597 | [log] [tgz] |
---|---|---|
author | Andy Wingo <wingo@pobox.com> | Tue Jun 28 09:17:14 2005 +0000 |
committer | Andy Wingo <wingo@pobox.com> | Tue Jun 28 09:17:14 2005 +0000 |
tree | 9bc0852d0b17e7a5e462818ffd272b052c7cda8b | |
parent | 1b02b1d74180af1d295515a4e2f3d2bb75994743 [diff] |
gst/gstobject.c (gst_object_unref, gst_object_ref) Original commit message from CVS: 2005-06-28 Andy Wingo <wingo@pobox.com> * gst/gstobject.c (gst_object_unref, gst_object_ref) (gst_object_sink): Take gpointer arguments, not GstObject -- avoids casts. Like GLib.