summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-11-04 13:26:41 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-11-04 13:26:41 +0000
commitde0a7a01a1c7c7335b1d2f453d48dd283965fc8c (patch)
tree77ccbd532f8d01e7e0666d62e713532e64193b68 /ChangeLog
parentb261441c068013a5c41dcb20e661534133ef7f4a (diff)
downloadgst-plugins-bad-de0a7a01a1c7c7335b1d2f453d48dd283965fc8c.tar.gz
gst-plugins-bad-de0a7a01a1c7c7335b1d2f453d48dd283965fc8c.tar.bz2
gst-plugins-bad-de0a7a01a1c7c7335b1d2f453d48dd283965fc8c.zip
po/POTFILES.in: add dvbsrc
Original commit message from CVS: * po/POTFILES.in: add dvbsrc * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init), (gst_dvbsrc_set_property), (gst_dvbsrc_get_property), (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr), (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create), (gst_dvbsrc_start), (gst_dvbsrc_frontend_status), (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters), (gst_dvbsrc_set_pes_filter): * sys/dvb/gstdvbsrc.h: adapter-prefix is a terrible name for a device, so replace it. strerror should be used immediately after the syscall related to it. Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open (pretty easy to trigger by opening the same device twice). Use _OBJECT macros where it makes sense. This element is going to need some work before it moves.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8663836a..f0558bcf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2006-11-04 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * po/POTFILES.in:
+ add dvbsrc
+ * sys/dvb/gstdvbsrc.c: (gst_dvbsrc_class_init), (gst_dvbsrc_init),
+ (gst_dvbsrc_set_property), (gst_dvbsrc_get_property),
+ (gst_dvbsrc_open_frontend), (gst_dvbsrc_open_dvr),
+ (gst_dvbsrc_finalize), (read_device), (gst_dvbsrc_create),
+ (gst_dvbsrc_start), (gst_dvbsrc_frontend_status),
+ (gst_dvbsrc_tune), (gst_dvbsrc_unset_pes_filters),
+ (gst_dvbsrc_set_pes_filter):
+ * sys/dvb/gstdvbsrc.h:
+ adapter-prefix is a terrible name for a device, so replace it.
+ strerror should be used immediately after the syscall related to it.
+ Actually throw a reasonable GST_ELEMENT_ERROR if we fail to open
+ (pretty easy to trigger by opening the same device twice).
+ Use _OBJECT macros where it makes sense.
+ This element is going to need some work before it moves.
+
2006-11-02 Tim-Philipp Müller <tim at centricular dot net>
Patch by: Sebastian Dröge <slomo at circular-chaos.org>