diff options
author | Edward Hervey <bilboed@bilboed.com> | 2005-11-22 11:49:30 +0000 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2005-11-22 11:49:30 +0000 |
commit | f8456ac0f3cd61497b70f7eb61f9e38d58693e91 (patch) | |
tree | 74ec834cc7c3c5ed47106be3607462527744a2ff /ChangeLog | |
parent | 8dbe2e262687fbcc5ed97d8db93bf72601538ff8 (diff) |
URIHandler interface and element properties are now properly synchronized for DV1394src and UDPSrc
Original commit message from CVS:
* ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
(gst_dv1394src_init), (gst_dv1394src_dispose),
(gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node),
(gst_dv1394src_uri_set_uri):
* gst/udp/gstudpsrc.c: (gst_udpsrc_class_init),
(gst_udpsrc_update_uri), (gst_udpsrc_set_uri),
(gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri):
URIHandler interface and element properties are now properly
synchronized for DV1394src and UDPSrc
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-11-22 Edward Hervey <edward@fluendo.com> + + * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init), + (gst_dv1394src_init), (gst_dv1394src_dispose), + (gst_dv1394src_set_property), (gst_dv1394src_discover_avc_node), + (gst_dv1394src_uri_set_uri): + * gst/udp/gstudpsrc.c: (gst_udpsrc_class_init), + (gst_udpsrc_update_uri), (gst_udpsrc_set_uri), + (gst_udpsrc_set_property), (gst_udpsrc_uri_get_uri): + URIHandler interface and element properties are now properly + synchronized for DV1394src and UDPSrc + 2005-11-22 Tim-Philipp Müller <tim at centricular dot net> * ext/flac/Makefile.am: |