summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-11 14:36:13 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-11 14:36:13 +0000
commitf9c6c528e1eaa779a7f1e2f9a59e611c625006e0 (patch)
treee02a2d3a52e2a1c5a33b86a4df34395638186bf2 /ChangeLog
parent9b7172ae9e6aa18ac3ee79ea0286324b0b4d236f (diff)
ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.
Original commit message from CVS: * ext/raw1394/Makefile.am: * ext/raw1394/gst1394.c: (plugin_init): * ext/raw1394/gsthdv1394src.c: (_do_init), (gst_hdv1394src_base_init), (gst_hdv1394src_class_init), (gst_hdv1394src_init), (gst_hdv1394src_dispose), (gst_hdv1394src_set_property), (gst_hdv1394src_get_property), (gst_hdv1394src_from_raw1394handle), (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset), (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node), (gst_hdv1394src_start), (gst_hdv1394src_stop), (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name), (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols), (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri), (gst_hdv1394src_uri_handler_init): * ext/raw1394/gsthdv1394src.h: mpeg2-ts (HDV) variant of firewire capture element. Fixes #350830
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d89fa5e..1cff3ec9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,25 @@
2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
+ * ext/raw1394/Makefile.am:
+ * ext/raw1394/gst1394.c: (plugin_init):
+ * ext/raw1394/gsthdv1394src.c: (_do_init),
+ (gst_hdv1394src_base_init), (gst_hdv1394src_class_init),
+ (gst_hdv1394src_init), (gst_hdv1394src_dispose),
+ (gst_hdv1394src_set_property), (gst_hdv1394src_get_property),
+ (gst_hdv1394src_from_raw1394handle),
+ (gst_hdv1394src_iec61883_receive), (gst_hdv1394src_bus_reset),
+ (gst_hdv1394src_create), (gst_hdv1394src_discover_avc_node),
+ (gst_hdv1394src_start), (gst_hdv1394src_stop),
+ (gst_hdv1394src_unlock), (gst_hdv1394src_update_device_name),
+ (gst_hdv1394src_uri_get_type), (gst_hdv1394src_uri_get_protocols),
+ (gst_hdv1394src_uri_get_uri), (gst_hdv1394src_uri_set_uri),
+ (gst_hdv1394src_uri_handler_init):
+ * ext/raw1394/gsthdv1394src.h:
+ mpeg2-ts (HDV) variant of firewire capture element.
+ Fixes #350830
+
+2008-08-11 Edward Hervey <edward.hervey@collabora.co.uk>
+
* gst/level/gstlevel.c: (gst_level_message_new):
Fix compilation (also known as the classic 'fix code that someone
committed without compiling it first').