docs: fix typos in gstobject
[platform/upstream/gstreamer.git] / gst / gstpoll.h
index 0bec885..8bf64fd 100644 (file)
@@ -17,8 +17,8 @@
  *
  * You should have received a copy of the GNU Library General Public
  * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
  */
 
 #ifndef __GST_POLL_H__
@@ -58,8 +58,6 @@ typedef struct {
  * used. This macro can used be to initialize a variable, but it cannot
  * be assigned to a variable. In that case you have to use
  * gst_poll_fd_init().
- *
- * Since: 0.10.18
  */
 #define GST_POLL_FD_INIT  { -1, -1 }