summaryrefslogtreecommitdiff
path: root/gst/gstsystemclock.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2005-10-11 11:08:52 +0000
committerWim Taymans <wim.taymans@gmail.com>2005-10-11 11:08:52 +0000
commitfd1a66e8b5a6290b490741ef201a413d28e7de17 (patch)
treecce1e3533f195d64f8c103ac35bf0c3f163af822 /gst/gstsystemclock.h
parentc43e9db780edb31d2283b5d81085e886d540e617 (diff)
docs/design/part-states.txt: Some more docs.
Original commit message from CVS: * docs/design/part-states.txt: Some more docs. * gst/gstbin.c: (gst_bin_set_clock_func), (gst_bin_recalc_state), (gst_bin_change_state_func), (bin_bus_handler): Doc updates. Don't distribute the same clock over and over again. * gst/gstclock.c: * gst/gstclock.h: Doc updates. * gst/gstpad.c: (gst_flow_get_name), (gst_flow_to_quark), (gst_pad_get_type), (gst_pad_push), (gst_pad_push_event), (gst_pad_send_event): * gst/gstpad.h: Make probe emission threadsafe again. Register quarks and move _get_name() from utils. Doc updates. * gst/gstpipeline.c: (gst_pipeline_class_init), (gst_pipeline_change_state), (gst_pipeline_provide_clock_func): Only redistribute the clock of it changed. * gst/gstsystemclock.h: Doc updates. * gst/gstutils.c: * gst/gstutils.h: Moved the _flow_get_name() to GstPad.
Diffstat (limited to 'gst/gstsystemclock.h')
-rw-r--r--gst/gstsystemclock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstsystemclock.h b/gst/gstsystemclock.h
index 4e02c1fac..892b3f490 100644
--- a/gst/gstsystemclock.h
+++ b/gst/gstsystemclock.h
@@ -1,6 +1,7 @@
/* GStreamer
* Copyright (C) 1999,2000 Erik Walthinsen <omega@cse.ogi.edu>
* 2000 Wim Taymans <wtay@chello.be>
+ * 2005 Wim Taymans <wim@fluendo.com>
*
* gstsystemclock.h: A clock implementation based on system time
*