break long lines
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 21 Jun 2008 10:25:59 +0000 (10:25 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 21 Jun 2008 10:25:59 +0000 (10:25 +0000)
Original commit message from CVS:
break long lines

ChangeLog

index 60e2b7e..3f20c82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        (gst_gio_src_set_property), (gst_gio_src_get_property),
        (gst_gio_src_start):
        * ext/gio/gstgiosrc.h:
-       API: Add "file" properties where one can set a GFile as source/destination.
+       API: Add "file" properties where one can set a GFile as
+       source/destination.
 
-       Add locking to the properties and use gst_element_class_set_details_simple()
-       instead of a static GstElementDetails struct.
+       Add locking to the properties and use
+       gst_element_class_set_details_simple() instead of a static
+       GstElementDetails struct.
 
 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>