diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-08-19 16:22:41 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-08-19 16:22:41 +0000 |
commit | d18517be849cf45af875bf4b4f61b29e0e0e3757 (patch) | |
tree | d5c62331c0eea04ceb5530293a6986b8eed7fdc2 | |
parent | f331fb4423ec0d97ca758c1801b3219eb5ec44c7 (diff) | |
download | gst-plugins-bad-d18517be849cf45af875bf4b4f61b29e0e0e3757.tar.gz gst-plugins-bad-d18517be849cf45af875bf4b4f61b29e0e0e3757.tar.bz2 gst-plugins-bad-d18517be849cf45af875bf4b4f61b29e0e0e3757.zip |
gst/udp/gstmultiudpsink.c: Remove get_time code that is both wrong and unneeded.
Original commit message from CVS:
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init):
Remove get_time code that is both wrong and unneeded.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2005-08-19 Wim Taymans <wim@fluendo.com> + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init): + Remove get_time code that is both wrong and unneeded. + +2005-08-19 Wim Taymans <wim@fluendo.com> + * gst/rtp/gstrtph263penc.c: (gst_rtph263penc_class_init), (gst_rtph263penc_flush), (gst_rtph263penc_chain), (gst_rtph263penc_set_property), (gst_rtph263penc_get_property): |