summaryrefslogtreecommitdiff
path: root/gst/gstelementfactory.h
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-01-29 15:54:09 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-01-29 15:54:09 +0000
commitea55e1357ea0b3a9a235975aa08c31e5d18c4225 (patch)
treedac5626b409c20dc7db1a5d2cef1fbe685b0eef6 /gst/gstelementfactory.h
parentb7d6efdbd5b13c050395a5c7ffb863c8af9661b2 (diff)
configure.ac: comment about refining the xml deps
Original commit message from CVS: * configure.ac: comment about refining the xml deps * docs/manuals.mak: comments about moving away from jade for docs * gst/gst.c: recommit the ifdefs to use the binary registry * gst/gstbin.c: (gst_bin_change_state_func): this break is obsolete * gst/gstelementfactory.h: better GST_ELEMENT_DETAILS docs, add comment about translation * gst/gstinfo.h: remove eol slash * gst/gstobject.c: (gst_signal_object_get_type): add G_UNLIKELY as usual * gst/gstpad.c: (gst_pad_event_default): add fall trhu comment * gst/gstregistrybinary.c: (gst_registry_binary_write), (gst_registry_binary_initialize_magic), (gst_registry_binary_save_string), (gst_registry_binary_save_pad_template), (gst_registry_binary_save_feature), (gst_registry_binary_save_plugin), (gst_registry_binary_write_cache), (gst_registry_binary_check_magic), (gst_registry_binary_load_pad_template), (gst_registry_binary_load_feature), (gst_registry_binary_load_plugin), (gst_registry_binary_read_cache): comment typo and formatting * gst/gstutils.c: (gst_element_state_get_name), (gst_element_state_change_return_get_name): remove obsolete breaks * gst/gstvalue.c: (gst_date_get_type), (_gst_value_initialize): add FIXME 0.11 and remove cpp comment
Diffstat (limited to 'gst/gstelementfactory.h')
-rw-r--r--gst/gstelementfactory.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/gst/gstelementfactory.h b/gst/gstelementfactory.h
index 72f8115897..277d814d75 100644
--- a/gst/gstelementfactory.h
+++ b/gst/gstelementfactory.h
@@ -51,7 +51,10 @@ typedef struct _GstElementDetails GstElementDetails;
* The @klass member can be used by applications to filter elements based
* on functionality.
*/
-/* FIXME: need translatable stuff in here (how handle in registry)? */
+/* FIXME: need translatable stuff in here (how handle in registry)?
+ * can't we use _N("long name") in element implementations and use _(longname)
+ * in gst_element_factory_get_longname()
+ */
struct _GstElementDetails
{
/*< public > */
@@ -67,9 +70,9 @@ struct _GstElementDetails
/**
* GST_ELEMENT_DETAILS:
* @longname: long, english name
- * @klass: type of element, as hierarchy
+ * @klass: type of element, as hierarchy with '/' as a delimiter
* @description: what the element is about
- * @author: who wrote this thing?
+ * @author: who wrote this element
*
* Macro to initialize #GstElementDetails.
*/